From d6c5946d6e77671a99e1d2020b5c7d167301db8d Mon Sep 17 00:00:00 2001 From: root <root@rivolta.investici.org> Date: Tue, 7 Dec 2010 02:04:04 +0000 Subject: [PATCH] Add theme fixed-blix --- wp-content/themes/fixed-blix/404.php | 10 + wp-content/themes/fixed-blix/BX_functions.php | 119 ++++ wp-content/themes/fixed-blix/archive.php | 88 +++ wp-content/themes/fixed-blix/archives.php | 16 + wp-content/themes/fixed-blix/changelog.html | 212 ++++++ .../themes/fixed-blix/comments-popup.php | 124 ++++ wp-content/themes/fixed-blix/comments.php | 101 +++ wp-content/themes/fixed-blix/contact.php | 110 +++ wp-content/themes/fixed-blix/css/ie6.css | 6 + wp-content/themes/fixed-blix/css/ie7.css | 3 + wp-content/themes/fixed-blix/css/layout.css | 569 +++++++++++++++ .../themes/fixed-blix/css/layout_fixed.css | 32 + .../themes/fixed-blix/css/layout_fluid.css | 68 ++ .../themes/fixed-blix/css/spring_flavour.css | 309 ++++++++ .../fixed-blix/css/spring_flavour_fixed.css | 8 + .../fixed-blix/css/spring_flavour_fluid.css | 13 + wp-content/themes/fixed-blix/footer.php | 21 + wp-content/themes/fixed-blix/functions.php | 169 +++++ wp-content/themes/fixed-blix/header.php | 93 +++ .../images/spring_flavour/author.gif | Bin 0 -> 853 bytes .../spring_flavour/categories_yellow.gif | Bin 0 -> 93 bytes .../images/spring_flavour/comments.gif | Bin 0 -> 97 bytes .../images/spring_flavour/container_bg.gif | Bin 0 -> 118 bytes .../spring_flavour/corner_bottom_right.gif | Bin 0 -> 43 bytes .../images/spring_flavour/corner_top_left.gif | Bin 0 -> 43 bytes .../fixed-blix/images/spring_flavour/edit.gif | Bin 0 -> 296 bytes .../images/spring_flavour/feeds_yellow.gif | Bin 0 -> 86 bytes .../images/spring_flavour/footer_bg.gif | Bin 0 -> 208 bytes .../images/spring_flavour/header_bg.jpg | Bin 0 -> 10857 bytes .../images/spring_flavour/links_yellow.gif | Bin 0 -> 75 bytes .../fixed-blix/images/spring_flavour/more.gif | Bin 0 -> 823 bytes .../fixed-blix/images/spring_flavour/next.gif | Bin 0 -> 823 bytes .../images/spring_flavour/pages.gif | Bin 0 -> 96 bytes .../images/spring_flavour/pingtrackback.gif | Bin 0 -> 292 bytes .../fixed-blix/images/spring_flavour/post.gif | Bin 0 -> 93 bytes .../images/spring_flavour/post_yellow.gif | Bin 0 -> 84 bytes .../images/spring_flavour/previous.gif | Bin 0 -> 823 bytes .../spring_flavour/sub_categories_yellow.gif | Bin 0 -> 51 bytes .../images/spring_flavour/subcontent_bg.gif | Bin 0 -> 211 bytes wp-content/themes/fixed-blix/index.php | 66 ++ wp-content/themes/fixed-blix/license.txt | 674 ++++++++++++++++++ wp-content/themes/fixed-blix/page.php | 23 + wp-content/themes/fixed-blix/readme.html | 222 ++++++ wp-content/themes/fixed-blix/screenshot.png | Bin 0 -> 31175 bytes wp-content/themes/fixed-blix/search.php | 64 ++ wp-content/themes/fixed-blix/sidebar.php | 106 +++ wp-content/themes/fixed-blix/single.php | 45 ++ wp-content/themes/fixed-blix/style-fluid.css | 4 + wp-content/themes/fixed-blix/style.css | 19 + 49 files changed, 3294 insertions(+) create mode 100644 wp-content/themes/fixed-blix/404.php create mode 100644 wp-content/themes/fixed-blix/BX_functions.php create mode 100644 wp-content/themes/fixed-blix/archive.php create mode 100644 wp-content/themes/fixed-blix/archives.php create mode 100644 wp-content/themes/fixed-blix/changelog.html create mode 100644 wp-content/themes/fixed-blix/comments-popup.php create mode 100644 wp-content/themes/fixed-blix/comments.php create mode 100644 wp-content/themes/fixed-blix/contact.php create mode 100644 wp-content/themes/fixed-blix/css/ie6.css create mode 100644 wp-content/themes/fixed-blix/css/ie7.css create mode 100644 wp-content/themes/fixed-blix/css/layout.css create mode 100644 wp-content/themes/fixed-blix/css/layout_fixed.css create mode 100644 wp-content/themes/fixed-blix/css/layout_fluid.css create mode 100644 wp-content/themes/fixed-blix/css/spring_flavour.css create mode 100644 wp-content/themes/fixed-blix/css/spring_flavour_fixed.css create mode 100644 wp-content/themes/fixed-blix/css/spring_flavour_fluid.css create mode 100644 wp-content/themes/fixed-blix/footer.php create mode 100644 wp-content/themes/fixed-blix/functions.php create mode 100644 wp-content/themes/fixed-blix/header.php create mode 100644 wp-content/themes/fixed-blix/images/spring_flavour/author.gif create mode 100644 wp-content/themes/fixed-blix/images/spring_flavour/categories_yellow.gif create mode 100644 wp-content/themes/fixed-blix/images/spring_flavour/comments.gif create mode 100644 wp-content/themes/fixed-blix/images/spring_flavour/container_bg.gif create mode 100644 wp-content/themes/fixed-blix/images/spring_flavour/corner_bottom_right.gif create mode 100644 wp-content/themes/fixed-blix/images/spring_flavour/corner_top_left.gif create mode 100644 wp-content/themes/fixed-blix/images/spring_flavour/edit.gif create mode 100644 wp-content/themes/fixed-blix/images/spring_flavour/feeds_yellow.gif create mode 100644 wp-content/themes/fixed-blix/images/spring_flavour/footer_bg.gif create mode 100644 wp-content/themes/fixed-blix/images/spring_flavour/header_bg.jpg create mode 100644 wp-content/themes/fixed-blix/images/spring_flavour/links_yellow.gif create mode 100644 wp-content/themes/fixed-blix/images/spring_flavour/more.gif create mode 100644 wp-content/themes/fixed-blix/images/spring_flavour/next.gif create mode 100644 wp-content/themes/fixed-blix/images/spring_flavour/pages.gif create mode 100644 wp-content/themes/fixed-blix/images/spring_flavour/pingtrackback.gif create mode 100644 wp-content/themes/fixed-blix/images/spring_flavour/post.gif create mode 100644 wp-content/themes/fixed-blix/images/spring_flavour/post_yellow.gif create mode 100644 wp-content/themes/fixed-blix/images/spring_flavour/previous.gif create mode 100644 wp-content/themes/fixed-blix/images/spring_flavour/sub_categories_yellow.gif create mode 100644 wp-content/themes/fixed-blix/images/spring_flavour/subcontent_bg.gif create mode 100644 wp-content/themes/fixed-blix/index.php create mode 100644 wp-content/themes/fixed-blix/license.txt create mode 100644 wp-content/themes/fixed-blix/page.php create mode 100644 wp-content/themes/fixed-blix/readme.html create mode 100644 wp-content/themes/fixed-blix/screenshot.png create mode 100644 wp-content/themes/fixed-blix/search.php create mode 100644 wp-content/themes/fixed-blix/sidebar.php create mode 100644 wp-content/themes/fixed-blix/single.php create mode 100644 wp-content/themes/fixed-blix/style-fluid.css create mode 100644 wp-content/themes/fixed-blix/style.css diff --git a/wp-content/themes/fixed-blix/404.php b/wp-content/themes/fixed-blix/404.php new file mode 100644 index 000000000..c5f118702 --- /dev/null +++ b/wp-content/themes/fixed-blix/404.php @@ -0,0 +1,10 @@ +<?php get_header(); ?> + + <div id="content" class="column"> + <h2><?php _e('Error '); ?> 404 – <?php _e('Page not found'); ?></h2> + <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> + </div> + +<?php get_sidebar(); ?> + +<?php get_footer(); ?> diff --git a/wp-content/themes/fixed-blix/BX_functions.php b/wp-content/themes/fixed-blix/BX_functions.php new file mode 100644 index 000000000..88994395d --- /dev/null +++ b/wp-content/themes/fixed-blix/BX_functions.php @@ -0,0 +1,119 @@ +<?php + global $options; + foreach ($options as $value) { + if (get_settings( $value['id'] ) === FALSE) { + global $$value['id']; + $$value['id'] = $value['std']; + } else { + global $$value['id']; + $$value['id'] = get_settings( $value['id'] ); + } + } +?> + +<?php +/** + * Function BX_archive + * ------------------------------------------------------ + * This function is based on WP's built-in get_archives() + * It outputs the following: + * + * <h3><a href="link">Month Year</a></h3> + * <ul class="postspermonth"> + * <li><a href="link">Post title</a> (Comment count)</li> + * [..] + * </ul> + */ + +function BX_archive() +{ + global $month, $wpdb; + $now = current_time('mysql'); + $arcresults = $wpdb->get_results('SELECT DISTINCT YEAR(post_date) AS year, MONTH(post_date) AS month, count(ID) as posts FROM ' . $wpdb->posts . ' WHERE post_date <\'' . $now . "' AND post_status='publish' AND post_type='post' AND post_password='' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC"); + + if ($arcresults) { + foreach ($arcresults as $arcresult) { + $url = get_month_link($arcresult->year, $arcresult->month); + $text = sprintf('%s %d', $month[zeroise($arcresult->month,2)], $arcresult->year); + echo get_archives_link($url, $text, '','<h3>','</h3>'); + + $thismonth = zeroise($arcresult->month,2); + $thisyear = $arcresult->year; + + $arcresults2 = $wpdb->get_results('SELECT ID, post_date, post_title, comment_status FROM ' . $wpdb->posts . " WHERE post_date LIKE '$thisyear-$thismonth-%' AND post_status='publish' AND post_type='post' AND post_password='' ORDER BY post_date DESC"); + + if ($arcresults2) { + echo '<ul class="postspermonth">', "\n"; + foreach ($arcresults2 as $arcresult2) { + if ($arcresult2->post_date != '0000-00-00 00:00:00') { + $url = get_permalink($arcresult2->ID); + $arc_title = $arcresult2->post_title; + + if ($arc_title) $text = strip_tags($arc_title); + else $text = $arcresult2->ID; + + echo '<li>', get_archives_link($url, $text, ''); + $comments = mysql_query('SELECT * FROM ' . $wpdb->comments . ' WHERE comment_post_ID=' . $arcresult2->ID); + $comments_count = get_comments_number($arcresult2->ID); + if ($arcresult2->comment_status == 'open' OR $comments_count > 0) echo ' ('.$comments_count.')'; + echo '</li>', "\n"; + } + } + echo '</ul>', "\n"; + } + } + } +} + + +/** + * Function BX_excluded_pages() + * ------------------------------------------------ + * Returns the Blix default pages that are excluded + * from the navigation in the sidebar + */ + +function BX_excluded_pages() +{ + $page_paths = array('archives', 'about', 'about_short', 'contact'); + foreach ($page_paths as $page_path) { + $page = get_page_by_path($page_path); + if ($page) $exclude .= $page->ID . ','; + } + return rtrim($exclude, ','); +} + + +/** + * Function BX_shift_down_headlines + * ------------------------------------------------------ + * Shifts down the headings by one level (<h5> --> </h6>) + * Used for posts in the archive + */ + +function BX_shift_down_headlines($text) +{ + $text = apply_filters('the_content', $text); + $text = preg_replace('/h5>/','h6>',$text); + $text = preg_replace('/h4>/','h5>',$text); + $text = preg_replace('/h3>/','h4>',$text); + echo $text; +} + + +/** + * Function BX_remove_p + * --------------------------------------------------- + * Removes the opening <p> and closing </p> from $text + * Used for the short about text on the front page + */ + +function BX_remove_p($text) +{ + $text = apply_filters('the_content', $text); + $text = preg_replace("/^[\t|\n]?<p>(.*)/","\\1",$text); // opening <p> + $text = preg_replace("/(.*)<\/p>[\t|\n]$/","\\1",$text); // closing </p> + return $text; +} + +?> diff --git a/wp-content/themes/fixed-blix/archive.php b/wp-content/themes/fixed-blix/archive.php new file mode 100644 index 000000000..02472ce27 --- /dev/null +++ b/wp-content/themes/fixed-blix/archive.php @@ -0,0 +1,88 @@ +<?php get_header(); ?> + + <div id="content" class="column archive"> + +<?php if (have_posts()) : ?> + + <?php /* If this is a category archive */ if (is_category()) { ?> + <h2><?php _e('Filed under:'); echo ' ', single_cat_title(); ?></h2> + + <?php /* If this is a tag archive */ } elseif (function_exists('is_tag') && is_tag()) { ?> + <h2><?php _e('Tag'); echo ': ', single_tag_title(); ?></h2> + + <?php /* If this is a daily archive */ } elseif (is_day()) { ?> + <h2><?php _e('Archives'); ?> – <?php the_time(__('F j, Y')); ?></h2> + + <?php /* If this is a monthly archive */ } elseif (is_month()) { ?> + <h2><?php _e('Archives'); ?> – <?php the_time('F, Y'); ?></h2> + + <?php /* If this is a yearly archive */ } elseif (is_year()) { ?> + <h2><?php _e('Archives'); ?> &ndash <?php the_time('Y'); ?></h2> + + <?php /* If this is a search */ } elseif (is_search()) { ?> + <h2><?php _e('Search Results'); ?></h2> + + <?php /* If this is an author archive */ } elseif (is_author()) { ?> + <h2><?php _e('Archives'); ?> – <?php _e('Author'); ?></h2> + + <?php /* If this is a paged archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?> + <h2><?php _e('Archives'); ?></h2> + + <?php } ?> + + <?php while (have_posts()) : the_post(); ?> + + <?php $custom_fields = get_post_custom(); ?> + + <?php if (isset($custom_fields['BX_post_type']) && $custom_fields['BX_post_type'][0] == 'mini') { ?> + + <hr class="low" /> + <div class="minientry"> + <p> + <?php echo BX_remove_p(get_the_content()); ?> + <div class="info"> + <?php comments_popup_link('(0)', '(1)', '(%)', 'commentlink', ''); ?> + <a href="<?php the_permalink(); ?>" class="permalink" title="Permalink"><?php the_time('M j, \'y') ?><!--, <?php the_time('h:ia') ?>--></a> + <!--<em class="author"><?php the_author() ?></em>--> + <?php edit_post_link('Edit','<span class="editlink">','</span>'); ?> + </div> + </p> + </div> + <hr class="low" /> + + <?php } else { ?> + + <div class="entry"> + <h3><a href="<?php the_permalink() ?>" title="Permalink"><?php the_title(); ?></a></h3> + <?php ($post->post_excerpt != '') ? the_excerpt() : BX_shift_down_headlines(get_the_content()); ?> + <?php wp_link_pages('before=<p class="page-links">&after=</p>'); ?> + <p class="info"> + <?php if ($post->post_excerpt != '') { ?><a href="<?php the_permalink() ?>" class="more"><?php _e('Continue'); ?></a><?php } ?> + <?php comments_popup_link(__('Leave a Comment'), __('1 Comment'), __('% Comments'), 'commentlink', ''); ?> + <em class="date"><?php the_time(__('F j, Y')) ?><!-- at <?php the_time('h:ia') ?>--></em> + <!--<em class="author"><?php the_author(); ?></em>--> + <?php edit_post_link('Edit','<span class="editlink">','</span>'); ?> + </p> + </div> + + <?php } ?> + + <?php endwhile; ?> + + <p> + <span class="next"><?php previous_posts_link(__('Next page')) ?></span> + <span class="previous"><?php next_posts_link(__('Previous page')) ?></span> + </p> + +<?php else : ?> + + <h2><?php _e('Page not found'); ?></h2> + <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> + +<?php endif; ?> + + </div> + +<?php get_sidebar(); ?> + +<?php get_footer(); ?> diff --git a/wp-content/themes/fixed-blix/archives.php b/wp-content/themes/fixed-blix/archives.php new file mode 100644 index 000000000..45a113f74 --- /dev/null +++ b/wp-content/themes/fixed-blix/archives.php @@ -0,0 +1,16 @@ +<?php +/* +Template Name: archives +*/ +?> + +<?php get_header(); ?> + + <div id="content" class="column archive"> + <h2><?php _e('Archives'); ?></h2> + <?php BX_archive(); ?> + </div> + +<?php get_sidebar(); ?> + +<?php get_footer(); ?> diff --git a/wp-content/themes/fixed-blix/changelog.html b/wp-content/themes/fixed-blix/changelog.html new file mode 100644 index 000000000..8086b4e77 --- /dev/null +++ b/wp-content/themes/fixed-blix/changelog.html @@ -0,0 +1,212 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <title>Blix Change Log</title> + <meta http-equiv="Content-Type" content="UTF-8" /> + + <style type="text/css" media="screen, print, projection"> + <!-- + + body { + font-family:Arial, Helvetica, sans-serif; + font-size:75%; + line-height:1.6em; + text-align:center; + color:#414141; + } + + #container { + width:65%; + margin:0 auto; + padding:3% 0; + text-align:left; + background:white; + } + + h1 { + margin:0; + padding:30px 0; + font-size:50px; + color:#009193; + } + + h2 { + margin:0 0 9px 0; + padding:20px 0 9px 0; + border-bottom:1px solid #F3F4F4; + font-family:Georgia, serif; + font-size:1.6em; + font-weight:normal; + color:#009193; + } + + h3 { + margin:0 0 3px 0; + font-size:1em; + } + + h4 { + margin:0; + font-size:1em; + } + + p { + margin:0; + padding:0 0 10px 0; + } + + ul, ol { + margin:0 0 0 2.4em; + padding:0 0 18px 0; + } + + a {color:#6C8C37;} + a:hover {color:#009193;} + + em { + letter-spacing:0.5px; + color:#1D6E6F; + } + + code { + padding:2px; + background-color:#F8FAF2; + } + + #intro { + margin:15px 0 20px 0; + padding:22px 15px 8px 15px; + background-color:#F8FAF2; + font-size:120%; + } + + #intro a {font-size:83%;} + + --> + </style> + + <style type="text/css" media="print"> + <!-- + #container {width:85%;} + h2 {border-bottom:0.5pt solid silver;} + #intro {border:0.5pt solid silver;} + --> + </style> + + </head> + + <body> + <div id="container"> + + <h1>Blix / Change Log</h1> + + <div id="intro"> + <p>List of changes made to Blix 0.9.1.</p> + <p><em>dancer @ Letters & Science</em><br /> + <a href="http://lettersandscience.net/Blix/">http://lettersandscience.net/Blix/</a> + </div> + + + <h2>Widget support added</h2> + + <h3>Files created</h3> + <ul> + <li>functions.php</li> + </ul> + + <h3>Files edited</h3> + <ul> + <li>sidebar.php</li> + <li>spring_flavour.css</li> + <li>layout.css</li> + </ul> + + + <h2>Show tags (WordPress 2.3+)</h2> + + <h3>Files edited</h3> + <ul> + <li>archive.php</li> + </ul> + + + <h2>Changes to work with WordPress 2.1+</h2> + + <h3>Files edited</h3> + <ul> + <li>BX_functions.php</li> + <li>sidebar.php</li> + </ul> + <p>Reference: <a href="http://rmarsh.com/2007/01/11/blix-theme-and-wordpress-21/">How To Make Blix Theme Ready for WordPress 2.1</a></p> + + + <h2>Changes to work with WordPress 2.5+</h2> + + <h3>Image alignment</h3> + <ul> + <li>layout.css</li> + </ul> + + <h3>Built-in gravatar support</h3> + <ul> + <li>layout.css</li> + <li>comments.php</li> + <li>comments-popup.php</li> + </ul> + + + <h2>Requirements for submitting to WordPress Themes</h2> + + <h3>Added tagline</h3> + <ul> + <li>spring_flavour.css</li> + <li>header.php</li> + </ul> + + + <h2>Internationalization</h2> + + <h2>Styles</h2> + + <h3>Added stylesheets for fluid width layout</h3> + + + <h2>Functions</h2> + + <h3>Replaced some custom Blix functions with existing WordPress functions</h3> + + + <h2>Navigation</h2> + + <h3>Wraps around if requires more than one row</h3> + + + <h2>Theme Options</h2> + + <h3>Added theme options in admin panel</h3> + <ul> + <li>Fixed or fluid width</li> + <li>Show sidebar on pages</li> + <li>Add pages to horizontal navigation or sidebar navigation</li> + <li>Show sub-pages in navigation menu</li> + </ul> + + + <h2>Fixed bugs</h2> + + <h3>Comment count on archive page</h3> + <ul> + <li>BX_functions.php</li> + </ul> + + + <h2>Fixed typo</h2> + + <h3>Files edited</h3> + <ul> + <li>single.php</li> + </ul> + + </div> + </body> +</html> diff --git a/wp-content/themes/fixed-blix/comments-popup.php b/wp-content/themes/fixed-blix/comments-popup.php new file mode 100644 index 000000000..0d99a8ff3 --- /dev/null +++ b/wp-content/themes/fixed-blix/comments-popup.php @@ -0,0 +1,124 @@ +<?php + /* Don't remove these lines. */ + add_filter('comment_text', 'popuplinks'); + foreach ($posts as $post) { start_wp(); +?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<?php require_once get_template_directory()."/BX_functions.php"; ?> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <title><?php bloginfo('name'); wp_title(); ?></title> + <meta http-equiv="Content-Type" content="<?php bloginfo('charset'); ?>" /> + <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> + <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> + </head> + + <body id="commentspopup"> + <div id="container"> + <div id="content"> + <div id="comments"> + +<?php + // this line is WordPress' motor, do not delete it. + $comment_author = (isset($_COOKIE['comment_author_' . COOKIEHASH])) ? trim($_COOKIE['comment_author_'. COOKIEHASH]) : ''; + $comment_author_email = (isset($_COOKIE['comment_author_email_'. COOKIEHASH])) ? trim($_COOKIE['comment_author_email_'. COOKIEHASH]) : ''; + $comment_author_url = (isset($_COOKIE['comment_author_url_'. COOKIEHASH])) ? trim($_COOKIE['comment_author_url_'. COOKIEHASH]) : ''; + $comments = $wpdb->get_results("SELECT * FROM $wpdb->comments WHERE comment_post_ID = $id AND comment_approved = '1' ORDER BY comment_date"); + $commentstatus = $wpdb->get_row("SELECT comment_status, post_password FROM $wpdb->posts WHERE ID = $id"); + if (!empty($commentstatus->post_password) && $_COOKIE['wp-postpass_'. COOKIEHASH] != $commentstatus->post_password) { // and it doesn't match the cookie + echo(get_the_password_form()); + } else { + $commentalt = ''; + $commentcount = 1; +?> + + <?php if ($comments) : ?> + + <h2><?php comments_number(__('No Comments yet'), __('1 Comment'), __('% Comments')); if($post->comment_status == 'open') { ?> <a href="#commentform" class="more"><?php _e('Leave a Comment'); ?></a><?php } ?></h2> + + <ul> + + <?php foreach ($comments as $comment) : ?> + + <li id="comment-<?php comment_ID(); ?>" class="<?php comment_type('comment','trackback','pingback'); ?>"> + <p class="header<?php echo $commentalt; ?>"><strong><?php echo $commentcount ?>.</strong> + + <?php if (function_exists('get_avatar')) { echo get_avatar($comment); } ?> + + <?php if ($comment->comment_type == "comment") comment_author_link(); + else { + strlen($comment->comment_author)?$author=substr($comment->comment_author,0,25)."&hellip":$author=substr($comment->comment_author,0,25); + echo '<a href="', $comment->comment_author_url, '">', $author, '</a>'; + } + ?> | <?php comment_date(__('F j, Y')) ?> at <?php comment_time() ?></p> + <?php if ($comment->comment_approved == '0') : ?><p><em><?php _e('Your comment is awaiting moderation.'); ?></em></p><?php endif; ?> + <?php comment_text() ?> + <?php edit_comment_link(__('Edit Comment'),'<span class="editlink">','</span>'); ?> + </li> + + <?php + ($commentalt == ' alt')?$commentalt='':$commentalt=' alt'; + $commentcount++; + ?> + + <?php endforeach; ?> + + </ul> + + <?php endif; ?> + +<?php } ?> + +<?php if ($post->comment_status == 'open') : ?> + + <h2><?php _e('Leave a Comment'); ?></h2> + + <?php if (get_option('comment_registration') && !$user_ID) : ?> + <p><?php printf(__('You must be <a href="%s">logged in</a> to post a comment.'), get_option('siteurl')."/wp-login.php?redirect_to=".urlencode(get_permalink()));?></p> + + <?php else : ?> + + <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform"> + <fieldset> + + <?php if ($user_ID) : ?> + + <p><?php printf(__('Logged in as %s.'), '<a href="'.get_option('siteurl').'/wp-admin/profile.php">'.$user_identity.'</a>'); ?> <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="<?php _e('Log out of this account') ?>"><?php _e('Log out »'); ?></a></p> + + <?php else : ?> + + <p><label for="author"><?php _e('Name'); ?></label> <input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" tabindex="1" /> <em><?php if ($req) _e('(required)'); ?></em></p> + <p><label for="email"><?php _e('E-mail'); ?></label> <input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" tabindex="2" /> <em><?php if ($req) _e('(required)'); ?>, (hidden)</em></p> + <p><label for="url"><?php _e('URL'); ?></label> <input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" tabindex="3" /></p> + + <?php endif; ?> + <p><label for="comment"><?php _e('Comment'); ?></label> <textarea name="comment" id="comment" cols="45" rows="10" tabindex="4"></textarea></p> + <p><input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" /> + <input type="submit" name="submit" id="submit" value="<?php _e('Submit'); ?>" class="button" tabindex="5" /></p> + + </fieldset> + <?php do_action('comment_form', $post->ID); ?> + </form> + + <p><strong>XHTML:</strong> <?php printf(__('You can use these tags: %s'), allowed_tags()); ?></p> + + <?php endif; // If registration required and not logged in ?> + + <?php endif; // if you delete this the sky will fall on your head ?> + + <?php if ($post-> comment_status == 'open' && $post->ping_status == 'open') { ?> + <p><a href="<?php trackback_url() ?>" rel="trackback"><?php _e('TrackBack <abbr title="Universal Resource Locator">URL</abbr>'); ?></a> | <?php post_comments_feed_link(__('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.')); ?></p> + <?php } elseif ($post-> comment_status == 'open') {?> + <p><?php post_comments_feed_link(__('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.')); ?></p> + <?php } elseif ($post->ping_status == 'open') {?> + <p><a href="<?php trackback_url() ?>" rel="trackback"><?php _e('TrackBack <abbr title="Universal Resource Locator">URL</abbr>'); ?></a></p> + <p><a href="<?php trackback_url(display); ?>">Trackback this post</a></p> + <?php } ?> + +<?php } ?> + + </div> + </div> + </div> + </body> +</html> diff --git a/wp-content/themes/fixed-blix/comments.php b/wp-content/themes/fixed-blix/comments.php new file mode 100644 index 000000000..2f88ec370 --- /dev/null +++ b/wp-content/themes/fixed-blix/comments.php @@ -0,0 +1,101 @@ + <div id="comments"> + +<?php // Do not delete these lines + if ('comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) + die ('Please do not load this page directly. Thanks!'); + + if (!empty($post->post_password)) { // if there's a password + if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) { // and it doesn't match the cookie +?> + <p class="nocomments"><?php _e('This post is password protected. Enter the password to view comments.'); ?><p> + </div> +<?php + return; + } + } + $commentalt = ''; + $commentcount = 1; +?> + +<?php if ($comments) : ?> + + <h2><?php comments_number(__('No Comments yet'), __('1 Comment'), __('% Comments')); if($post->comment_status == 'open') { ?> <a href="#commentform" class="more"><?php _e('Leave a Comment'); ?></a><?php } ?></h2> + + <ul> + + <?php foreach ($comments as $comment) : ?> + + <li id="comment-<?php comment_ID(); ?>" class="<?php comment_type('comment','trackback','pingback'); ?>"> + <p class="header<?php echo $commentalt; ?>"><strong><?php echo $commentcount ?>.</strong> + + <?php if (function_exists('get_avatar')) { echo get_avatar($comment); } ?> + + <?php if ($comment->comment_type == 'comment') comment_author_link(); + else { + strlen($comment->comment_author)?$author=substr($comment->comment_author,0,25)."&hellip":$author=substr($comment->comment_author,0,25); + echo '<a href="', $comment->comment_author_url, '">', $author, '</a>'; + } + ?> | <?php printf(__('%1$s at %2$s'), get_comment_date(__('F j, Y')), get_comment_time()); ?></p> + <?php if ($comment->comment_approved == '0') : ?><p><em><?php _e('Your comment is awaiting moderation.'); ?></em></p><?php endif; ?> + <?php comment_text() ?> + <?php edit_comment_link(__('Edit Comment'),'<span class="editlink">','</span>'); ?> + </li> + + <?php + ($commentalt == ' alt')?$commentalt='':$commentalt=' alt'; + $commentcount++; + ?> + + <?php endforeach; ?> + + </ul> + +<?php endif; ?> + +<?php if ($post->comment_status == 'open') : ?> + + <h2 id="respond"><?php _e('Leave a Comment'); ?></h2> + + <?php if (get_option('comment_registration') && !$user_ID) : ?> + <p><?php printf(__('You must be <a href="%s">logged in</a> to post a comment.'), get_option('siteurl')."/wp-login.php?redirect_to=".urlencode(get_permalink()));?></p> + + <?php else : ?> + + <form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform"> + <fieldset> + + <?php if ($user_ID) : ?> + + <p><?php printf(__('Logged in as %s.'), '<a href="'.get_option('siteurl').'/wp-admin/profile.php">'.$user_identity.'</a>'); ?> <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="<?php _e('Log out of this account') ?>"><?php _e('Log out »'); ?></a></p> + + <?php else : ?> + + <p><label for="author"><?php _e('Name'); ?></label> <input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" tabindex="1" /> <em><?php if ($req) _e('(required)'); ?></em></p> + <p><label for="email"><?php _e('E-mail'); ?></label> <input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" tabindex="2" /> <em><?php if ($req) _e('(required)'); ?>, (<?php _e('Hidden'); ?>)</em></p> + <p><label for="url"><?php _e('URL'); ?></label> <input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" tabindex="3" /></p> + + <?php endif; ?> + <p><label for="comment"><?php _e('Comment'); ?></label> <textarea name="comment" id="comment" cols="45" rows="10" tabindex="4"></textarea></p> + <p><input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" /> + <input type="submit" name="submit" id="submit" value="<?php _e('Submit'); ?>" class="button" tabindex="5" /></p> + + </fieldset> + <?php do_action('comment_form', $post->ID); ?> + </form> + + <p><strong>XHTML:</strong> <?php printf(__('You can use these tags: %s'), allowed_tags()); ?></p> + + <?php endif; // If registration required and not logged in ?> + +<?php endif; // if you delete this the sky will fall on your head ?> + +<?php if ($post-> comment_status == "open" && $post->ping_status == "open") { ?> + <p><a href="<?php trackback_url() ?>" rel="trackback"><?php _e('TrackBack <abbr title="Universal Resource Locator">URL</abbr>'); ?></a> | <?php post_comments_feed_link(__('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.')); ?></p> +<?php } elseif ($post-> comment_status == "open") {?> + <p><?php post_comments_feed_link(__('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.')); ?></p> +<?php } elseif ($post->ping_status == "open") {?> + <p><a href="<?php trackback_url() ?>" rel="trackback"><?php _e('TrackBack <abbr title="Universal Resource Locator">URL</abbr>'); ?></a></p> + <p><a href="<?php trackback_url(display); ?>">Trackback this post</a></p> +<?php } ?> + + </div> diff --git a/wp-content/themes/fixed-blix/contact.php b/wp-content/themes/fixed-blix/contact.php new file mode 100644 index 000000000..297944ff7 --- /dev/null +++ b/wp-content/themes/fixed-blix/contact.php @@ -0,0 +1,110 @@ +<?php +/* +Template Name: contact +*/ +?> + +<?php get_header(); ?> + + <div id="content" class="column"> + <div class="pageentry"> + +<?php if (have_posts()) : ?> + + <?php while (have_posts()) : the_post(); ?> + + <?php + //validate email adress + function is_valid_email($email) + { + return (eregi ("^([a-z0-9_]|\\-|\\.)+@(([a-z0-9_]|\\-)+\\.)+[a-z]{2,4}$", $email)); + } + + //clean up text + function clean($text) + { + return stripslashes($text); + } + + //encode special chars (in name and subject) + function encodeMailHeader ($string, $charset = 'UTF-8') + { + return sprintf ('=?%s?B?%s?=', strtoupper ($charset),base64_encode ($string)); + } + + $bx_name = (!empty($_POST['bx_name'])) ? $_POST['bx_name'] : ''; + $bx_email = (!empty($_POST['bx_email'])) ? $_POST['bx_email'] : ''; + $bx_url = (!empty($_POST['bx_url'])) ? $_POST['bx_url'] : ''; + $bx_subject = (!empty($_POST['bx_subject'])) ? $_POST['bx_subject'] : ''; + $bx_message = (!empty($_POST['bx_message'])) ? $_POST['bx_message'] : ''; + + $bx_subject = clean($bx_subject); + $bx_message = clean($bx_message); + $error_msg = ''; + $send = 0; + + if (!empty($_POST['submit'])) { + $send = 1; + if (empty($bx_name) || empty($bx_email) || empty($bx_subject) || empty($bx_message)) { + $error_msg.= '<p><strong>Please fill in all required fields.</strong></p>' . "\n"; + $send = 0; + } + if (!is_valid_email($bx_email)) { + $error_msg.= '<p><strong>Your email adress failed to validate.</strong></p>'."\n"; + $send = 0; + } + } + + if (!$send) { ?> + + <h2><?php the_title(); ?></h2> + <?php + the_content(); + echo $error_msg; + ?> + + <form method="post" action="<?php echo 'http://', $_SERVER['HTTP_HOST'], $_SERVER['REQUEST_URI']; ?>" id="contactform"> + <fieldset> + <p><label for="bx_name"><?php _e('Name'); ?></label> <input type="text" name="bx_name" id="bx_name" value="<?php echo $bx_name; ?>" tabindex="1" /></p> + <p><label for="bx_email"><?php _e('E-mail'); ?></label> <input type="text" name="bx_email" id="bx_email" value="<?php echo $bx_email; ?>" tabindex="2" /></p> + <p><label for="bx_url"><?php _e('URL'); ?></label> <input type="text" name="bx_url" id="bx_url" value="<?php echo $bx_url; ?>" tabindex="3" /> <em><?php _e('Optional'); ?></em></p> + <p><label for="bx_subject"><?php _e('Subject'); ?></label> <input type="text" name="bx_subject" id="bx_subject" value='<?php echo $bx_subject; ?>' tabindex="4" /></p> + <p><label for="bx_message"><?php _e('Comment'); ?></label> <textarea name="bx_message" id="bx_message" cols="45" rows="10" tabindex="5"><?php echo $bx_message; ?></textarea></p> + <p><input type="submit" name="submit" id="submit" value="<?php _e('Submit'); ?>" class="button" tabindex="6" /></p> + </fieldset> + </form> + + <?php + } else { + + $displayName_array = explode(' ',$bx_name); + $displayName = htmlentities(utf8_decode($displayName_array[0])); + + $header = "MIME-Version: 1.0\n"; + $header .= "Content-Type: text/plain; charset=\"utf-8\"\n"; + $header .= 'From:' . encodeMailHeader($bx_name) . '<' . $bx_email . ">\n"; + $email_subject = '[' . get_settings('blogname') . '] ' . encodeMailHeader($bx_subject); + $email_text = 'From......: ' . $bx_name . "\n" . + 'Email.....: ' . $bx_email . "\n" . + 'Url.......: ' . $bx_url . "\n\n" . + '..........................................................' . "\n" . + 'Subject...: ' . $bx_subject . "\n" . + '..........................................................' . "\n\n" . + $bx_message; + + if (@mail(get_settings('admin_email'), $email_subject, $email_text, $header)) { + echo '<h2>Hey ', $displayName, ',</h2><p>thanks for your message! I\'ll get back to you as soon as possible.</p>'; + } + } + ?> + + <?php endwhile; ?> + +<?php endif; ?> + + </div> + </div> + +<?php if ($blix_sidebar) get_sidebar(); ?> + +<?php get_footer(); ?> diff --git a/wp-content/themes/fixed-blix/css/ie6.css b/wp-content/themes/fixed-blix/css/ie6.css new file mode 100644 index 000000000..e383dacb2 --- /dev/null +++ b/wp-content/themes/fixed-blix/css/ie6.css @@ -0,0 +1,6 @@ +#container.singlecol { + padding:0 30px 0 30px; +} +#navigation { + border-bottom:1px solid; +} diff --git a/wp-content/themes/fixed-blix/css/ie7.css b/wp-content/themes/fixed-blix/css/ie7.css new file mode 100644 index 000000000..7851c23bc --- /dev/null +++ b/wp-content/themes/fixed-blix/css/ie7.css @@ -0,0 +1,3 @@ +#navigation { + border-bottom:1px solid; +} diff --git a/wp-content/themes/fixed-blix/css/layout.css b/wp-content/themes/fixed-blix/css/layout.css new file mode 100644 index 000000000..aec7bcce2 --- /dev/null +++ b/wp-content/themes/fixed-blix/css/layout.css @@ -0,0 +1,569 @@ +/* reset */ +body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;} +.low {display:none;} + + +/* body */ +body { + margin:0; + font-family:Arial, Helvetica, sans-serif; + text-align:center; +} + +body#commentspopup {padding:0;} + + +/* headings */ +h1 {font-size:30px;} + +#header h3 {line-height:2em;} + +#content h1 { + margin:0 0 18px 0; +} + +#content h2 { + margin:0 0 18px 0; + font-family:Georgia, serif; + font-size:1.6em; + font-weight:normal; +} + +#content h3 { + margin:0 0 18px 0; + font-size:1em; +} + +#content h4 { + margin:0; + font-size:1em; +} + +#content.archive h2 {margin:0 0 26px 0;} + +#content.archive h3 { + margin:0 0 10px 0; + font-family:Georgia, serif; + font-size:1.3em; + font-weight:normal; +} + +#content.archive h4 { + margin:0 0 18px 0; + font-size:1em; +} + +#content.archive h5 { + margin:0; + font-size:1em; +} + + +/* links */ +a {text-decoration:none;} + +a img {border:none;} + + +/* paragraphs, lists, etc */ +p { + margin:0; + padding:0 0 18px 0; +} + +ul, ol { + margin:0 0 0 1.4em; + padding:0 0 18px 0; +} + +ul ul, ol ol {padding:0;} + +blockquote { + margin:0; + padding:0 18px; + font-style:italic; +} + +pre { + overflow:auto; + margin:0 0 18px 0; + padding:4px; +} + +pre, code, kbr {font-family:Courier, Monaco, monospace;} + +code, kbr {padding:0 2px;} + +abbr, acronym { + font-size:0.9em; + letter-spacing:1px; +} + + +/* images */ +.alignleft, img.left { + float:left; + margin:12px 12px 12px 0; +} + +.alignright, img.right { + float:right; + margin:12px 0 12px 12px; +} + +.aligncenter, img.center { + display: block; + margin:0 auto; +} + + +/* container */ +#container { + margin:0 auto; + text-align:left; +} + +#commentspopup #container { + width:455px; + padding:0 15px; +} + + +/* header */ +#header { + height:115px; + padding:0 0 0 18px; +} + +#header h1 { + /*display:none; This will hide the text in your header */ + padding-top:50px; +} + + +/* navigation */ +#navigation ul { + margin:0; + padding:0; + list-style:none; +} + +#navigation li { + float:left; + border:1px solid white; + border-width: 0 1px 0px 0; + line-height:2.7em; +} + +#navigation li a { + display:block; + padding:0 18px; + font-size:0.8em; + text-transform:uppercase; + letter-spacing:1px; +} + +* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */ + +#navigation form { + float:right; + /*height:100%;*/ + height:2.7em;/**/ + width:189px; + padding:0 15px; + border-left:1px solid; + line-height:0; +} + +#navigation form fieldset { + /* centering the search form could've + been done way more elegant but IEWin + and Opera refused to follow the rules */ + margin-top:7px; + border:0 solid; /* Opera */ +} + +* html #navigation form fieldset {margin-top:7px;} + +#navigation #s { + height:1.5em; + width:140px; + margin:0 5px 0 0; + padding:0; + border:1px solid; + font-size:0.8em; + vertical-align:middle; +} + +#navigation #searchbutton { + height:2em; + width:auto; + max-width:39px;/**/ + padding:0 1px; + border:1px solid; + font-size:9px; + letter-spacing:1px; + text-align:center; + vertical-align:middle; +} + + +/* content */ +#content { + padding-top:32px; + overflow:hidden; +} + +.singlecol #content { + width:auto; + margin:0 70px; +} + +#commentspopup #content { + float:none; + padding-top:0; +} + + +/* entry */ +.entry .info { + clear:both; + position:relative; + margin-top:-3px; + padding:3px; + border-top:1px solid; + border-bottom:1px solid; + font-size:0.9em; +} + +.entry.single {clear:both;} + +.entry.single .info {margin:0 0 22px 0;} + +.entry .info a { + margin-right:6px; + padding-right:9px; + border-right:1px solid; +} + +.entry .info em { + padding-right:6px; + font-style:normal; +} + +.entry .author, +.entry .editlink a { + margin:0; + padding:0 0 0 10px; + border-left:1px solid; + border-right:none +} + +.entry #filedunder { + clear:both; + padding:3px 0 0 0; + font-size:0.9em; + border-top:1px solid; +} + +.entry #tags { + clear:both; + padding:3px 0 0 0; + font-size:0.9em; +} + + +/* mini-entry */ +.minientry { + position:relative; + margin:0px 0 35px 0; + padding:10px 0; + border-top:1px dotted; + border-bottom:1px dotted; +} + +.minientry p {padding:0;} + +.minientry .info { + clear:both; +} + +.minientry .commentlink { + margin-left:3px; + padding-right:7px; + border-right:1px solid; + font-size:0.9em; +} + +.minientry .permalink { + margin-left:3px; + font-size:0.9em; + font-style:normal; +} + +.minientry .author, +.minientry .editlink a { + margin-left:6px; + padding:0 8px 0 10px; + border-left:1px solid; + font-size:0.9em; + font-style:normal; +} + +.minientry .editlink a {margin:0;} + + +/* comments */ +#comments h2 {margin-bottom:24px;} + +#comments h2 a { + margin-left:2px; + padding-left:6px; + border-left:1px solid; + font-family:Arial,Helvetica,sans-serif; + font-size:0.55em; +} + +#comments ul {margin:0 0 0 20px;} + +#comments li { + position:relative; + margin-bottom:18px; +} + + +#comments li p {padding:0 0 10px 0;} + +#comments .header { + position:relative; + min-height:19px; /* 19 + 3 +3 = 25px = height of gravatar */ + margin:0 0 10px 0; + padding:3px 6px; +} + +* html #comments .header {height:19px;} /* IEWin */ + +#comments .header strong {font-family:Georgia,sans-serif;} + +.avatar { + position:absolute; + top:1px; + right:1px; +} + + +/* form */ + +form {padding:6px 0;} + +#commentform, #contactform {margin-bottom:18px;} + +form fieldset {border:0 solid;} /* Opera */ + +form p { + padding:6px 0; + border-bottom:1px solid; +} + +#commentform label { + display:block; + float:left; + width:90px; +} +#contactform label { + display:block; + float:left; + width:90px; +} + +#commentform label {margin:0 15px 0 15px;} +#contactform label {margin:0 15px 0 0;} + +form em { + margin-left:5px; + font-size:0.9em; + font-style:normal; +} + +form input, form textarea { + padding:3px; + border:1px solid; + font-family:Arial,Helvetica,sans-serif; + font-size:0.9em; +} + +form textarea {overflow:auto;} + +#commentform input, #contactform input {width:200px;} +#commentform textarea {width:295px;} +.singlecol #contactform textarea, .singlecol #contactform #bx_subject {width:435px;} +.doublecol #contactform textarea, .doublecol #contactform #bx_subject {width:295px;} + +* html #commentform textarea {width:290px;} /* IE WIN; but why? */ +* html .singlecol #contactform textarea, +* html .singlecol #contactform #bx_subject {width:415px;} /* IE WIN; but why? */ +* html .doublecol #contactform textarea, +* html .doublecol #contactform #bx_subject {width:290px;} /* IE WIN; but why? */ + +form .button { + width:90px !important; + border-bottom:1px solid; + font-weight:bold; +} + +#commentform .button {margin-left:120px;} +#contactform .button {margin-left:105px;} + +form .hiddenfield {display:none;} + +form .info {padding-left:90px;} + + +/* archives */ +.archive .postspermonth { + margin:0; + list-style:none; +} + + +/* content misc */ +.next a {float:right;} +.previous a {float:left;} + + +#entrynavigation { + overflow: auto; + height:1%; + margin-bottom:13px; + padding-bottom:13px; + border-bottom:1px solid; + font-size:0.9em; +} + + +/* subcontent */ +#subcontent { + width:205px; + padding:15px 0 0 15px; + font-size:0.9em; + line-height:1.5em; + overflow:hidden; +} + +* html #subcontent {padding-top:32px;} /* dirty fix for IEWIN; temporary! */ + +#subcontent ul, #subcontent p {margin:0 10px;} + + +/* subcontent headings */ +#subcontent h2 { + margin:18px 0 10px 0; + font-family:Georgia,serif; + font-size:1em; + line-height:1em; +} + +#subcontent h2 em { + display:block; + padding:5px 10px; + font-style:normal; +} + + +/* subcontent list */ +#subcontent ul li { + margin:2px 0 2px 18px; + padding-bottom:2px; + border-bottom:1px solid; +} + +#subcontent li a { + padding:1px 0; + height:1%; /* IE WIN */ +} + +#subcontent ul.pages li ul, +#subcontent ul.categories li ul, #subcontent ul li.cat-item ul {margin:0;} + +#subcontent ul.pages li li, #subcontent ul li.page_item li.page_item, +#subcontent ul.categories li li, #subcontent ul li.cat-item li.cat-item { + margin:0; + padding:0 0 3px 0; + border-bottom:none; +} + +#subcontent ul.pages li ul ul, +#subcontent ul.categories li ul ul, #subcontent ul li.cat-item ul ul {margin:0 0 0 16px;} + + +/* calendar */ +#wp-calendar { + display:inline-table; + border-collapse:collapse; + width:185px; + margin:0px 10px 0 10px; + text-align:center; +} + +#subcontent table caption { + margin:-5px 10px 5px 10px; + padding-bottom:5px; + border-bottom:1px solid; + letter-spacing:0.1em; +} + +#subcontent table thead tr {border-bottom:1px solid;} + +#subcontent table th {border-bottom:1px solid;} + +#subcontent table td { + width:200px; + padding:1px; + font-size:0.9em; +} + +#subcontent table td#today { + padding:0; + border:1px solid; + font-size:1em; + font-weight:bold; +} + +#subcontent table td a { + display:block; + border-bottom:1px solid; + font-weight:bold; + font-size:1.15em; +} + +#subcontent table tfoot {border-top:1px solid;} + +#subcontent table tfoot a { + border:none; + font-weight:bold; +} + +#subcontent table tfoot #prev a {text-align:left;} +#subcontent table tfoot #next a {text-align:right;} + + +/* footer */ +#footer { + clear:both; + font-size:0.9em; +} + +.singlecol #footer { + padding:25px 0 15px 0; +} + +#footer p { + padding:12px 0 18px 0; + border-top:1px solid; +} + +#footer strong {font-weight:normal;} + +.singlecol #footer p { + padding:12px 70px 18px 70px; +} diff --git a/wp-content/themes/fixed-blix/css/layout_fixed.css b/wp-content/themes/fixed-blix/css/layout_fixed.css new file mode 100644 index 000000000..66101b78a --- /dev/null +++ b/wp-content/themes/fixed-blix/css/layout_fixed.css @@ -0,0 +1,32 @@ +@import "layout.css"; + +body { + padding:15px 0; + font-size:75%; + line-height:1.6em; +} +#container { + width:690px; + padding:30px 30px 0 30px; +} +#content { + float:left; + width:455px; +} +.singlecol #content { + float:none; + width:550px; +} +.entry { + margin:0 0 40px 0; +} +.avatar { + width:23px; + height:23px; +} +#subcontent { + float:right; +} +#footer { + padding:40px 0 15px 0; +} diff --git a/wp-content/themes/fixed-blix/css/layout_fluid.css b/wp-content/themes/fixed-blix/css/layout_fluid.css new file mode 100644 index 000000000..c29a0376a --- /dev/null +++ b/wp-content/themes/fixed-blix/css/layout_fluid.css @@ -0,0 +1,68 @@ +body { + margin:0 15px; + min-width:750px; + max-width:1000px; + font-size:80%; + line-height:2em; +} + +#container.doublecol { + padding:0 235px 0 30px; +} +#container.singlecol { + padding:0 30px 0 30px; +} + +.doublecol #header { + margin-right:-205px; +} + +.doublecol #navigation { + margin-right:-205px; +} + +.doublecol .column { + position: relative; + float: left; +} + +.doublecol #content { + width:100%; + margin-right:-15px; +} + +.entry { + margin:0 0 40px 0; + padding-right:30px; +} + +.minientry { + margin-right:30px; +} + +.pageentry { + padding-right:30px; +} + +#comments { + padding-right:30px; +} +.avatar { + width:29px; + height:29px; +} + +#subcontent { + margin-right:-205px; +} + +#footer { + padding:0px 0 15px 0; +} +.doublecol #footer { + margin-right:-205px; +} +#footer-hack { + height:40px; + margin-right:205px; +} diff --git a/wp-content/themes/fixed-blix/css/spring_flavour.css b/wp-content/themes/fixed-blix/css/spring_flavour.css new file mode 100644 index 000000000..4d6f0a69e --- /dev/null +++ b/wp-content/themes/fixed-blix/css/spring_flavour.css @@ -0,0 +1,309 @@ +/* body */ +body { + color:#414141; + background:#EDE8E2; +} + +body#commentspopup {background:white;} + + +/* headings */ +h1, h1 a, +h2, h2 a, +h3 a, +h4 a + {color:#009193;} + +h1 a:hover, +h2 a:hover, +h3 a:hover, +h4 a:hover + {color:#1BA6B2;} + +h3 {color:#1BA6B2;} + + +/* link */ +a {color:#6C8C37;} + +a:hover {color:#009193;} + +a.commentlink { + padding-left:16px; + background:url(../images/spring_flavour/comments.gif) center left no-repeat; +} + +a.more { + padding-right:10px; + background:url(../images/spring_flavour/more.gif) center right no-repeat; +} + + +/* paragraphs, lists, etc */ +pre, +code + {background-color:#F8FAF2;} + +kbr {color:#009193;} + + +/* container */ +#container { + padding-top:0; + border-top:30px solid white; +} + +#container.singlecol, +#commentspopup #container {background-image:none;} + + +/* header */ +#header { + background-color:#F0F9F9; + background-image:url(../images/spring_flavour/header_bg.jpg); +} + + +/* navigation */ +#navigation {border-color:white; background-color:#A3C159;} + +#navigation li {border-color:white; background-color:#A3C159;} + +#navigation a {color:white;} + +#navigation .selected, +#navigation a:hover + {background-color:#1BA6B2;} + +#navigation form { + border-color:white; + background:#FEC42D url(../images/spring_flavour/corner_bottom_right.gif) bottom right no-repeat; +} + +#navigation #s {border-color:#FFF9EA;} + +#navigation #searchbutton { + color:white; + background-color:#A3C159; +} + + +/* Content */ + +.singlecol #content { + background-image:none; +} + + +/* Entry */ +.entry {margin:0 0 40px 0;} + +.entry .author {} + +.entry .info { + border-color:#F3F4F4; + background-color:#FAFAFA; +} + +.entry .info a {border-color:#949494;} + +.entry a.more { + padding-left:12px; + background:url(../images/spring_flavour/more.gif) center left no-repeat; +} + +.entry .info .date { + padding-left:15px; + background:url(../images/spring_flavour/post.gif) center left no-repeat; +} + +.entry .info .author { + padding-left:23px; + border-color:#949494; + background:url(../images/spring_flavour/author.gif) 10px 2px no-repeat; +} + +.entry #filedunder {border-color:#F3F4F4;} + +.entry .page-links { + background:url(../images/spring_flavour/pages.gif) top left no-repeat; + padding-left:15px; +} + + +/* Mini-Entry */ +.minientry {border-color:#D9D9D9;} + +.minientry .commentlink {border-color:#949494;} + +.minientry .permalink { + padding-left:15px; + background:url(../images/spring_flavour/post.gif) center left no-repeat; +} + +.minientry .author { + padding-left:23px; + border-color:#949494; + background:url(../images/spring_flavour/author.gif) 10px 2px no-repeat; +} + + +/* Comments */ +#comments h2 {margin-bottom:24px;} + +#comments h2 a {color:#6C8C37;} + +#comments li.comment {list-style-image:url(../images/spring_flavour/comments.gif);} + +#comments li.trackback,#comments li.pingback {list-style-image:url(../images/spring_flavour/pingtrackback.gif);} + +#commentform {background-color:#EDF3DE;} + +#comments .header {background-color:#EDF3DE;} + +#comments .header.alt {background-color:#E9F7F6;} + + +/* form */ +form p {border-color:white;} + +form label { color:#6C8C37;} + +form em {color:#C8C8B4;} + +form input {color:#414141;} + +form input, form textarea { + border-color:#DCDCDC #F0F0F0 #F0F0F0 #DCDCDC; +} + +form .button { + border-color:white #DCDCDC #DCDCDC white; + background-color:#F0F0F0; +} + + +/* Archives */ +.archive .postspermonth {color:#A0A0A0;} + + +/* content misc */ +.next a { + padding-right:10px; + background:url(../images/spring_flavour/next.gif) center right no-repeat; +} + +.previous a { + padding-left:10px; + background:url(../images/spring_flavour/previous.gif) center left no-repeat; +} + +#entrynavigation {border-color:#F3F4F4;} + +.editlink { + position:absolute; + height:14px; + width:14px; + right:2px; + background:url(../images/spring_flavour/edit.gif) 0 -14px; +} + +html>body .editlink {bottom:6px;} + +.entry .info .editlink a, +.minientry .editlink a, +#comments li .editlink a { + display:block; + height:14px; + width:14px; + margin:0; + padding:0; + border:none; + font-size:1px; /* IEWin */ + line-height:0; /* IEWin */ + text-indent:-9999px; + background:url(../images/spring_flavour/edit.gif) 0 0; +} + +.entry .info .editlink a:hover, +.minientry .editlink a:hover, +#comments li .editlink a:hover + {background:none;} + + +/* subcontent */ +#subcontent {background:url(../images/spring_flavour/subcontent_bg.gif) top left no-repeat;} + + +/* subcontent headings */ +#subcontent h2 { + color:white; + background:#A3C159 url(../images/spring_flavour/corner_top_left.gif) top left no-repeat; +} + +#subcontent h2 em {background:url(../images/spring_flavour/corner_bottom_right.gif) bottom right no-repeat;} + + +/* subcontent list */ +#subcontent ul li {border-bottom-color:#F0F0F0;} + +#subcontent li a:hover {background-color:#FFFBF0;} + +#subcontent ul.pages li, #subcontent ul li, #subcontent ul li.page_item {list-style-image:url(../images/spring_flavour/post_yellow.gif);} + +#subcontent ul.categories li, #subcontent ul li.cat-item, +#subcontent ul.months li {list-style-image:url(../images/spring_flavour/categories_yellow.gif);} + +#subcontent ul.links li, #subcontent ul.xoxo li {list-style-image:url(../images/spring_flavour/links_yellow.gif);} + +#subcontent ul.feeds li {list-style-image:url(../images/spring_flavour/feeds_yellow.gif);} + +#subcontent ul.posts li {list-style-image:url(../images/spring_flavour/post_yellow.gif);} + +#subcontent ul.pages li li, #subcontent ul li.page_item li.page_item, +#subcontent ul.categories li li, #subcontent ul.children li.cat-item {list-style-image:url(../images/spring_flavour/sub_categories_yellow.gif);} + +#subcontent ul li.recentcomments {list-style-image:url(../images/spring_flavour/comments.gif);} + + +/* calendar */ +#wp-calendar {color:#A0A0A0;} + +#subcontent table caption {border-bottom-color:#F3F4F4;} + +#subcontent table thead tr { + border-bottom-color:#F3F4F4; + color:#414141; +} + +#subcontent table th {border-bottom-color:#F3F4F4;} + +#subcontent table td#today { + border-color:#F3F4F4; + color:#414141; +} + +#subcontent table td a { + border-bottom-color:#A3C159; + background-color:#EDF3DE; +} + +#subcontent table tfoot {border-top-color:#F3F4F4;} + +#subcontent table tfoot a {background:none;} + + +/* footer */ +#footer { + color:#A0A0A0; +} + +.singlecol #footer {background-image:none;} + +#footer p {border-top:6px solid #E9F7F6;} + +#footer a {color:#A0A0A0;} + +#footer a:hover {color:#414141;} + +#footer strong {color:#009193;} diff --git a/wp-content/themes/fixed-blix/css/spring_flavour_fixed.css b/wp-content/themes/fixed-blix/css/spring_flavour_fixed.css new file mode 100644 index 000000000..20d47a46c --- /dev/null +++ b/wp-content/themes/fixed-blix/css/spring_flavour_fixed.css @@ -0,0 +1,8 @@ +@import "spring_flavour.css"; + +#container { + background:white url(../images/spring_flavour/container_bg.gif) 500px 0px repeat-y; +} +#footer { + background:white url(../images/spring_flavour/footer_bg.gif) 470px 0px no-repeat; +} diff --git a/wp-content/themes/fixed-blix/css/spring_flavour_fluid.css b/wp-content/themes/fixed-blix/css/spring_flavour_fluid.css new file mode 100644 index 000000000..9f57c30fe --- /dev/null +++ b/wp-content/themes/fixed-blix/css/spring_flavour_fluid.css @@ -0,0 +1,13 @@ +#container { + background-color:white; +} +#header { + background-position:right; + background-repeat:no-repeat; +} +#content { + background:white url(../images/spring_flavour/container_bg.gif) top right repeat-y; +} +.doublecol #footer-hack { + background:white url(../images/spring_flavour/footer_bg.gif) top right no-repeat; +} diff --git a/wp-content/themes/fixed-blix/footer.php b/wp-content/themes/fixed-blix/footer.php new file mode 100644 index 000000000..b1af61fbc --- /dev/null +++ b/wp-content/themes/fixed-blix/footer.php @@ -0,0 +1,21 @@ + <hr class="low" /> + + <div id="footer"> + <div id="footer-hack"></div> + + <p> +<?php + $locale = get_locale(); + if (!$locale || $locale == 'en_US') { +?> + <strong>© Copyright <?php echo date('Y'), ' '; bloginfo('name'); ?>. All rights reserved.</strong><br /> +<?php } ?> + <a href="http://lettersandscience.net/Blix/"><strong>Blix</strong></a> theme. <?php echo sprintf(__("Powered by <a href='http://wordpress.org/' title='%s'><strong>WordPress</strong></a>"), __('Powered by WordPress, state-of-the-art semantic personal publishing platform.')); ?> <?php bloginfo('version'); ?>. <?php wp_loginout(); ?> + </p> + +<?php do_action('wp_footer'); ?> + + </div> + </div> + </body> +</html> diff --git a/wp-content/themes/fixed-blix/functions.php b/wp-content/themes/fixed-blix/functions.php new file mode 100644 index 000000000..4d10f88bc --- /dev/null +++ b/wp-content/themes/fixed-blix/functions.php @@ -0,0 +1,169 @@ +<?php + if ( function_exists('register_sidebar') ) + register_sidebar(array( + 'before_widget' => '', + 'after_widget' => '', + 'before_title' => '<h2><em>', + 'after_title' => '</em></h2>', + )); + + + $themename = 'Blix'; + $shortname = 'blix'; + $options = array ( + array( + 'type' => 'open' + ), + array( + 'name' => 'Layout', + 'id' => $shortname.'_layout', + 'type' => 'select', + 'options' => array('Fixed Width', 'Fluid Width'), + 'std' => 'Fixed Width' + ), + array( + 'name' => 'Sidebar', + 'desc' => 'Show sidebar on pages.', + 'id' => $shortname.'_sidebar', + 'type' => 'checkbox', + 'std' => false + ), + array( + 'name' => 'Page Navigation', + 'desc' => 'Navigation menu location of additional pages other than the \'about\', \'archives\', and \'contact\' pages.', + 'id' => $shortname.'_navigation_location', + 'type' => 'select', + 'options' => array('Horizontal Menu', 'Sidebar'), + 'std' => 'Horizontal Menu' + ), + array( + 'name' => 'Sub-Pages', + 'desc' => 'Hide sub-pages in navigation menu.', + 'id' => $shortname.'_navigation_hide_subpages', + 'type' => 'checkbox', + 'std' => false + ), + array( + 'type' => 'close' + ) + ); + + function blix_add_admin() { + global $themename, $shortname, $options; + + if ( $_GET['page'] == basename(__FILE__) ) { + if ( 'save' == $_REQUEST['action'] ) { + foreach ($options as $value) { + update_option( $value['id'], $_REQUEST[ $value['id'] ] ); } + foreach ($options as $value) { + if( isset( $_REQUEST[ $value['id'] ] ) ) { update_option( $value['id'], $_REQUEST[ $value['id'] ] ); } else { delete_option( $value['id'] ); } } + header('Location: themes.php?page=functions.php&saved=true'); + die; + } else if( 'reset' == $_REQUEST['action'] ) { + foreach ($options as $value) { + delete_option( $value['id'] ); } + header('Location: themes.php?page=functions.php&reset=true'); + die; + } + } + add_theme_page($themename.' Options', ''.$themename.' Options', 'edit_themes', basename(__FILE__), 'blix_admin'); + } + + function blix_admin() { + global $themename, $shortname, $options; + + if ( $_REQUEST['saved'] ) echo '<div id="message" class="updated fade"><p><strong>'.$themename.' settings saved.</strong></p></div>'; + if ( $_REQUEST['reset'] ) echo '<div id="message" class="updated fade"><p><strong>'.$themename.' settings reset.</strong></p></div>'; +?> + <div class="wrap"> + <h2><?php echo $themename; ?> settings</h2> + <form method="post"> + +<?php + foreach ($options as $value) { + switch ( $value['type'] ) { + case 'open': +?> + <table width="100%" border="0" style="background-color:#eef5fb; padding:10px;"> +<?php + break; + case 'close': +?> + </table><br /> +<?php + break; + case 'title': +?> + <table width="100%" border="0" style="background-color:#dceefc; padding:5px 10px;"> + <tr> + <td colspan="2"><h3 style="font-family:Georgia,'Times New Roman',Times,serif;"><?php echo $value['name']; ?></h3></td> + </tr> +<?php + break; + case 'text': +?> + <tr> + <td width="20%" rowspan="2" valign="middle"><strong><?php echo $value['name']; ?></strong></td> + <td width="80%"><input style="width:400px;" name="<?php echo $value['id']; ?>" id="<?php echo $value['id']; ?>" type="<?php echo $value['type']; ?>" value="<?php if ( get_settings( $value['id'] ) != '') { echo get_settings( $value['id'] ); } else { echo $value['std']; } ?>" /></td> + </tr> + <tr><td><small><?php echo $value['desc']; ?></small></td></tr> + <tr><td colspan="2" style="margin-bottom:5px;border-bottom:1px dotted #000000;"> </td></tr> + <tr><td colspan="2"> </td></tr> +<?php + break; + case 'textarea': +?> + <tr> + <td width="20%" rowspan="2" valign="middle"><strong><?php echo $value['name']; ?></strong></td> + <td width="80%"><textarea name="<?php echo $value['id']; ?>" style="width:400px; height:200px;" type="<?php echo $value['type']; ?>" cols="" rows=""><?php if ( get_settings( $value['id'] ) != '') { echo get_settings( $value['id'] ); } else { echo $value['std']; } ?></textarea></td> + </tr> + <tr><td><small><?php echo $value['desc']; ?></small></td></tr> + <tr><td colspan="2" style="margin-bottom:5px;border-bottom:1px dotted #000000;"> </td></tr> + <tr><td colspan="2"> </td></tr> +<?php + break; + case 'select': +?> + <tr> + <td width="20%" rowspan="2" valign="middle"><strong><?php echo $value['name']; ?></strong></td> + <td width="80%"><select style="width:240px;" name="<?php echo $value['id']; ?>" id="<?php echo $value['id']; ?>"><?php foreach ($value['options'] as $option) { ?><option<?php if ( get_settings( $value['id'] ) == $option) { echo ' selected="selected"'; } elseif ($option == $value['std']) { echo ' selected="selected"'; } ?>><?php echo $option; ?></option><?php } ?></select></td> + </tr> + <tr><td><small><?php echo $value['desc']; ?></small></td></tr> + <tr><td colspan="2" style="margin-bottom:5px;border-bottom:1px dotted #000000;"> </td></tr> + <tr><td colspan="2"> </td></tr> +<?php + break; + case 'checkbox': +?> + <tr> + <td width="20%" rowspan="2" valign="middle"><strong><?php echo $value['name']; ?></strong></td> + <td width="80%"><? if(get_settings($value['id'])){ $checked = 'checked="checked"'; }else{ $checked = ''; } ?> + <input type="checkbox" name="<?php echo $value['id']; ?>" id="<?php echo $value['id']; ?>" value="true" <?php echo $checked; ?> /> + </td> + </tr> + <tr><td><small><?php echo $value['desc']; ?></small></td></tr> + <tr><td colspan="2" style="margin-bottom:5px;border-bottom:1px dotted #000000;"> </td></tr> + <tr><td colspan="2"> </td></tr> +<?php + break; + } + } +?> + + <p class="submit"> + <input name="save" type="submit" value="Save changes" /> + <input type="hidden" name="action" value="save" /> + </p> + </form> + <form method="post"> + <p class="submit"> + <input name="reset" type="submit" value="Reset" /> + <input type="hidden" name="action" value="reset" /> + </p> + </form> + +<?php +} + + add_action('admin_menu', 'blix_add_admin'); +?> diff --git a/wp-content/themes/fixed-blix/header.php b/wp-content/themes/fixed-blix/header.php new file mode 100644 index 000000000..788ea4a85 --- /dev/null +++ b/wp-content/themes/fixed-blix/header.php @@ -0,0 +1,93 @@ +<?php + require_once get_template_directory()."/BX_functions.php"; + + if (!$blix_sidebar && is_page() && get_page_template() != get_template_directory() . '/archives.php') { + $col_class = ' class="singlecol"'; + } else { + $col_class = ' class="doublecol"'; + } +?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html <?php language_attributes( $doctype ) ?> xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> + <head> + <title><?php bloginfo('name'); wp_title(); ?></title> + <meta http-equiv="Content-Type" content="<?php bloginfo('charset'); ?>" /> + <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> +<?php if ($blix_layout == 'Fixed Width') { ?> + <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen, projection" /> +<?php } else if ($blix_layout == 'Fluid Width') { ?> + <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/style-fluid.css" type="text/css" media="screen, projection" /> +<?php } ?> + <!--[if IE 7]> + <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/ie7.css" type="text/css" media="screen, projection" /> + <![endif]--> + <!--[if IE 6]> + <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/ie6.css" type="text/css" media="screen, projection" /> + <![endif]--> + <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> + <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> + <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> + <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> + <?php /*comments_popup_script(520, 550);*/ ?> + <?php wp_head();?> + </head> + <body> + <div id="container"<?php echo $col_class; ?>> + <div id="header"> + <h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1> + <h3><?php bloginfo('description'); ?></h3> + </div> + <div id="navigation"> + <ul> + <li<?php if (is_front_page()) echo ' class="selected"'; ?>><a href="<?php bloginfo('url'); ?>"><?php _e('Home'); ?></a></li> +<?php + $param_parent = $blix_navigation_hide_subpages ? '&parent=0' : ''; + if ($blix_navigation_location == 'Sidebar') { + $include_pages = array('about', 'archives', 'contact'); + $param_include = '&include='; + foreach ($include_pages as $page) { + $include_page = get_page_by_path($page); + if ($include_page != NULL) { + if ($include_page->ID != get_option('page_on_front')) { + $param_include .= $include_page->ID . ','; + } + } + } + $param_include = rtrim($param_include, ','); + } + if ($param_include != '&include=') { + $pages = get_pages('sort_column=menu_order' . $param_parent . $param_include . '&exclude=' . get_option('page_on_front')); + foreach ($pages as $page) { + switch ($page->post_name) { + case 'archives': + (is_page($page->ID) || is_archive() || is_search() || is_single())?$selected = ' class="selected"':$selected=''; + echo ' <li', $selected, '><a href="', get_page_link($page->ID), '">', __('Archives'), '</a></li>', "\n"; + break; + case 'about': + (is_page($page->ID))?$selected = ' class="selected"':$selected=''; + echo ' <li', $selected, '><a href="', get_page_link($page->ID),'">', __('About'), '</a></li>', "\n"; + break; + case 'contact': + (is_page($page->ID))?$selected = ' class="selected"':$selected=''; + echo ' <li', $selected, '><a href="', get_page_link($page->ID), '">', __('contact'), '</a></li>', "\n"; + break; + case 'about_short': + break; + default: + (is_page($page->ID))?$selected = ' class="selected"':$selected=''; + echo ' <li', $selected, '><a href="', get_page_link($page->ID), '">', $page->post_title, '</a></li>', "\n"; + } + } + } + $locale = get_locale(); + $search = !$locale || $locale == 'en_US' ? 'Go!' : 'Search'; +?> + </ul> + <form action="<?php bloginfo('url'); ?>/" method="get"> + <fieldset> + <input value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" /> + <input type="submit" value="<?php _e($search); ?>" id="searchbutton" /> + </fieldset> + </form> + <div style="clear:both;"></div> + </div> diff --git a/wp-content/themes/fixed-blix/images/spring_flavour/author.gif b/wp-content/themes/fixed-blix/images/spring_flavour/author.gif new file mode 100644 index 0000000000000000000000000000000000000000..744af162a090b7d0e3606d9ab5649499eb52c64a GIT binary patch literal 853 zcmZ?wbhEHb<Y3@t_|C%c?c292SFZg3|9{GqDGZ}vGz3Oi2q^w!VPs%nVbB5j8<Zy) zIE)xLIb;kR793<`Vi1whP-r;Z%FJNFvtfdROBWk^*cFct3JjfGx^;6_e0b#2#S*-X Ihl9Zy0LCsJJpcdz literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/images/spring_flavour/categories_yellow.gif b/wp-content/themes/fixed-blix/images/spring_flavour/categories_yellow.gif new file mode 100644 index 0000000000000000000000000000000000000000..9ff159fcfe1098002806f3b1ca4fbbf629c8b86c GIT binary patch literal 93 zcmZ?wbhEHb<YeGxSj58c^U;P+$5Q_NeE)vC6$27b{K>+|z`(+w0}=zNWnfnF@Deok lW>uV5!W`lmpWAO%b2p<e>1)qjw*^{Xg4S({@@8VN1_0I=8;Jk_ literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/images/spring_flavour/comments.gif b/wp-content/themes/fixed-blix/images/spring_flavour/comments.gif new file mode 100644 index 0000000000000000000000000000000000000000..9aa94bacff1c1df0ed7370dfd33f4bfc5246bd5a GIT binary patch literal 97 zcmZ?wbhEHb<YwSzSj5V(diCmW-@aYBa^?U3|5K(+`Tzev0~jd&WMO1rU}ew&@jz-B wnAIY7?fEichod`(laN-`@&3|Y1;vDWGey-ntpeCRc(t#0c|P`^$iQF?0Qs~c2><{9 literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/images/spring_flavour/container_bg.gif b/wp-content/themes/fixed-blix/images/spring_flavour/container_bg.gif new file mode 100644 index 0000000000000000000000000000000000000000..82f284e68ed83f86710633412b805326f19a12fa GIT binary patch literal 118 zcmZ?wbhEHb<Y$m%Sj52a@87@QzkmPu@#Fpb_kaKX{q^hD_wV2T|NpP}lZ62UbU*}1 zEd#T)g_<af`l%H&nuD)>+Y~4BEO)wl<5JHuty6vLW~}|>GW+=5sP{6Dtt8felVqyj Vec|E^AI_;~=kfk5NfTnQ1^~Y4IZprp literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/images/spring_flavour/corner_bottom_right.gif b/wp-content/themes/fixed-blix/images/spring_flavour/corner_bottom_right.gif new file mode 100644 index 0000000000000000000000000000000000000000..452829b277ac9cad786fff5bf78cc9c3ca31c1bd GIT binary patch literal 43 wcmZ?wbhEHbWMW`qXkcXc|NlP&1B2pE7DfgJMg|=Q1_lO@3<DDrPaK0a0LgC$Bme*a literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/images/spring_flavour/corner_top_left.gif b/wp-content/themes/fixed-blix/images/spring_flavour/corner_top_left.gif new file mode 100644 index 0000000000000000000000000000000000000000..4328c7c0be276cba4af306b1b635e6a1adcf7ad8 GIT binary patch literal 43 wcmZ?wbhEHbWMW`qXkcXc|NlP&1B2pE7DfgJMg|=Q1_lO@3<DEWOE7~q0Lv~1kpKVy literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/images/spring_flavour/edit.gif b/wp-content/themes/fixed-blix/images/spring_flavour/edit.gif new file mode 100644 index 0000000000000000000000000000000000000000..52997ea37493e52f23e9ab2c88aeaf3f2e5d658e GIT binary patch literal 296 zcmZ?wbhEHb<YSOwI3mmN<;$0^U%$S6`}W(nZ>LY6Ua(-nj~_n{9z6K!)vI&o&b@y9 z`rW&CckbMI@ZiClH*fat-TV0Q<4>PHy?_7y{{8#EfB*jV>(}@1-=9B!K4HRyef##k zc=4jYzyIdVn+!0Z_>+Z^fkBo*2P6QplYw<<f_hQP$<7S-Af4)EbB=A*iwTR0+nfCK z|2|>%ga;Bu9=;QsBXlgLtuW!5%fWn7Cgg(@)4uz<{lcDIi4#j)&IHfYi3#Eob&Pmk zTrGY7=8yl<6?M!lEsdJe{L+j)J?%;jf|8R3`)h?}%$(6E!OJJjHF=RFm$U>sC#SUd ynzd^r#91Y31r|@<z_Phkc+cJ)yJ~qB@9$9CKds^TGz}T{O*I<l4iqagSOWkw9+5x* literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/images/spring_flavour/feeds_yellow.gif b/wp-content/themes/fixed-blix/images/spring_flavour/feeds_yellow.gif new file mode 100644 index 0000000000000000000000000000000000000000..117bb6a121f1f0d2f5dbe7ba67bfd1727173dd56 GIT binary patch literal 86 zcmZ?wbhEHb<Y3@pSj5Wk=~&9oM;reAeE<Ld|M%Oi7+^s0CkrD311p0LNC2dkfmu3& hVd)*dNuHV#&Kw5rKjN47%1Q`bKM@*wS&Wmx8UWP48d(4U literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/images/spring_flavour/footer_bg.gif b/wp-content/themes/fixed-blix/images/spring_flavour/footer_bg.gif new file mode 100644 index 0000000000000000000000000000000000000000..93cf54c3fb26d2a15ade66259434bd5de7149130 GIT binary patch literal 208 zcmZ?wbhEHb<Y!Q3*v!E2<HwIrpFVx~@ZrmsFW<g>`}+0k$B!R>{rdIu=g&WX{`~&^ z`|sbs|Ni~^|NlP&7%2W^0n<7l5@ZGgOKku{$(1DC*E$n7-B?z7Up4F45|w8+S+u0* zF>c+qMR)i5zHVmOWHy@+A?JGwHhJyh@=+;tPKaA3b%?#?Y)1Y$;RnjE&5kA9oB2n$ z@{$ez>b;IC&z>E7SQonfR9!`-7<a8rYg>D3qFzUjdU(H*^OP*!DV35lrcIxuK5x!6 HK?Z98XCh{8 literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/images/spring_flavour/header_bg.jpg b/wp-content/themes/fixed-blix/images/spring_flavour/header_bg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ba3513468ada9070b7c609677b63e467152a068a GIT binary patch literal 10857 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 a6gtHvFj0E-@zzv9kqEa}A0M~>zX<@rM45{K literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/images/spring_flavour/links_yellow.gif b/wp-content/themes/fixed-blix/images/spring_flavour/links_yellow.gif new file mode 100644 index 0000000000000000000000000000000000000000..e160f23b63abe7b1b9d41a922350b1b743230123 GIT binary patch literal 75 zcmZ?wbhEHb<YM4tn8?iV^U;QXKi|LKZpFaBp!k!8k%57kL5G2XfdM4Xz$7zAe`VzY e#)kraEDg;DFCX<*Tr-TFBIc&C-N22J!5RQvUKZH^ literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/images/spring_flavour/more.gif b/wp-content/themes/fixed-blix/images/spring_flavour/more.gif new file mode 100644 index 0000000000000000000000000000000000000000..fd7f8e0bfc5ca8b1a409d6c33e549a56d111a719 GIT binary patch literal 823 zcmZ?wbhEHbWM^Py_|D8QWy+M*t5<*f_Kjf_jE2C-3jxKSEQ|~c%nUjpuY>Xg1BVC$ ZJBJKI!UG2eRzWS7j0uU(jf{*8)&S944^037 literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/images/spring_flavour/next.gif b/wp-content/themes/fixed-blix/images/spring_flavour/next.gif new file mode 100644 index 0000000000000000000000000000000000000000..fd7f8e0bfc5ca8b1a409d6c33e549a56d111a719 GIT binary patch literal 823 zcmZ?wbhEHbWM^Py_|D8QWy+M*t5<*f_Kjf_jE2C-3jxKSEQ|~c%nUjpuY>Xg1BVC$ ZJBJKI!UG2eRzWS7j0uU(jf{*8)&S944^037 literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/images/spring_flavour/pages.gif b/wp-content/themes/fixed-blix/images/spring_flavour/pages.gif new file mode 100644 index 0000000000000000000000000000000000000000..98fb05e39af347222bc78f81d6f3e7df5d435933 GIT binary patch literal 96 zcmZ?wbhEHb<YwSzSj56`<;s=St5<*f_HD|PDgXcfXMh34pDc_F3@i*fAOVnC24+={ sRf5LaY>M+rm_t18tDRlUdp~623a37GmkD>5b1mL_;M3n5-b@VE0QYYo@&Et; literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/images/spring_flavour/pingtrackback.gif b/wp-content/themes/fixed-blix/images/spring_flavour/pingtrackback.gif new file mode 100644 index 0000000000000000000000000000000000000000..6f4607ec0829c88daa81a4472b858963667f2ea3 GIT binary patch literal 292 zcmZ?wbhEHb<YeGvxXQqA=gyst8#ms*ef#a(w{zyq`Sa)R|9}7g{{w-azkXi0aN*OZ zPv_2^`}_CLk00OPym|BM*RLPne>`~j@XF;Ymo8oU{{8#!-@m_q|MBSI!!KVxpE`Z& z$B!S6A3t8bdiBnoJEu*XcHqE)j~_oSS+eBYw{QLZ{r~^}XP_!j{K*0~PX|PT{KUZK zctFVW3Fp*4Rp(CTUkwv@j~J@Fk`Z-w$W*R!6Pwb%TtunWZR*(v&6X7sivy1><P>3% W71BJX=%7+rt;{bh&MD@|U=09K#(nPq literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/images/spring_flavour/post.gif b/wp-content/themes/fixed-blix/images/spring_flavour/post.gif new file mode 100644 index 0000000000000000000000000000000000000000..d66cc5596d988da5e031914334bb0654466d3a41 GIT binary patch literal 93 zcmZ?wbhEHb<YwSzSj56`=gyrgSFU{f_HD|PDgXcfXMh34pDc_F3@i*fAOVnC24*FX pU28tCpQxCXa;2%!RY2f*h{}!t$6uYnnRDl5_325sc`-3q0{{XmAQk`s literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/images/spring_flavour/post_yellow.gif b/wp-content/themes/fixed-blix/images/spring_flavour/post_yellow.gif new file mode 100644 index 0000000000000000000000000000000000000000..0266354c1172963f14aa1a4e35eef7b149772b3e GIT binary patch literal 84 zcmZ?wbhEHb<Y3@pSj58c>&5<`k2d`K`TqTOD+VN>_>+Z^fq{iV2P6hk%fKvYvFeKQ cgo)w@XDD?nU2xxDA?q%C+T+Zk93}>906)|jk^lez literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/images/spring_flavour/previous.gif b/wp-content/themes/fixed-blix/images/spring_flavour/previous.gif new file mode 100644 index 0000000000000000000000000000000000000000..e6b0d843166b63a8d940db8e3ccc78236ceb4504 GIT binary patch literal 823 zcmZ?wbhEHbWM^Py_|D8QWy+M*t5<*f_Kjf_jE2C-3jxKSEQ|~c%nUjpuY>Xg1BVC$ ZI}d}x1_g#DHhwLYiVX`K+Zh=dtO3xI4|xCp literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/images/spring_flavour/sub_categories_yellow.gif b/wp-content/themes/fixed-blix/images/spring_flavour/sub_categories_yellow.gif new file mode 100644 index 0000000000000000000000000000000000000000..5c14ded54867598dea3d823f6363a52f3c6431ff GIT binary patch literal 51 zcmZ?wbhEHbWM^P!XkcV`zuk&~fkE*n3nK#qBZCeD0|Ns{hJlI8rLS|D?3+n5*E29! F0|5JQ3Y`D| literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/images/spring_flavour/subcontent_bg.gif b/wp-content/themes/fixed-blix/images/spring_flavour/subcontent_bg.gif new file mode 100644 index 0000000000000000000000000000000000000000..bc2c0c98f4755a4a11e89ee0ab75c9a7768e5351 GIT binary patch literal 211 zcmZ?wbhEHb<Y&-j*v!E2^XJcBzkdDr@#E8{Pv5?M`|#nzmoHyFe*F0L>(@Vj{`~&^ z`|sbs|Ni~^|NlP&7%2W^0n<7l5@ZGgOT&hfo~!p-ygs}8f5HhvANOguJJYgmrJe59 zHCcJ_W7Wg5Wgm8RDFt!|wH>*qI>AFqy&+APS;EgS^mVXOK!)*MeYH171ok{VeRH-k z`;Ajvk8FE_dA_vNHr2o0&c;wzEyUcEB-U1EDACm+%FGn%DZxIeUxanKee|rz9`Skk J3&aE&tO2{nW)uJb literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/index.php b/wp-content/themes/fixed-blix/index.php new file mode 100644 index 000000000..85c2ff7ff --- /dev/null +++ b/wp-content/themes/fixed-blix/index.php @@ -0,0 +1,66 @@ +<?php get_header(); ?> + + <div id="content" class="column"> + +<?php if (have_posts()) : ?> + + <?php while (have_posts()) : the_post(); ?> + + <?php $custom_fields = get_post_custom(); ?> + + <?php if (isset($custom_fields['BX_post_type']) && $custom_fields['BX_post_type'][0] == 'mini') { ?> + + <hr class="low" /> + <div class="minientry"> + <p> + <?php echo BX_remove_p(get_the_content()); ?> + <div class="info"> + <?php comments_popup_link('(0)', '(1)', '(%)', 'commentlink', ''); ?> + <a href="<?php the_permalink(); ?>" class="permalink" title="Permalink"><?php the_time('M j, \'y') ?><!--, <?php the_time('h:ia') ?>--></a> + <!--<em class="author"><?php the_author() ?></em>--> + <?php edit_post_link('Edit','<span class="editlink">','</span>'); ?> + </div> + </p> + </div> + <hr class="low" /> + + <?php } else { ?> + + <div class="entry"> + <h2><a href="<?php the_permalink() ?>" title="Permalink"><?php the_title(); ?></a></h2> + <?php ($post->post_excerpt != '') ? the_excerpt() : the_content(); ?> + <?php wp_link_pages('before=<p class="page-links">&after=</p>'); ?> + <p class="info"> + <?php if ($post->post_excerpt != '') { ?><a href="<?php the_permalink() ?>" class="more"><?php _e('Continue'); ?></a><?php } ?> + <?php comments_popup_link(__('Leave a Comment'), __('1 Comment'), __('% Comments'), 'commentlink', ''); ?> + <em class="date"><?php the_time(__('F j, Y')) ?><!-- at <?php the_time('h:ia') ?>--></em> + <!--<em class="author"><?php the_author(); ?></em>--> + <?php edit_post_link('Edit','<span class="editlink">','</span>'); ?> + </p> + </div> + +<!-- +<?php trackback_rdf(); ?> +--> + + <?php } ?> + + <?php endwhile; ?> + + <p> + <span class="next"><?php previous_posts_link(__('Next page')) ?></span> + <span class="previous"><?php next_posts_link(__('Previous page')) ?></span> + </p> + +<?php else : ?> + + <h2><?php _e('Page not found'); ?></h2> + <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> + +<?php endif; ?> + + </div> + +<?php get_sidebar(); ?> + +<?php get_footer(); ?> diff --git a/wp-content/themes/fixed-blix/license.txt b/wp-content/themes/fixed-blix/license.txt new file mode 100644 index 000000000..94a9ed024 --- /dev/null +++ b/wp-content/themes/fixed-blix/license.txt @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + <program> Copyright (C) <year> <name of author> + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +<http://www.gnu.org/licenses/>. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +<http://www.gnu.org/philosophy/why-not-lgpl.html>. diff --git a/wp-content/themes/fixed-blix/page.php b/wp-content/themes/fixed-blix/page.php new file mode 100644 index 000000000..bc12d6c9d --- /dev/null +++ b/wp-content/themes/fixed-blix/page.php @@ -0,0 +1,23 @@ +<?php get_header(); ?> + + <div id="content" class="column"> + <div class="pageentry"> + +<?php if (have_posts()) : ?> + + <?php while (have_posts()) : the_post(); ?> + + <h2><?php the_title(); ?></h2> + + <?php the_content(); ?> + + <?php endwhile; ?> + +<?php endif; ?> + + </div> + </div> + +<?php if ($blix_sidebar) get_sidebar(); ?> + +<?php get_footer(); ?> diff --git a/wp-content/themes/fixed-blix/readme.html b/wp-content/themes/fixed-blix/readme.html new file mode 100644 index 000000000..671ca29b5 --- /dev/null +++ b/wp-content/themes/fixed-blix/readme.html @@ -0,0 +1,222 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> + <title>Blix Help</title> + <meta http-equiv="Content-Type" content="UTF-8" /> + + <style type="text/css" media="screen, print, projection"> + <!-- + + body { + font-family:Arial, Helvetica, sans-serif; + font-size:75%; + line-height:1.6em; + text-align:center; + color:#414141; + } + + #container { + width:65%; + margin:0 auto; + padding:3% 0; + text-align:left; + background:white; + } + + h1 { + margin:0; + padding:30px 0; + font-size:50px; + color:#009193; + } + + h2 { + margin:0 0 9px 0; + padding:20px 0 9px 0; + border-bottom:1px solid #F3F4F4; + font-family:Georgia, serif; + font-size:1.6em; + font-weight:normal; + color:#009193; + } + + h3 { + margin:0 0 3px 0; + font-size:1em; + } + + h4 { + margin:0; + font-size:1em; + } + + p { + margin:0; + padding:0 0 10px 0; + } + + ul, ol { + margin:0 0 0 2.4em; + padding:0 0 18px 0; + } + + a {color:#6C8C37;} + a:hover {color:#009193;} + + em { + letter-spacing:0.5px; + color:#1D6E6F; + } + + code { + padding:2px; + background-color:#F8FAF2; + } + + #intro { + margin:15px 0 20px 0; + padding:22px 15px 8px 15px; + background-color:#F8FAF2; + font-size:120%; + } + + #intro a {font-size:83%;} + + --> + </style> + + <style type="text/css" media="print"> + <!-- + #container {width:85%;} + h2 {border-bottom:0.5pt solid silver;} + #intro {border:0.5pt solid silver;} + --> + </style> + +</head> + +<body><div id="container"> + + <h1>Blix</h1> + + <div id="intro"> + + <p>Date modified: 2009-07-12</p> + <p>This version of Blix has been modified to support widgets and tags, and work with WordPress 2.1 and above. I have added style sheets for a flexible width layout.</p> + <p>The original readme with updated instructions is below.</p> + + <p><em>dancer @ Letters & Science</em><br /> + <a href="http://lettersandscience.net/Blix/">http://lettersandscience.net/Blix/</a> + </p> + + </div> + + + <h1>Blix 0.9.1 / Help</h1> + + <div id="intro"> + + <p><strong>Hey, thanks for downloading Blix, you're definitely one of the cool kids!</strong><br /> + I've had some trouble lately so do me one favour: Please use Blix for projects that don't offend anybody. + You <strong>musn't</strong> use it for pornographic websites or something similar! + I'd appreciate if you'd just use it for your personal blog. Really.<br /> + But nonetheless: <strong>Enjoy!</strong></p> + + <p><em>Sebastian Schmieg</em><br /> + <a href="http://www.kingcosmonaut.de/blix/">http://www.kingcosmonaut.de/blix/</a> + </p> + + </div> + + <h2>License</h2> + <p>Blix is licensed under a <a href="http://www.gnu.org/licenses/gpl.txt">GPL license</a>, which basically means that you can modify it in any way you like. However if you choose to re-release it, the license has to stay the same and you've to credit all authors that have worked on the theme before.</p> + + <h2>Installation</h2> + <p>That's simple, just upload the Blix folder to your themes folder which probably is <em>wordpress/wp-content/themes/</em>. + + <h2>How to Set Up Pages Using the WordPress Admin Panel</h2> + + <p>If you're not familiar with WordPress pages I highly recommend reading <a href="http://codex.wordpress.org/Pages">this introduction</a>.</p> + + <p>Note that each of the following pages is voluntary. + Blix will still work properly without them.</em> + + <h3>Archives</h3> + <ol> + <li>Select Pages > Add New</li> + <li>Fill in <em>Page Title</em></li> + <li>Select <em>archives</em> as <em>Page Template</em></li> + <li>Select <em>archives</em> as <em>Page slug</em></li> + <li>Click <em>Publish</em></li> + </ol> + + <h3>About</h3> + <ol> + <li>Select Pages > Add New</li> + <li>Fill in <em>Page Title</em></li> + <li>Select <em>about</em> as <em>Page slug</em></li> + <li>Fill in <em>Page Content</em></li> + <li>Click <em>Publish</em></li> + </ol> + + <h3>About 'Shorty'</h3> + <ol> + <li>Select Pages > Add New</li> + <li>Fill in <em>Page Title</em></li> + <li>Select <em>about_short</em> as <em>Page slug</em></li> + <li>Fill in <em>Page Content</em></li> + <li>Click <em>Publish</em></li> + </ol> + + <p>The <em>About Shorty</em> will be displayed on the front page and will + be automatically linked to your <em>About</em> page in case you've set up one.</p> + + <h3>Contact</h3> + <ol> + <li>Select Write > Write Page</li> + <li>Fill in <em>Page Title</em></li> + <li>Fill in <em>Page Content</em>. This will be displayed above the contact form.</li> + <li>Select <em>contact</em> as <em>Page Template</em></li> + <li>Select <em>contact</em> as <em>Page slug</em></li> + <li>Click <em>Publish</em></li> + </ol> + + <p>The contact form's target e-mail address is the one you've specified in WordPress as your admin e-mail address.</em> + + <h3>Additional Pages</h3> + <p>You can set up as many pages as you like. All pages will be automatically added to the navigation.</p> + + <h4>Secondary Navigation</h4> + <p>In case you've got more pages than fit into the main navigation Blix offers a secondary navigation in the sidebar.</p> + + + <h2>Mini Entries</h2> + <ol> + <li>Before saving your post scroll down to <em>Custom Fields</em> + <li>add <em>BX_post_type</em> as name and <em>mini</em> as value</li> + <li>Click <em>Add Custom Field</em> + <li>Publish your post</em> + </ol> + + <h2>Gravatars</h2> + <p>Blix supports <a href="http://www.gravatar.com/">Gravatars</a>.</p> + + <h2>Customizing the Design</h2> + + <h3>Banner Image</h3> + <p>Just drop your own banner called <em>header_bg.jpg</em> into <em>images/spring_flavour/</em> and you're done. Dimensions should be at least 690px x 150px.</p> + + <p>If your custom banner already include's your blog's name, open <em>layout.css</em>, go to line 133 and remove the comments (<code>/* ... */</code>). That's it.</p> + + <h3>Modifying the CSS</h3> + <ul> + <li><em>layout.css</em> is the place to go if you want to change the structural layout.</li> + <li><em>spring_flavour.css</em> contains information like color and images. If you remove <em>spring_flavour.css</em> you've got a pretty good basis to work on.</li> + </ul> + + <h2>Thanks</h2> + <p>A big "thank you!" goes to Kevin Potts for allowing me to use his <a href="http://www.graphicpush.com/blogicons/">excellent blog icons</a> for this theme.</p> + +</div></body> + +</html> diff --git a/wp-content/themes/fixed-blix/screenshot.png b/wp-content/themes/fixed-blix/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..6dc51b3583ed998cbe195f7799fa3337226764d4 GIT binary patch literal 31175 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 literal 0 HcmV?d00001 diff --git a/wp-content/themes/fixed-blix/search.php b/wp-content/themes/fixed-blix/search.php new file mode 100644 index 000000000..3c80c65b0 --- /dev/null +++ b/wp-content/themes/fixed-blix/search.php @@ -0,0 +1,64 @@ +<?php get_header(); ?> + + <div id="content" class="column archive"> + +<?php if (have_posts()) : ?> + + <h2><?php printf(__('Search results for “%s”'), $s); ?></h2> + + <?php while (have_posts()) : the_post(); ?> + + <?php $custom_fields = get_post_custom(); ?> + + <?php if (isset($custom_fields['BX_post_type']) && $custom_fields['BX_post_type'][0] == 'mini') { ?> + + <hr class="low" /> + <div class="minientry"> + <p> + <?php echo BX_remove_p(get_the_content()); ?> + <div class="info"> + <?php comments_popup_link('(0)', '(1)', '(%)', 'commentlink', ''); ?> + <a href="<?php the_permalink(); ?>" class="permalink" title="Permalink"><?php the_time('M j, \'y') ?><!--, <?php the_time('h:ia') ?>--></a> + <!--<em class="author"><?php the_author() ?></em>--> + <?php edit_post_link('Edit','<span class="editlink">','</span>'); ?> + </div> + </p> + </div> + <hr class="low" /> + + <?php } else { ?> + + <div class="entry"> + <h3><a href="<?php the_permalink() ?>" title="Permalink"><?php the_title(); ?></a></h3> + <?php ($post->post_excerpt != '') ? the_excerpt() : BX_shift_down_headlines(get_the_content()); ?> + <?php wp_link_pages('before=<p class="page-links">&after=</p>'); ?> + <p class="info"> + <?php if ($post->post_excerpt != '') { ?><a href="<?php the_permalink() ?>" class="more"><?php _e('Continue'); ?></a><?php } ?> + <?php comments_popup_link(__('Leave a Comment'), __('1 Comment'), __('% Comments'), 'commentlink', ''); ?> + <em class="date"><?php the_time(__('F j, Y')) ?><!-- at <?php the_time('h:ia') ?>--></em> + <!--<em class="author"><?php the_author(); ?></em>--> + <?php edit_post_link('Edit','<span class="editlink">','</span>'); ?> + </p> + </div> + + <?php } ?> + + <?php endwhile; ?> + + <p> + <span class="next"><?php previous_posts_link(__('Next page')) ?></span> + <span class="previous"><?php next_posts_link(__('Previous page')) ?></span> + </p> + +<?php else : ?> + + <h2><?php printf(__('Search results for “%s”'), $s); ?></em></h2> + <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> + +<?php endif; ?> + +</div> + +<?php get_sidebar(); ?> + +<?php get_footer(); ?> diff --git a/wp-content/themes/fixed-blix/sidebar.php b/wp-content/themes/fixed-blix/sidebar.php new file mode 100644 index 000000000..5362ad951 --- /dev/null +++ b/wp-content/themes/fixed-blix/sidebar.php @@ -0,0 +1,106 @@ +<?php + global $blix_navigation_location; +?> + <hr class="low" /> + + <div id="subcontent" class="column"> +<?php + /** + * Pages navigation. Disabled by default because all new pages are added + * to the main navigation. + * If enabled: Blix default pages are excluded by default. + */ + if ($blix_navigation_location == 'Sidebar') { +?> + <h2><em><?php _e('Pages'); ?></em></h2> + <ul class="pages"> + <?php wp_list_pages('title_li=&sort_column=menu_order&exclude=' . BX_excluded_pages()); ?> + </ul> +<?php + } + /**/ +?> + +<?php if (is_home()) { + /** + * If a page called "about_short" has been set up its content will be put here. + * In case that a page called "about" has been set up, too, it'll be linked to via 'More'. + */ + + $about_short = get_page_by_path('about_short'); + $about = get_page_by_path('about'); + + if ($about->post_status == 'publish') $more_url = '<a href="'.get_bloginfo('url').'/'.get_page_uri($about->ID).'" class="more">'.__('More...').'</a>'; + if ($about_short->post_status == 'publish') { + $about_title = $about_short->post_title; + $about_text = BX_remove_p($about_short->post_content); + } + if ($about_text != '') { + echo '<h2><em>', $about_title, "</em></h2>\n"; + echo '<p>', $about_text; + if ($more_url != '') echo ' ', $more_url; + echo "</p>\n"; + } +} ?> + + +<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?> + + <?php if (is_home()) { ?> + + <h2><em><?php _e('Categories'); ?></em></h2> + <ul class="categories"> + <?php wp_list_categories('title_li=&hide_empty=0'); ?> + </ul> + + <h2><em><?php _e('Links'); ?></em></h2> + <ul class="links"> + <?php get_links('-1', '<li>', '</li>', '', 0, 'name', 0, 0, -1, 0); ?> + </ul> + + <h2><em><?php _e('RSS'); ?></em></h2> + <ul class="feeds"> + <li><a href="<?php bloginfo_rss('rss2_url'); ?> "><?php _e('Posts'); ?> (<?php _e('RSS'); ?>)</a></li> + <li><a href="<?php bloginfo_rss('comments_rss2_url'); ?> "><?php _e('Comments'); ?> (<?php _e('RSS'); ?>)</a></li> + </ul> + + <?php } ?> + + + <?php if (is_single()) { ?> + + <h2><em><?php _e('Calendar'); ?></em></h2> + <?php get_calendar() ?> + + <h2><em><?php _e('Recent Posts'); ?></em></h2> + <ul class="posts"> + <?php wp_get_archives('type=postbypost&limit=10'); ?> + </ul> + + <?php } ?> + + + <?php if (is_page() || is_archive() || is_search()) { ?> + + <h2><em><?php _e('Calendar'); ?></em></h2> + <?php get_calendar() ?> + + <?php if (!is_page('archives')) { ?> + + <h2><em><?php _e('Archives'); ?></em></h2> + <ul class="months"> + <?php get_archives('monthly','','','<li>','</li>',''); ?> + </ul> + + <?php } ?> + + <h2><em><?php _e('Categories'); ?></em></h2> + <ul class="categories"> + <?php wp_list_categories('title_li=&hide_empty=0'); ?> + </ul> + + <?php } ?> + +<?php endif; ?> + + </div> diff --git a/wp-content/themes/fixed-blix/single.php b/wp-content/themes/fixed-blix/single.php new file mode 100644 index 000000000..cdd5cd6bd --- /dev/null +++ b/wp-content/themes/fixed-blix/single.php @@ -0,0 +1,45 @@ +<?php get_header(); ?> + + <div id="content" class="column"> + +<?php if (have_posts()) : ?> + + <?php while (have_posts()) : the_post(); ?> + + <?php /* This is the navigation for previous/next post. It's disabled by default. ?> + <p id="entrynavigation"> + <?php previous_post('<span class="previous">%</span>','','yes') ?> + <?php next_post('<span class="next">%</span>','','yes') ?> + </p> + <?php */ ?> + + <div class="entry single"> + <h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2> + <p class="info"> + <?php if ($post->comment_status == 'open') ?> + <em class="date"><?php the_time(__('F j, Y')) ?><!-- at <?php the_time('h:ia') ?>--></em> + <!--<em class="author"><?php the_author(); ?></em>--> + <?php edit_post_link('Edit','<span class="editlink">','</span>'); ?> + </p> + <?php the_content();?> + <?php wp_link_pages('before=<p class="page-links">&after=</p>'); ?> + <p id="filedunder"><?php _e('Filed under:'); ?> <?php the_category(','); ?></p> + <?php if (function_exists('the_tags')) ?><p id="tags"><?php the_tags(__('Tags: '), ', ', '') ?></p><?php ; ?> + </div> + + <?php endwhile; ?> + +<?php else : ?> + + <h2><?php _e('Page not found'); ?></h2> + <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> + +<?php endif; ?> + +<?php comments_template(); ?> + + </div> + +<?php get_sidebar(); ?> + +<?php get_footer(); ?> diff --git a/wp-content/themes/fixed-blix/style-fluid.css b/wp-content/themes/fixed-blix/style-fluid.css new file mode 100644 index 000000000..0b655983f --- /dev/null +++ b/wp-content/themes/fixed-blix/style-fluid.css @@ -0,0 +1,4 @@ +@import "css/layout.css"; +@import "css/layout_fluid.css"; +@import "css/spring_flavour.css"; +@import "css/spring_flavour_fluid.css"; diff --git a/wp-content/themes/fixed-blix/style.css b/wp-content/themes/fixed-blix/style.css new file mode 100644 index 000000000..769002bec --- /dev/null +++ b/wp-content/themes/fixed-blix/style.css @@ -0,0 +1,19 @@ +/* +Theme Name: Fixed Blix +Theme URI: http://lettersandscience.net/Blix/ +Description: Fixed or fluid width. Language localization support. View the <a href="http://lettersandscience.net/Blix/showcase">Blix Gallery</a> at the <a href="http://lettersandscience.net/Blix/">demo</a> site. <a href="http://lettersandscience.net/wp-content/themes/Blix/readme.html">Read me</a>. Original theme by <a href="http://www.kingcosmonaut.de">Sebastian Schmieg</a>. Adapted by <a href="http://lettersandscience.net">dancer</a>. +Version: 2009.08.13 +Author: +Author URI: +Tags: two-columns, fixed-width, flexible-width, right-sidebar, white +*/ + +@import "css/layout.css"; +@import "css/layout_fixed.css"; +@import "css/spring_flavour.css"; +@import "css/spring_flavour_fixed.css"; + +/* ignore */ +.alignleft {} +.alignright {} +.aligncenter {} -- GitLab