Nieuw lid |
|
Index.php:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//NL">
<? require("inc/connectcms.php"); ?>
<html>
<head>
<META NAME="DESCRIPTION" CONTENT="<? echo $zoekmachine->beschrijving; ?>">
<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
<META NAME="REVISIT-AFTER" CONTENT="1 Days">
<title><? echo $zoekmachine->titel; ?></title>
<meta http-equiv="Content-Language" content="nl">
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<link href="inc/imaginal.css" rel="stylesheet" media="screen" type="text/css">
</head>
<body class="debody">
<div class="container">
<div class="header"></div> <!-- header voltooid -->
<div class="menu">
<? require("inc/menu.php"); ?> <!-- menu voltooid -->
</div>
<div class="logo"></div>
<div class="links">
<? require("inc/submenu.php"); ?>
<br></br>
<table id="submenu">
<tr>
<td id="submenukop">
<div id="submenukop-tekst">Recommendend websites</div>
</td>
</tr>
<tr>
<td>
<div id="submenu-volg-tekst2">IAF Europe</div>
</td>
</tr>
<tr>
<td>
<div id="submenu-volg-tekst2">IAF Methods Database</div>
</td>
</tr>
<tr>
<td>
<div id="submenu-volg-tekst2">Start4all facillitors</div>
</td>
</tr>
<tr>
<td>
<div id="submenu-volg-tekst2">Working by Gerrit Visser</div>
</td>
</tr>
<tr>
<td>
<div id="submenu-volg-tekst2">The 9 Disciplines of a Facillitor</div>
</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</div>
<div class="rechts">
<table id="submenu">
<tr>
<td id="submenukop">
<div id="submenukop-tekst">Relations</div>
</td>
</tr>
<tr>
<td>
<div id="submenu-volg-tekst3">"A needed and timely push to facillitators in every part of the proffesion to acknowledge the deeper realities of what we do. Facilitation is not just techniques but assisting individuals and groups to use the deeper resources they have within them to respond more effectively in day-to-day situations."
</div>
</td>
</tr>
<tr>
<td>
<div id="submenu-volg-tekst3">- James Wiegel, senior associate, the Institute of Cultural Affairs</div>
</td>
</tr>
</table>
<br>
<table id="submenu">
<tr>
<td id="submenukop">
<div id="submenukop-tekst">Recommended Books</div>
</td>
</tr>
<tr>
<td id="submenu-volg-recommend">
<img src="book.png"/> <!-- Probleem recommended plaatje. -->
</td>
</tr>
</table>
</div>
<div class="content">
<div id="content">
<? require("inc/content.php"); ?>
</div>
</div>
</div>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//NL"> <? require("inc/connectcms.php"); ?> <META NAME="DESCRIPTION" CONTENT="<? echo $zoekmachine->beschrijving; ?>"> <META NAME="ROBOTS" CONTENT="INDEX, FOLLOW"> <META NAME="REVISIT-AFTER" CONTENT="1 Days"> <meta http-equiv="Content-Language" content="nl"> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> <link href="inc/imaginal.css" rel="stylesheet" media="screen" type="text/css"> <div class="header"></div> <!-- header voltooid --> <? require("inc/menu.php"); ?> <!-- menu voltooid --> <? require("inc/submenu.php"); ?> <div id="submenukop-tekst">Recommendend websites </div> <div id="submenu-volg-tekst2">IAF Europe </div> <div id="submenu-volg-tekst2">IAF Methods Database </div> <div id="submenu-volg-tekst2">Start4all facillitors </div> <div id="submenu-volg-tekst2">Working by Gerrit Visser </div> <div id="submenu-volg-tekst2">The 9 Disciplines of a Facillitor </div> <div id="submenukop-tekst">Relations </div> <div id="submenu-volg-tekst3">"A needed and timely push to facillitators in every part of the proffesion to acknowledge the deeper realities of what we do. Facilitation is not just techniques but assisting individuals and groups to use the deeper resources they have within them to respond more effectively in day-to-day situations." <div id="submenu-volg-tekst3">- James Wiegel, senior associate, the Institute of Cultural Affairs </div> <div id="submenukop-tekst">Recommended Books </div> <td id="submenu-volg-recommend"> <img src="book.png"/> <!-- Probleem recommended plaatje. --> <? require("inc/content.php"); ?>
CSS:
<style type="text/css">
html
{
height: 100%;
}
body
{
font-family: arial;
font-size: 10pt;
margin: 0px;
overflow-y: auto;
overflow-x: auto;
scroll: auto;
}
.debody {
margin: 0px;
}
.container {
position: absolute;
top: 0px;
z-index: 0;
height: 100%;
overflow: auto;
overflow: hidden;
width: 980px;
margin-left: -490px;
left: 50%;
right: 50%;
empty-cells: show;
background-color: #E6E6E6;
}
.header {
position: absolute;
top: 0px;
z-index: 1;
height: 190px;
width: 100%;
background-image: url('../images/header.png');
background-repeat:no-repeat;
/* for IE */
filter:alpha(opacity=50);
/* CSS3 standard */
opacity:0.5;
}
.menu {
position: absolute;
top: 120px;
z-index: 2;
height: 34px;
width: 100%;
background-color: #0e2c49;
/* for IE */
filter:alpha(opacity=80);
/* CSS3 standard */
opacity:0.8;
}
.links {
position: absolute;
top: 205px;
z-index: 1;
width: 191px;
left: 5px;
}
.rechts {
position: absolute;
top: 205px;
z-index: 1;
width: 191px;
right: 5px;
}
.content {
position: absolute;
top: 205px;
z-index: 1;
width: 558px;
left: 211px;
}
#menu {
margin-top: 5px;
text-align: center;
color: #FFFFFF;
font-size: 12pt;
}
#menu a {
color: #FFFFFF;
text-decoration: none;
}
#menu strong {
margin-right: 10px;
margin-left: 10px;
font-weight: normal;
}
#submenu {
border: 1px;
border-style: solid;
border-color: #897ffc;
width: 100%;
font-family: arial;
font-size: 10pt;
empty-cells: show;
border-spacing: 0px;
background-color: #FFFFFF
}
#submenukop {
background-color: #0E2C49;
font-size: 10pt;
color: #FFFFFF;
height: 25PX;
font-weight: bold;
/* for IE */
filter:alpha(opacity=80);
/* CSS3 standard */
opacity:0.8;
}
#content {
border: 1px;
border-style: solid;
border-color: #0E2C49;
width: 100%;
height: 100%
empty-cells: show;
border-spacing: 0px;
background-color: #FFFFFF;
}
#contentkop {
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
font-weight: bolder;
border: 0px;
}
#contenttekst {
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
border: 0px;
}
#submenukop-tekst {
margin-left: 5px;
color: #FFFFFF;
font-size: 10pt;
font-style: italic;
}
#submenu-volg-tekst {
margin-left: 5px;
margin-top: 5px;
color: #0E2C49;
font-size: 11pt;
}
#submenu-volg-tekst a {
color: #0E2C49;
text-decoration: none;
}
#submenu-volg-tekst2 {
margin-left: 5px;
margin-top: 3px;
color: #000000;
font-size: 9pt;
}
#submenu-volg-tekst3 {
margin-left: 5px;
margin-right: 5px;
margin-top: 3px;
color: #000000;
font-size: 10pt;
font-style: italic;
}
#submenu-volg-recommend {
color: #000000;
font-size: 10pt;
font-style: italic;
border: 0px;
}
<style type="text/css"> html { height: 100%; } body { font-family: arial; font-size: 10pt; margin: 0px; overflow-y: auto; overflow-x: auto; scroll: auto; } .debody { margin: 0px; } .container { position: absolute; top: 0px; z-index: 0; height: 100%; overflow: auto; overflow: hidden; width: 980px; margin-left: -490px; left: 50%; right: 50%; empty-cells: show; background-color: #E6E6E6; } .header { position: absolute; top: 0px; z-index: 1; height: 190px; width: 100%; background-image: url('../images/header.png'); background-repeat:no-repeat; /* for IE */ filter:alpha(opacity=50); /* CSS3 standard */ opacity:0.5; } .menu { position: absolute; top: 120px; z-index: 2; height: 34px; width: 100%; background-color: #0e2c49; /* for IE */ filter:alpha(opacity=80); /* CSS3 standard */ opacity:0.8; } .links { position: absolute; top: 205px; z-index: 1; width: 191px; left: 5px; } .rechts { position: absolute; top: 205px; z-index: 1; width: 191px; right: 5px; } .content { position: absolute; top: 205px; z-index: 1; width: 558px; left: 211px; } #menu { margin-top: 5px; text-align: center; color: #FFFFFF; font-size: 12pt; } #menu a { color: #FFFFFF; text-decoration: none; } #menu strong { margin-right: 10px; margin-left: 10px; font-weight: normal; } #submenu { border: 1px; border-style: solid; border-color: #897ffc; width: 100%; font-family: arial; font-size: 10pt; empty-cells: show; border-spacing: 0px; background-color: #FFFFFF } #submenukop { background-color: #0E2C49; font-size: 10pt; color: #FFFFFF; height: 25PX; font-weight: bold; /* for IE */ filter:alpha(opacity=80); /* CSS3 standard */ opacity:0.8; } #content { border: 1px; border-style: solid; border-color: #0E2C49; width: 100%; height: 100% empty-cells: show; border-spacing: 0px; background-color: #FFFFFF; } #contentkop { margin-top: 10px; margin-left: 10px; margin-right: 10px; font-weight: bolder; border: 0px; } #contenttekst { margin-top: 10px; margin-left: 10px; margin-right: 10px; border: 0px; } #submenukop-tekst { margin-left: 5px; color: #FFFFFF; font-size: 10pt; font-style: italic; } #submenu-volg-tekst { margin-left: 5px; margin-top: 5px; color: #0E2C49; font-size: 11pt; } #submenu-volg-tekst a { color: #0E2C49; text-decoration: none; } #submenu-volg-tekst2 { margin-left: 5px; margin-top: 3px; color: #000000; font-size: 9pt; } #submenu-volg-tekst3 { margin-left: 5px; margin-right: 5px; margin-top: 3px; color: #000000; font-size: 10pt; font-style: italic; } #submenu-volg-recommend { color: #000000; font-size: 10pt; font-style: italic; border: 0px; }
|