diff options
author | Bertrand Jacquin (Beber) <beber.mailing@gmail.com> | 2006-05-07 23:44:47 +0200 |
---|---|---|
committer | beber <beber@meathook.melee> | 2006-05-07 23:44:47 +0200 |
commit | d9be784dfc304b7d69011c66aa0e18089a28fc96 (patch) | |
tree | 1b40831d00c6687a464309bfe1e7870407174018 /web_site/themes/else-default | |
parent | add eric website theme as else-default... (diff) | |
download | web-d9be784dfc304b7d69011c66aa0e18089a28fc96.tar.xz |
Move web_site/ to blog/
Diffstat (limited to 'web_site/themes/else-default')
42 files changed, 0 insertions, 979 deletions
diff --git a/web_site/themes/else-default/404.php b/web_site/themes/else-default/404.php deleted file mode 100644 index b247cd2..0000000 --- a/web_site/themes/else-default/404.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php get_header(); ?>
-<div id="main">
- <div id="content">
- <div class="post">
- <h2 class="post-title">Oooops...niet gevonden !</h2>
- <p class="day-date">Gepost door <em>Server</em> op <em><?php echo date('d M Y h:i a'); ?></em><br />Toegevoegd onder: Unavailable</p>
- <div class="post-content">De pagina die u zoekt is er niet of niet meer.
- <br/>
- Maar je kan altijd door de <a href="http://blogtest.gigadesign.be/?page_id=12" title="doorzoek de archieven">archieven</a> gaan.</div>
- </div>
- </div>
-</div>
-<?php get_sidebar(); ?>
-<?php get_footer(); ?>
\ No newline at end of file diff --git a/web_site/themes/else-default/archive.php b/web_site/themes/else-default/archive.php deleted file mode 100644 index 2857b05..0000000 --- a/web_site/themes/else-default/archive.php +++ /dev/null @@ -1,46 +0,0 @@ -<?php get_header(); ?>
-<div id="main">
- <div id="content">
- <div class="post">
- <?php if ($posts) { ?>
- <?php $post = $posts[0]; /* Hack. Set $post so that the_date() works. */ ?>
- <?php if (is_day()) { ?>
- <h2 class="post-title"><?php the_time('l, F jS, Y'); ?></h2>
- <p class="day-date">Daily Archive</p>
- <?php } elseif (is_month()) { ?>
- <h1 class="post-title cal"><?php the_time('F Y'); ?></h1>
- <p class="day-date b">Maandelijks archief.</p>
- <?php } elseif (is_year()) { ?>
- <h2 class="post-title"><?php the_time('Y'); ?></h2>
- <p class="day-date">Yearly Archive</p>
- <?php } ?>
- <?php } ?>
- </div>
- <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
- <div class="post">
- <h2 class="post-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
- <p class="day-date">Gepost door <em><?php the_author() ?></em> op <em><?php the_time('d/m/Y'); ?></em><br />Toegevoegd onder: <?php the_category(', ') ?><?php edit_post_link('Edit','<span class="editlink">','</span>'); ?></p>
- <div class="post-content"><?php the_content(); ?>
- <p class="post-info">
- <?php comments_popup_link('Geen reactie’s, je kan de eerste zijn »', '1 Reactie »', '% Reactie’s »'); ?><?php if ($post->post_excerpt != "") { ?> | <a href="<?php the_permalink() ?>" class="more">Lees verder »</a><?php } ?>
- </p>
- <!--
- <?php trackback_rdf(); ?>
- -->
- </div>
- <?php comments_template(); ?>
- </div>
- <?php endforeach; else: ?>
- <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
- <?php endif; ?>
- <!--<p align="center"><?php posts_nav_link() ?></p>-->
- <p class="center"><!-- this is ugly -->
- <span class="next"><?php previous_posts_link('Volgende »') ?></span>
- <span class="previous"><?php next_posts_link('« Vorige') ?></span>
- </p>
- </div>
-
-<?php get_sidebar(); ?>
-
-</div>
-<?php get_footer(); ?>
\ No newline at end of file diff --git a/web_site/themes/else-default/archives.php b/web_site/themes/else-default/archives.php deleted file mode 100644 index 487da4c..0000000 --- a/web_site/themes/else-default/archives.php +++ /dev/null @@ -1,33 +0,0 @@ -<?php
-/*
-Template Name: archives
-*/
-?>
-
-<?php get_header(); ?>
-
-<!-- content ................................. -->
-<div id="main">
-<div id="content" class="archive">
-
- <h2 class="post-title">Archief – de gehele resem post’s</h2>
-
-<div class="left">
- <h3>Archief: maandelijks:</h3>
- <ul>
- <?php wp_get_archives('type=monthly'); ?>
- </ul>
-</div>
-<div class="right">
-<h3>Archief: categorie:</h3>
- <ul>
- <?php wp_list_cats(); ?>
- </ul>
- </div>
- <hr class="niks" />
-
-</div> <!-- /content -->
-
-<?php get_sidebar(); ?>
-</div>
-<?php get_footer(); ?>
\ No newline at end of file diff --git a/web_site/themes/else-default/category.php b/web_site/themes/else-default/category.php deleted file mode 100644 index 4689a90..0000000 --- a/web_site/themes/else-default/category.php +++ /dev/null @@ -1,35 +0,0 @@ -<?php get_header(); ?>
-<div id="main">
- <div id="content">
- <div class="post">
- <h2 class="post-title b"><?php echo single_cat_title(); ?></h2>
- <p class="day-date b">Alle post’s die toegevoegd zijn onder <?php echo single_cat_title(); ?></p><br />
- </div>
- <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
- <div class="post">
- <h2 class="post-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
- <p class="day-date">Gepost door <em><?php the_author() ?></em> op <em><?php the_time('d/m/Y'); ?></em><br />Toegevoegd onder: <?php the_category(', ') ?><?php edit_post_link('Edit','<span class="editlink">','</span>'); ?></p>
- <div class="post-content"><?php the_content('<br/>Continue Reading »'); ?>
- <p class="post-info">
- <?php comments_popup_link('Geen reactie’s, je kan de eerste zijn »', '1 Reactie »', '% Reactie’s »'); ?><?php if ($post->post_excerpt != "") { ?> | <a href="<?php the_permalink() ?>" class="more">Lees verder »</a><?php } ?>
- </p>
- <!--
- <?php trackback_rdf(); ?>
- -->
- </div>
- <?php comments_template(); ?>
- </div>
- <?php endforeach; else: ?>
- <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
- <?php endif; ?>
- <!--<p align="center"><?php posts_nav_link() ?></p>-->
- <p class="center"><!-- this is ugly -->
- <span class="next"><?php previous_posts_link('Volgende »') ?></span>
- <span class="previous"><?php next_posts_link('« Vorige') ?></span>
- </p>
- </div>
-
-<?php get_sidebar(); ?>
-
-</div>
-<?php get_footer(); ?>
\ No newline at end of file diff --git a/web_site/themes/else-default/comments.php b/web_site/themes/else-default/comments.php deleted file mode 100644 index fc62c8c..0000000 --- a/web_site/themes/else-default/comments.php +++ /dev/null @@ -1,101 +0,0 @@ -<?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>
-
- <?php
- return;
- }
- }
-
- /* This variable is for alternating comment background */
- $oddcomment = 'alt';
-?>
-
-<!-- You can start editing here. -->
-
-<?php if ($comments) : ?>
- <h3 id="comments"><?php comments_number('Geen reactie’s', '1 Reactie', '% Reactie’s' );?> op “<?php the_title(); ?>”</h3>
-
- <ol class="commentlist">
-
- <?php foreach ($comments as $comment) : ?>
-
- <li class="<?php echo $oddcomment; ?>" id="comment-<?php comment_ID() ?>">
- <div class="cmtinfo"><?php comment_author_link() ?><br /><em class="smal"><?php comment_date('d M Y') ?> om <?php comment_time('G:i') ?></em> <small class="commentmetadata"><a href="#comment-<?php comment_ID() ?>" title=""> </a> <?php edit_comment_link('e','',''); ?></small></div>
- <?php if ($comment->comment_approved == '0') : ?>
- <em>Your comment is awaiting moderation.</em>
- <?php endif; ?>
- <br />
-
- <?php comment_text() ?>
- </li>
-
- <?php /* Changes every other comment to a different class */
- if ('alt' == $oddcomment) $oddcomment = '';
- else $oddcomment = 'alt';
- ?>
-
- <?php endforeach; /* end for each comment */ ?>
-
- </ol>
-
- <?php else : // this is displayed if there are no comments so far ?>
-
- <?php if ('open' == $post-> comment_status) : ?>
- <!-- If comments are open, but there are no comments. -->
-
- <?php else : // comments are closed ?>
- <!-- If comments are closed. -->
- <p class="nocomments">Comments are closed.</p>
-
- <?php endif; ?>
-<?php endif; ?>
-
-
-<?php if ('open' == $post-> comment_status) : ?>
-
-<h3 id="respond">Geef een reactie:</h3>
-
-<?php if ( get_option('comment_registration') && !$user_ID ) : ?>
-<p>You must be <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php the_permalink(); ?>">logged in</a> to post a comment.</p>
-<?php else : ?>
-
-<form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
-
-<?php if ( $user_ID ) : ?>
-
-<p>Logged in as <a href="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"><?php echo $user_identity; ?></a>. <a href="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout" title="<?php _e('Log out of this account') ?>">Logout »</a></p>
-
-<?php else : ?>
-
-<p><input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" />
-<label for="author"><small>Naam <?php if ($req) _e('(required)'); ?></small></label></p>
-
-<p><input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" />
-<label for="email"><small>Mail (wordt niet getoond) <?php if ($req) _e('(required)'); ?></small></label></p>
-
-<p><input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="22" tabindex="3" />
-<label for="url"><small>Website</small></label></p>
-
-<?php endif; ?>
-
-<p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>
-
-<p><input name="submit" type="submit" id="submit" tabindex="5" value="Reageer!" />
-<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
-
-<?php do_action('comment_form', $post->ID); ?>
-</p>
-</form>
-
-<p class="tagging"><small><strong>Toegelaten Xhtml:</strong> <?php echo allowed_tags(); ?></small></p>
-
-<?php endif; // If registration required and not logged in ?>
-
-<?php endif; // if you delete this the sky will fall on your head ?>
\ No newline at end of file diff --git a/web_site/themes/else-default/date.php b/web_site/themes/else-default/date.php deleted file mode 100644 index 7373b76..0000000 --- a/web_site/themes/else-default/date.php +++ /dev/null @@ -1,47 +0,0 @@ -<?php get_header(); ?>
-<div id="main">
- <div id="content">
- <div class="post">
- <?php if ($posts) { ?>
- <?php $post = $posts[0]; /* Hack. Set $post so that the_date() works. */ ?>
- <?php if (is_day()) { ?>
- <h2 class="post-title"><?php the_time('l, F jS, Y'); ?></h2>
- <p class="day-date">Daily Archive</p>
- <?php } elseif (is_month()) { ?>
- <h1 class="post-title cal"><?php the_time('F Y'); ?></h1>
- <p class="day-date b">Maandelijks archief.</p>
- <?php } elseif (is_year()) { ?>
- <h2 class="post-title"><?php the_time('Y'); ?></h2>
- <p class="day-date">Yearly Archive</p>
- <?php } ?>
- <?php } ?>
- </div>
- <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
- <div class="post">
- <h2 class="post-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
- <p class="day-date">Gepost door <em><?php the_author() ?></em> op <em><?php the_time('d/m/Y'); ?></em><br />Toegevoegd onder: <?php the_category(', ') ?><?php edit_post_link('Edit','<span class="editlink">','</span>'); ?></p>
- <div class="post-content"><?php the_content(''); ?>
- <p class="post-info">
- <?php comments_popup_link('Geen reactie’s, je kan de eerste zijn »', '1 Reactie »', '% Reactie’s »'); ?><?php if ($post->post_excerpt != "") { ?> | <a href="<?php the_permalink() ?>" class="more">Lees verder »</a><?php } ?>
- </p>
- <!--
- <?php trackback_rdf(); ?>
- -->
- </div>
- <?php comments_template(); ?>
- </div>
- <?php endforeach; else: ?>
- <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
- <?php endif; ?>
- <!--<p align="center"><?php posts_nav_link() ?></p>-->
- <p class="center"><!-- this is ugly -->
- <span class="next"><?php previous_posts_link('Volgende »') ?></span>
- <span class="previous"><?php next_posts_link('« Vorige') ?></span>
- </p>
- </div>
-
-<?php get_sidebar(); ?>
-
-</div>
-
-<?php get_footer(); ?>
\ No newline at end of file diff --git a/web_site/themes/else-default/footer.php b/web_site/themes/else-default/footer.php deleted file mode 100644 index f19cfae..0000000 --- a/web_site/themes/else-default/footer.php +++ /dev/null @@ -1,6 +0,0 @@ -<div id="footer"> - <CENTER><p>Powered By Else-Team</p> -</div> -</div> -</body> -</html>
\ No newline at end of file diff --git a/web_site/themes/else-default/header.php b/web_site/themes/else-default/header.php deleted file mode 100644 index 682630c..0000000 --- a/web_site/themes/else-default/header.php +++ /dev/null @@ -1,30 +0,0 @@ -<!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">
-<head profile="http://gmpg.org/xfn/11">
- <title><?php bloginfo('name'); ?><?php wp_title();?></title>
- <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
- <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
- <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
- <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 wp_get_archives('type=monthly&format=link'); ?>
- <?php //comments_popup_script(); // off by default ?>
- <?php wp_head(); ?>
-</head>
-<body>
-<div id="container">
- <div id="header">
- <!-- <h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
- <h4><?php bloginfo("description")?></h4> -->
- </div>
-
- <div id="navigation">
-
- <ul>
- <li<?php if (is_home()) echo " class='selected'"; ?>><a href="<?php bloginfo('home'); ?>">Home</a></li>
- <?php wp_list_pages('title_li=' ); ?>
- </ul>
-
-</div><!-- /navigation -->
\ No newline at end of file diff --git a/web_site/themes/else-default/images/0022_04.png b/web_site/themes/else-default/images/0022_04.png Binary files differdeleted file mode 100644 index 8711b73..0000000 --- a/web_site/themes/else-default/images/0022_04.png +++ /dev/null diff --git a/web_site/themes/else-default/images/achter.gif b/web_site/themes/else-default/images/achter.gif Binary files differdeleted file mode 100644 index 2c350dd..0000000 --- a/web_site/themes/else-default/images/achter.gif +++ /dev/null diff --git a/web_site/themes/else-default/images/achter.psd b/web_site/themes/else-default/images/achter.psd Binary files differdeleted file mode 100644 index 7b03077..0000000 --- a/web_site/themes/else-default/images/achter.psd +++ /dev/null diff --git a/web_site/themes/else-default/images/book.gif b/web_site/themes/else-default/images/book.gif Binary files differdeleted file mode 100644 index fc21350..0000000 --- a/web_site/themes/else-default/images/book.gif +++ /dev/null diff --git a/web_site/themes/else-default/images/bullet.gif b/web_site/themes/else-default/images/bullet.gif Binary files differdeleted file mode 100644 index d820d71..0000000 --- a/web_site/themes/else-default/images/bullet.gif +++ /dev/null diff --git a/web_site/themes/else-default/images/cal.gif b/web_site/themes/else-default/images/cal.gif Binary files differdeleted file mode 100644 index 0dadae9..0000000 --- a/web_site/themes/else-default/images/cal.gif +++ /dev/null diff --git a/web_site/themes/else-default/images/cube.gif b/web_site/themes/else-default/images/cube.gif Binary files differdeleted file mode 100644 index 47c42e5..0000000 --- a/web_site/themes/else-default/images/cube.gif +++ /dev/null diff --git a/web_site/themes/else-default/images/documents.gif b/web_site/themes/else-default/images/documents.gif Binary files differdeleted file mode 100644 index 98fb05e..0000000 --- a/web_site/themes/else-default/images/documents.gif +++ /dev/null diff --git a/web_site/themes/else-default/images/faux.gif b/web_site/themes/else-default/images/faux.gif Binary files differdeleted file mode 100644 index 081fc83..0000000 --- a/web_site/themes/else-default/images/faux.gif +++ /dev/null diff --git a/web_site/themes/else-default/images/faux.psd b/web_site/themes/else-default/images/faux.psd Binary files differdeleted file mode 100644 index 00b7503..0000000 --- a/web_site/themes/else-default/images/faux.psd +++ /dev/null diff --git a/web_site/themes/else-default/images/file.gif b/web_site/themes/else-default/images/file.gif Binary files differdeleted file mode 100644 index d0c85f1..0000000 --- a/web_site/themes/else-default/images/file.gif +++ /dev/null diff --git a/web_site/themes/else-default/images/gre_arrow.gif b/web_site/themes/else-default/images/gre_arrow.gif Binary files differdeleted file mode 100644 index 9887e94..0000000 --- a/web_site/themes/else-default/images/gre_arrow.gif +++ /dev/null diff --git a/web_site/themes/else-default/images/header.gif b/web_site/themes/else-default/images/header.gif Binary files differdeleted file mode 100644 index 07fb706..0000000 --- a/web_site/themes/else-default/images/header.gif +++ /dev/null diff --git a/web_site/themes/else-default/images/header3.gif b/web_site/themes/else-default/images/header3.gif Binary files differdeleted file mode 100644 index 8938882..0000000 --- a/web_site/themes/else-default/images/header3.gif +++ /dev/null diff --git a/web_site/themes/else-default/images/headerstart.gif b/web_site/themes/else-default/images/headerstart.gif Binary files differdeleted file mode 100644 index 11e9a14..0000000 --- a/web_site/themes/else-default/images/headerstart.gif +++ /dev/null diff --git a/web_site/themes/else-default/images/headerstart.psd b/web_site/themes/else-default/images/headerstart.psd Binary files differdeleted file mode 100644 index 07a570a..0000000 --- a/web_site/themes/else-default/images/headerstart.psd +++ /dev/null diff --git a/web_site/themes/else-default/images/index.html b/web_site/themes/else-default/images/index.html deleted file mode 100644 index 88f3627..0000000 --- a/web_site/themes/else-default/images/index.html +++ /dev/null @@ -1,10 +0,0 @@ -<HTML>
-<HEAD>
-<TITLE>En ???? Wat zijn de bedoelingen ????</TITLE>
-<link href="../giga_css/cssmain.css" rel="stylesheet" type="text/css">
-</HEAD>
-<BODY>
-<BR><BR> <B>Wat ben je van plan???? </B><HR>
-
-</BODY>
-</HTML>
\ No newline at end of file diff --git a/web_site/themes/else-default/images/mag_glass.gif b/web_site/themes/else-default/images/mag_glass.gif Binary files differdeleted file mode 100644 index f080d8b..0000000 --- a/web_site/themes/else-default/images/mag_glass.gif +++ /dev/null diff --git a/web_site/themes/else-default/images/navi.gif b/web_site/themes/else-default/images/navi.gif Binary files differdeleted file mode 100644 index 8db943c..0000000 --- a/web_site/themes/else-default/images/navi.gif +++ /dev/null diff --git a/web_site/themes/else-default/images/onder.gif b/web_site/themes/else-default/images/onder.gif Binary files differdeleted file mode 100644 index 961dd33..0000000 --- a/web_site/themes/else-default/images/onder.gif +++ /dev/null diff --git a/web_site/themes/else-default/images/onder.psd b/web_site/themes/else-default/images/onder.psd Binary files differdeleted file mode 100644 index 40ccdf6..0000000 --- a/web_site/themes/else-default/images/onder.psd +++ /dev/null diff --git a/web_site/themes/else-default/images/ora_arrow.gif b/web_site/themes/else-default/images/ora_arrow.gif Binary files differdeleted file mode 100644 index de9908c..0000000 --- a/web_site/themes/else-default/images/ora_arrow.gif +++ /dev/null diff --git a/web_site/themes/else-default/images/orange.gif b/web_site/themes/else-default/images/orange.gif Binary files differdeleted file mode 100644 index 7478366..0000000 --- a/web_site/themes/else-default/images/orange.gif +++ /dev/null diff --git a/web_site/themes/else-default/images/simple_arrow.gif b/web_site/themes/else-default/images/simple_arrow.gif Binary files differdeleted file mode 100644 index c2a0df1..0000000 --- a/web_site/themes/else-default/images/simple_arrow.gif +++ /dev/null diff --git a/web_site/themes/else-default/images/simple_arrow_o.gif b/web_site/themes/else-default/images/simple_arrow_o.gif Binary files differdeleted file mode 100644 index 0796c29..0000000 --- a/web_site/themes/else-default/images/simple_arrow_o.gif +++ /dev/null diff --git a/web_site/themes/else-default/images/speech_bubble.gif b/web_site/themes/else-default/images/speech_bubble.gif Binary files differdeleted file mode 100644 index 9aa94ba..0000000 --- a/web_site/themes/else-default/images/speech_bubble.gif +++ /dev/null diff --git a/web_site/themes/else-default/images/wrench.gif b/web_site/themes/else-default/images/wrench.gif Binary files differdeleted file mode 100644 index c3507ec..0000000 --- a/web_site/themes/else-default/images/wrench.gif +++ /dev/null diff --git a/web_site/themes/else-default/index.php b/web_site/themes/else-default/index.php deleted file mode 100644 index 6f5acfa..0000000 --- a/web_site/themes/else-default/index.php +++ /dev/null @@ -1,32 +0,0 @@ -<?php get_header(); ?>
-<div id="main">
- <div id="content">
- <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
- <div class="post">
- <h2 class="post-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
- <p class="day-date">Gepost door <em><?php the_author() ?></em> op <em><?php the_time('d/m/Y'); ?></em><br />Toegevoegd onder: <?php the_category(', ') ?><?php edit_post_link('Edit','<span class="editlink">','</span>'); ?></p>
- <div class="post-content"><?php ($post->post_excerpt != "")? the_excerpt() : the_content(); ?>
- <p class="post-info">
- <?php comments_popup_link('Geen reactie’s, je kan de eerste zijn »', '1 Reactie »', '% Reactie’s »'); ?><?php if ($post->post_excerpt != "") { ?> | <a href="<?php the_permalink() ?>" class="more">Lees verder »</a><?php } ?>
- </p>
- <!--
- <?php trackback_rdf(); ?>
- -->
- </div>
- <?php comments_template(); ?>
- </div>
- <?php endforeach; else: ?>
- <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
- <?php endif; ?>
- <!--<p align="center"><?php posts_nav_link() ?></p>-->
- <p class="center"><!-- this is ugly -->
- <span class="next"><?php previous_posts_link('Volgende »') ?></span>
- <span class="previous"><?php next_posts_link('« Vorige') ?></span>
- </p>
- </div>
-
-<?php get_sidebar(); ?>
-
-</div>
-
-<?php get_footer(); ?>
\ No newline at end of file diff --git a/web_site/themes/else-default/page.php b/web_site/themes/else-default/page.php deleted file mode 100644 index 4f28966..0000000 --- a/web_site/themes/else-default/page.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php get_header(); ?>
-<div id="main">
- <div id="content">
- <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
- <div class="post">
- <h2 class="post-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
- <p class="day-date">Created by <em><?php the_author() ?></em> on <em><?php the_time('d/m/Y'); ?></em></p>
- <div class="post-content"><?php the_content(); ?></div>
- </div>
- <?php endforeach; else: ?>
- <div class="post">
- <h2 class="post-title">Ooops....wat is dat hier.</h2>
- <p class="day-date"><em>De pagina die je zoekt bestaat niet.</em></p>
- <p><?php _e('Controleer de link die je klikte of indien manueel ingevuld, controleer je spelling.'); ?></p>
- </div>
- <?php endif; ?>
- </div>
-
-<?php get_sidebar(); ?>
-
-</div>
-
-<?php get_footer(); ?>
\ No newline at end of file diff --git a/web_site/themes/else-default/screenshot.png b/web_site/themes/else-default/screenshot.png Binary files differdeleted file mode 100644 index b79564a..0000000 --- a/web_site/themes/else-default/screenshot.png +++ /dev/null diff --git a/web_site/themes/else-default/search.php b/web_site/themes/else-default/search.php deleted file mode 100644 index b29c125..0000000 --- a/web_site/themes/else-default/search.php +++ /dev/null @@ -1,37 +0,0 @@ -<?php get_header(); ?>
-<div id="main">
- <div id="content">
- <?php if ($posts) { ?>
- <?php $post = $posts[0]; /* Hack. Set $post so that the_date() works. */ ?>
- <div class="post">
- <h2 class="post-title">Zoek resultaat voor '<?php echo $s; ?>'</h2>
- <p class="day-date">Gevonden wat je zocht ?</p>
- </div>
- <?php } ?>
- <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
- <div class="post">
- <h2 class="post-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
- <p class="day-date">Gepost door <em><?php the_author() ?></em> op <em><?php the_time('d/m/Y'); ?></em><br />Toegevoegd onder: <?php the_category(', ') ?><?php edit_post_link('Edit','<span class="editlink">','</span>'); ?></p>
- <div class="post-content"><?php the_content('<br/>Continue Reading »'); ?>
- <p class="post-info">
- <?php comments_popup_link('Geen reactie’s, je kan de eerste zijn »', '1 Reactie »', '% Reactie’s »'); ?><?php if ($post->post_excerpt != "") { ?> | <a href="<?php the_permalink() ?>" class="more">Lees verder »</a><?php } ?>
- </p>
- <!--
- <?php trackback_rdf(); ?>
- -->
- </div>
- <?php comments_template(); ?>
- </div>
- <?php endforeach; else: ?>
- <h2 class="post-title">Niets gevonden voor '<?php echo $s; ?>'</h2>
- <p class="day-date"><?php _e('Sorry, niets gevonden volgens je zoekterm.'); ?></p>
- <div class="post-content">
- Helaas werdt er niets gevonden, maar niet getreurd je zal het wel ooit vinden ook al is het niet hier.
- </div>
- <?php endif; ?>
- <p align="center"><?php posts_nav_link() ?></p>
- </div>
-
-<?php get_sidebar(); ?>
-</div>
-<?php get_footer(); ?>
\ No newline at end of file diff --git a/web_site/themes/else-default/sidebar.php b/web_site/themes/else-default/sidebar.php deleted file mode 100644 index 7833759..0000000 --- a/web_site/themes/else-default/sidebar.php +++ /dev/null @@ -1,42 +0,0 @@ -<div id="sidebar"> - <form id="searchform" method="get" action="/"> - <fieldset> - <input type="text" name="s" id="s" size="15" /><input id="zoekbut" type="submit" name="submit" value="<?php _e('Search'); ?>" /> - </fieldset> - </form> - <?php if (is_single()) - { - echo '<h2>Doe meer</h2><ul>'; - echo '<li><a href="'; - trackback_url(); - echo '" title="de trackback url">Trackback URL</a></li>'; - echo '<li><a href="'; - the_permalink(); - echo '" title="de permalink naar deze post">Permalink</a></li>'; - echo '</ul>'; - } - ?> - - <h2><?php _e('Tags'); ?></h2> - <ul> - <?php list_cats(0, '', 'name', 'ASC', '/', true, 0, 1); ?> - </ul> - <?php if (function_exists('get_recent_comments')) { ?> - <h2><?php _e('Reactie’s:'); ?></h2> - <ul> - <?php get_recent_comments(); ?> - </ul> - -<?php } ?> - - <h2>Links</h2> - <ul> - <?php get_links('-1', '<li>', '</li>', '', 0, 'name', 0, 0, -1, 0); ?> - </ul> - - <h2>RSS Feeds</h2> - <ul> - <li><a href="<?php bloginfo('rss2_url'); ?>">Posts</a></li> - <li><a href="<?php bloginfo('comments_rss2_url'); ?>">Reactie’s</a></li> - </ul> - </div>
\ No newline at end of file diff --git a/web_site/themes/else-default/single.php b/web_site/themes/else-default/single.php deleted file mode 100644 index 59aa951..0000000 --- a/web_site/themes/else-default/single.php +++ /dev/null @@ -1,27 +0,0 @@ -<?php get_header(); ?>
-<div id="main">
- <div id="content">
- <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
- <p class="center"><span class="previous"><?php previous_post('« %', '', 'yes'); ?></span><span class="next"><?php next_post('% »', '', 'yes'); ?></span></p>
- <hr class="niks" />
- <div class="post">
- <h2 class="post-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
- <p class="day-date">Gepost door <em><?php the_author() ?></em> op <em><?php the_time('d/m/Y'); ?></em> om <em><?php the_time('G:i '); ?></em><br />Toegevoegd onder: <?php the_category(', ') ?><?php edit_post_link('Edit','<span class="editlink">','</span>'); ?></p>
- <div class="post-content"><?php the_content('<br/>Continue Reading »'); ?>
- <!--
- <?php trackback_rdf(); ?>
- -->
- </div>
- <?php comments_template(); ?>
- </div>
- <?php endforeach; else: ?>
- <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
- <?php endif; ?>
- <!--<p align="center"><?php posts_nav_link() ?></p>-->
- </div>
-
-<?php get_sidebar(); ?>
-
-</div>
-
-<?php get_footer(); ?>
\ No newline at end of file diff --git a/web_site/themes/else-default/style.css b/web_site/themes/else-default/style.css deleted file mode 100644 index b5bff5e..0000000 --- a/web_site/themes/else-default/style.css +++ /dev/null @@ -1,496 +0,0 @@ -/* -Theme Name: Else-Team theme -Author: Eric PINCON => Else Team -*/ - -* { - margin: 0; - padding: 0; -} - -html, body { - text-align : center; - font-size: small; - font-family: Verdana, Tahoma, Arial, Serif; - background : #627894 url(images/achter.gif) repeat-x top left; -} - -ul, ol { - margin : 10px 0 15px 15px; -} - -ul li, ol li { - margin : 6px 0 3px 0; -} - -em { - font-style : italic; -} - -strong, .b { - font-weight : bold; -} - -fieldset { - border : none; -} - -h4 { - font : bold 1.1em "Trebuchet MS", serif; -} - -blockquote { - margin:0; - padding:10px 18px; - font-style:italic; - border : 1px solid #8F8F8F; -} - -pre { - overflow:auto; - margin:0 0 18px 0; - padding:4px; -} - -pre, code, kbr { - font-family:Courier, Monaco, monospace; -} - -code { - padding: 5px; - background-color : #F3F7FC; - color : #363; - border : 1px solid #8F8F8F; - display : block; - margin : 10px 0; -} - -abbr, acronym { - font-size:0.9em; - letter-spacing:1px; - border-bottom : 1px dotted; - cursor : help; -} - -/*invulformulier dingen ------------------------------------------------------ */ - -#commentform { - margin : 6px 0 9px 10px; -} - -#commentform p { - margin : 9px 0; -} - -#commentform p input { - width: 250px; - border: 1px solid #ccc; - padding: 2px 2px 2px 3px; - font-size: 0.9em; - color: #444; - vertical-align : middle; -} - -#commentform p textarea { - width: 450px; - height: 130px; - border: 1px solid #ccc; - padding: 2px; - font-size: 1em; - color: #444; -} - -#commentform input#submit { - width : 100px; - border: 1px solid #A3BEE7; - background-color : #fff; -} - -#comments, #respond { - font : bold 1.2em Georgia, serif; - border-top : 1px solid; - padding : 10px 0 10px 13px; - color : #7EB40D; - background : url(images/documents.gif) no-repeat 0 50%; - margin-top : 10px; -} - -#searchform input { - width : 160px; - margin : 5px 0 5px 5px; - border: 1px solid #507405; - padding: 2px 2px 3px 3px; - font-size: 0.9em; - color: #444; - vertical-align : middle; - background : #FFF url(images/mag_glass.gif) no-repeat 97% 50%; -} - -#searchform #zoekbut { - display : none; -} - - -/*weergave van reacties ---------------------------------------------*/ - -ol.commentlist { - padding : 7px 3px 7px 15px; -} - -ol.commentlist li p { - margin : 8px 0; - letter-spacing : normal; -} - -ol.commentlist li { - background-color : #D9E4F4; - border : 1px solid #B4C9E9; - padding : 8px 5px 8px 5px; - margin : 5px 0 15px 0; -} - -ol.commentlist li.alt { - background-color : #F3F7FC; - border : 1px solid #CCDDF2; - padding : 8px 5px 8px 5px; -} - -/* enkele classes -----------------------------------------*/ - -.cmtinfo{ - font : 0.9em Verdana, sans-serif; - /*border-bottom : 1px solid #8F8F8F;*/ - border-left : 1px solid #8F8F8F; - padding-left : 5px; -} - -.tagging { - margin : 6px 0 9px 3px; -} - -.center { - border-bottom : 1px solid #C4C4C4; - border-top : 1px solid #C4C4C4; - margin : 12px 0 29px 0; - background-color : #D8E0F5; - height : 20px; - padding : 5px 3px 3px 3px; -} - -.smal { - font-size : smaller; -} - -.big { - font-size : 2em; - font-weight : bold; -} - -.niks { - display : none; - clear : both; -} - -.left { - float : left; - width : 49%; -} - -.previous { - float : left; -} - -.next { - float : right; -} - -.right { - float : right; - width : 49%; -} - -/* alles in het midden zetten ------------------------------------------------------- */ - -#container, #main, #footer, #navigation { - margin : 0 auto; -} - -#container { - width : 768px; - text-align : left; - padding-top : 6px; -} - -#main { - background : url(images/faux.gif) repeat-y top left; - width : 758px; - overflow : hidden; -} - -/* alle header stuff ----------------------------------*/ - -#header { - background : url(images/header.gif) no-repeat top left; - height : 123px; -} - -#header h1 { - text-align : right; - padding : 19px 21px 0 0; -} - -#header h4 { - font : italic 110% "Trebuchet MS", Verdana, serif; - padding : 10px 0 0 100px; -} - -#header a { - color : #FFF; - font : bold 40px "Trebuchet MS", serif; - text-decoration : none; -} - -#header a:hover { - color : #F0A727; -} - -/* navigatie dingen staan hier ---------------------------------------------------*/ - -#navigation { - width : 748px; - background-color : #FFF; - padding : 1px 5px 5px 5px; - text-align : right; -} - -#navigation ul { - margin : 0; - height : 25px; - background : #8AC708 url(images/navi.gif) repeat-x top left; - list-style-type : none; -} - -#navigation ul li { - display : inline; - padding : 5px 4px 2px 1px; -} - -#navigation a { - font : 1.5em "Times New Roman", "Trebuchet MS", serif; - color : #FFF; - text-decoration : none; - padding : 3px; -} - -#navigation a:hover { - background-color : #FFF; - color : #7BB407; -} - -/* alles wat met posts te maken heeft ----------------------------------------------*/ - -#content { - float : right; - width : 73%; - padding : 0 10px 0 10px; -} - -div#content h2.post-title { - font : bold 1.5em/1.0em Georgia, "Trebuchet MS", serif; - border-bottom : 1px solid #D5D5D5; - margin : 8px 0 5px; - color : #CE4104; -} - -div#content h1.post-title { - font : bold 1.9em/1.0em Georgia, "Trebuchet MS", serif; - border-bottom : 1px solid #D5D5D5; - margin : 8px 0 5px; - color : #80B60C; -} - -div#content h1.cal { - background : url(images/cal.gif) no-repeat 0 50%; - padding-left : 25px; -} - -div#content h1.cat { - background : url(images/file.gif) no-repeat 0 50%; - padding-left : 25px; -} - -div#content h2.post-title a { - color : #CE4104; - text-decoration : none; - background : url(images/simple_arrow.gif) no-repeat 0 50%; - padding : 0 0 0 15px; -} - -div#content h2.post-title a:visited, div#content h2.post-title a:active { - color : #CE4104; - text-decoration : none; -} - -div#content h2.post-title a:hover { - color : #466289; - background : url(images/simple_arrow_o.gif) no-repeat 0 50%; -} - -div#content.archive h3 { - border-bottom : 2px dotted; - margin : 10px 0 5px 8px; - font-size : 1.1em; - color : #6A6A6A; -} - -div#content a:link { - color : #75A907; - text-decoration : none; -} - -div#content a:visited { - color : #066; - text-decoration : none; -} - -div#content a:hover, div#content a:active { - text-decoration : underline; - color : #FA6121; -} - -p.day-date { - color : #6E6E6E; - margin : 6px 0 4px 10px; - font-size : 0.8em; - line-height : 1.3em; - border-left : 1px solid #8C8C8C; - padding : 0 0 0 4px; -} - -div#content p.day-date span.editlink a { - background : url(images/wrench.gif) no-repeat 0 50%; - color : #E7E7E7; - text-decoration : none; - padding : 0 0 0 15px; -} - -div.post-content { - color : #494949; - font-size : 1.0em; - line-height : 1.1em; - padding : 10px 9px 0 10px; -} - -div.post-content p { - padding : 5px 0 5px; -} - -div.post-content p img { - border : 1px solid #909090; - background-color : #FFF; - padding : 5px; -} - -div.post-content p img:hover { - border : 1px solid #3B3B3B; - background-color : #FCFCFC; -} - -div.post-content ul, div.post-content ol { - margin : 3px 0 5px 25px; -} - -div.post-content ul li { - background : transparent url(images/orange.gif) no-repeat 0 50%; - padding-left : 15px; - list-style : none; -} - -div.post-content p.post-info { - font : 0.8em Verdana, sans-serif; - border-bottom : 1px solid #D5D5D5; - border-top : 1px solid #D5D5D5; - margin : 12px 0 29px 0; - padding : 6px 0 3px 14px; - background : #EEF2FB url(images/speech_bubble.gif) no-repeat 0 50%; -} - -p.post-info a.more { - background : url(images/book.gif) no-repeat 0 50%; - padding : 0 0 0 15px; -} - -/* dingen voor de zijkant ---------------------------------------------------------*/ - -#sidebar { - position relative; - /* float : left; */ - width : 24%; - margin : 0 0 0 3px; -} - -#sidebar h2 { - font : bold 1.2em Georgia, serif; - margin : 18px 0 10px 4px; - background : url(images/cube.gif) no-repeat 0 50%; - padding : 0 0 0 14px; - color : #555; -} - -#sidebar ul { - list-style-type : none; - margin : 0 0 5px 15px; -} - -#sidebar ul li { - font : 0.9em/1.4em Tahoma, Arial, serif; - color : #444444; -} - -#sidebar a, #sidebar a:visited { - text-decoration : none; - color : #555; - background : url(images/gre_arrow.gif) no-repeat 0 50%; - padding-left : 14px; -} - -/*#sidebar a:visited { - background : url(images/ora_arrow.gif) no-repeat 0 50%; -}*/ - -#sidebar a:hover, #sidebar a:active { - text-decoration : underline; - color : #B83903; - background : url(images/ora_arrow.gif) no-repeat 0 50%; -} - -/* footer stuff staat hier ---------------------------------------------*/ - -#footer { - clear : both; - background : url(images/onder.gif) no-repeat; - height : 45px; - width : 768px; - margin : 0 0 15px 0; -} - -#footer a { - font-weight : bold; - text-decoration : none; - color : #066; -} - -#footer a:visited { - font-weight : normal; -} - -#footer a:hover, #footer a:active { - color : #066; - text-decoration : underline; -} - -#footer p { - padding : 14px 0 0 0; - font : 0.8em Verdana, sans-serif; - text-align : center; -}
\ No newline at end of file |