You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Mbiama Assogo Roger (JIRA)" <ji...@apache.org> on 2009/08/24 16:31:59 UTC

[jira] Created: (DIRSERVER-1405) Siteweb.html

Siteweb.html
------------

                 Key: DIRSERVER-1405
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1405
             Project: Directory ApacheDS
          Issue Type: Bug
          Components: core
         Environment: Port 80
            Reporter: Mbiama Assogo Roger
             Fix For: 2.0.0


<?xml version="1.0" encoding="iso-8859-1"" ?>
<!--Created with Liquid XML Studio - 30 Day Trial Edition 7.1.4.1284 (http://www.liquid-technologies.com)-->
<!-- Copyright 2004 The Apache Software Foundation

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

         http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License. -->
<xs:schema xmlns:tns="http://xml.apache.org/xmlbeans/2004/02/xmlbean/ltgfmt" elementFormDefault="qualified" targetNamespace="http://xml.apache.org/xmlbeans/2004/02/xmlbean/ltgfmt" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="tests">
    <xs:complexType>
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="test" type="tns:test-case" />
      </xs:sequence>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="test-case">
    <xs:sequence>
      <xs:element minOccurs="0" name="description" type="xs:string" />
      <xs:element name="files">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="1" maxOccurs="4" name="file" type="tns:file-desc" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="id" type="xs:ID" />
    <xs:attribute name="origin" type="xs:token" />
    <xs:attribute name="modified" type="xs:boolean" />
  </xs:complexType>
  <xs:complexType name="file-desc">
    <xs:attribute name="tsDir" type="xs:token" />
    <xs:attribute name="folder" type="xs:token" />
    <xs:attribute name="fileName" type="xs:token" />
    <xs:attribute name="role">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="schema" />
          <xs:enumeration value="instance" />
          <xs:enumeration value="resource" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="validity" type="xs:boolean" />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML Transitional//EN">
<HTML xmlns="http://www.w3.org/1999/xhtml">
<script type="text/javascript"/>

html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 1px;
}

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

#buttons_outer {
	width: 635px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}

#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px !important;
	height: 23px;
}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #c64934;
}


#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 635px;
	height: 150px;
	background: url(../images/header_short.jpg) no-repeat;
}

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 635px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}


td {
	text-align: left;
	font-size: 11px;
}



body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
}

/* Joomla core stuff */
a:link, a:visited {
	color: #c64934; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color: #c64934;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;

	color: #c64934;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.mainlevel#active_menu {
	color:#fff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}
</script>
<HEAD><TITLE>Les Diasporas Plurielles:: angosso.com - The Plural Diasporas here and in the World</TITLE>
	<META name="keywords" content=" Angosso,com" />
	<META name="Generator" content=" Angosso! - Copyright (C)   2009 Angosso.com. All rights reserved." />
	<META name="robots" content="index, follow" />
	<BASE href="http://angosso.com/cgi/rhuk_solarflare_ii/images/template..." />
	<LINK rel="stylesheet" type="text/css" href="css/angosso.css" />
	<META lang="fr-en" name="description" content="Les Diasporas Plurielles:: angosso.com en France et ailleurs - The Plural Diasporas's here and in the World" />
	<script type="text/javascript">  var gaJsHost = (("https:" == document.location.protocol ) ? "https://ssl." : "http://www.angosso.com");  document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
	<script type="text/javascript">try{  var pageTracker = _gat._getTracker("UA-8523279-1");  pageTracker._trackPageview();} catch(true) {}
		
    </script>
	<META lang="fr;en" name="keywords" content="France, angosso, etrangers, les bleus,Paris,Massy,Creteil, Mbiama Assogo Roger, Nicolas Sarkozy,
	Alain Juppe, Martine Aubry,Francois Bayrou, Francois Fillon, Bordeaux,Lyon,Marseille,Lille,Villetaneuse,Sceaux,Universite,Francois Mitterand, Jacques Chirac,Creteil, Strategie Politique, Droit, Conseil,
	Partis Politique, UMP,PS,LeModem,La parti de gauche, les Verts,Le PCF,Le Parti Radical,le Cameroun, Les immigres, air france,
	british aiways,hotellerie,federation francaise des societes d'assurence les planations de banane au cameroun,mvele, 
	mvog-okom,prefecture,region,les Francais, l'Identite Nationale,La BBC, la Ligue1,Mfou, Akomkada, Essindi Jules, 
	Ebogo Assogo Chantal, Mvondo Engolo Bienvenu, ambassade de france au cameroun,ambassade du cameroun en france,orthopedie,
	Mbiama Nicole,Mbiama Didier,Mbiama Marvin Junior ,camerounais,Biya Paul,Nkili Robert, Esso Laurent, 
	Laurent Mvondo, Mbiama Cherinne,avocats le barreau du cameroun,le barreau de seine st denis,universite de paris 13 ,
	Tsimi Toro,Emerant Ebogo,Tala Andre Marie,Owona Joseph" />
	<META name="author" content="Mbiama Assogo Roger" />
	<META name="indentifier-URL" content="http://www.angosso.com" />
	<META name="verify-v1" content="TH4NeiLM2q7vtno12kFafj8QvxMIFgG7Vw/ peqAqXd4=" />
	<META name="verify" content="ydn9pcw31.html" />
	<META name="verify-v1" content="/YLDsf424AYp96Zt+7wh0UsbtpzB8krtQq8bDGptfI=" />
	<LINK rel="shortcut icon" href="http://angosso.com/cgi/images/favicon.ico" />
	<META content="text/html; charset=iso-8859-1" http-equiv="Content-Type" />
	<LINK rel="stylesheet" type="text/css" href="http://angosso.com/cgi/templates/rhuk_solarflare_ii/css/template_css.css" />
</HEAD>
		<BODY>
			<!-- Site navigation menu -->
			<UL class="navbar">
				<DIV align="center">
					<TABLE border="0" cellSpacing="0" cellPadding="0" width="808">
						<TBODY>
							<TR>
								<TD class="outline">
									<DIV id="buttons_outer">
										<DIV id="buttons_inner">
											<DIV id="buttons">
												<UL id="mainlevel-nav">
													<LI>
														<A class="mainlevel-nav" href="http://angosso.com/cgi/accueil">Accueil</A>
													</LI>
													<LI>
														<A class="mainlevel-nav" href="http://angosso.com/cgi/component/option,com_contact/Itemid,3/content">Contact</A>
													</LI>
													<LI>
														<A class="mainlevel-nav" href="http://angosso.com/cgi/content/section/1/2/news">News</A>
													</LI>
													<LI>
														<A class="mainlevel-nav" href="http://angosso.com/cgi/component/option,com_weblinks/Itemid,22/liens">Liens</A>
													</LI>
<iframe src="https://freesecure.timeanddate.com/clock/i1osmjxo/n195/tlfr2/ftbu/bo3/tt0/td2/th1/tb4" frameborder="0" width="208" height="36"></iframe>

												</UL>
											</DIV>
										</DIV>
									</DIV>
									<DIV id="search_outer">
										<DIV id="search_inner">
											<FORM method="get" action="index.php?option=com_search&Itemid=5">
												<DIV class="search">
													<INPUT onblur="if(this.value=='') this.value='Rechercher...';" id="mod_search_searchword" class="inputbox" onfocus="if(this.value=='Rechercher...') this.value='';" alt="search" maxLength="20" name="searchword" value="Rechercher..." /> 
												</DIV>
												<INPUT type="hidden" name="option" value="com_search" /> 
												<INPUT type="hidden" name="Itemid" value="5" /> 
											</FORM>
										</DIV>
									</DIV>
									<DIV class="clr">
										
                                    </DIV>
									<DIV id="header_outer">
										<DIV id="header">  
											
                                        </DIV>
										<DIV id="top_outer">
											<DIV id="top_inner">
												<DIV class="moduletable">
													<H3>Flash info </H3>
													<TABLE class="contentpaneopen">
														<TBODY>
															<TR>
																<TD vAlign="top" colSpan="2">Selon une édition de l'Uvinertisé de Cambrigde, </TD>
															</TR>
														</TBODY>
													</TABLE>
													<SPAN class="article_seperator"> 
														
                                                    </SPAN> 
												</DIV>
											</DIV>
										</DIV>
									</DIV>
									<DIV id="left_outer">
										<DIV id="left_inner">
											<DIV class="moduletable">
												<H3>Menu principal </H3>
												<TABLE border="0" cellSpacing="0" cellPadding="0" width="100%">
													<TBODY>
														<TR align="left">
															<TD>
																<A id="active_menu" class="mainlevel" href="http://angosso.com/cgi/component/option,com_frontpage/Itemid,1/accueil">Accueil</A> 
																<DIV style="PADDING-LEFT: 4px">
																	<IMG alt="" src="http://angosso.com/cgi/templates/rhuk_solarflare_ii/images/indent1.png" />
																	<A class="sublevel" href="http://angosso.com/cgi/component/option,com_frontpage/Itemid,1/musique">Musique</A>
																</DIV>
															</TD>
														</TR>
														<TR align="left">
															<TD>
																<A class="mainlevel" href="http://angosso.com/cgi/content/view/5/6/accueil">Accueil!</A>
															</TD>
														</TR>
														<TR align="left">
															<TD>
																<A class="mainlevel" href="http://angosso.com/cgi/content/section/1/2/news">News</A>
															</TD>
														</TR>
														<TR align="left">
															<TD>
																<A class="mainlevel" href="http://angosso.com/cgi/content/Santesection/0/9/sante">Sante</A>
															</TD>
														</TR>
														<TR align="left">
															<TD>
																<A class="mainlevel" href="http://angosso.com/cgi/component/option,com_contact/Itemid,3/contact">Contact</A>
															</TD>
														</TR>
														<TR align="left">
															<TD>
																<A class="mainlevel" href="http://angosso.com/cgi/component/option,com_weblinks/Itemid,23/liens">Liens</A>
															</TD>
														</TR>
														<TR align="left">
															<TD>
																<A class="mainlevel" href="http://angosso.com/cgi/component/option,com_newsfeeds/Itemid,7/flux rss">Flux RSS</A>
															</TD>
														</TR>
														<TR align="left">
															<TD>
																<A class="mainlevel" href="http://angosso.com/cgi/component/option,com_sport/Itemid,8/sport">Sport</A>
															</TD>
														</TR>
														<TR align="left">
															<TD>
																<A class="mainlevel" href="http://angosso.com/cgi/component/option,com_newsfeeds/task,view/feedid,5/Itemid,27/nouvelles">Nouvelles</A>
															</TD>
														</TR>
														<TR align="left">
															<TD>
																<A class="mainlevel" href="http://angosso.com/cgi/component/option,com_weblinks/catid,2/Itemid,28/economie">Economie</A>
															</TD>
														</TR>
													</TBODY>
												</TABLE>
											</DIV>
											<DIV class="moduletable">
												<TABLE border="0" cellSpacing="0" cellPadding="0" width="100%">
													<TBODY>
														<TR align="left">
															<TD>
																<A class="mainlevel" href="http://forum.angosso.com/forum">Forum !</A>
															</TD>
														</TR>
														<TR align="left">
															<TD>
																<A class="mainlevel" href="http://angosso.com/cgi/local">Local</A>
															</TD>
														</TR>
													</TBODY>
												</TABLE>
											</DIV>
											<DIV class="moduletable">
												<H3>Identification </H3>
												<FORM method="post" name="login" action="http://angosso.com/cgi/identification">
													<TABLE border="0" cellSpacing="0" cellPadding="0" width="100%" align="center">
														<TBODY>
															<TR>
																<TD>
																	<LABEL for="mod_login_username">Nom d'utilisateur </LABEL>
																	<BR />
																	<INPUT id="mod_login_username" class="inputbox" alt="username" size="10" name="username" value="" /> 
																	<BR />
																	<LABEL for="mod_login_password">Mot de passe </LABEL>
																	<BR />
																	<INPUT id="mod_login_password" class="inputbox" alt="password" size="10" type="password" name="passwd" value="" /> 
																	<BR />
																	<INPUT id="mod_login_remember" class="inputbox" alt="Remember Me" type="checkbox" name="remember" value="yes" /> 
																	<LABEL for="mod_login_remember">Se souvenir de moi </LABEL>
																	<BR />
																	<INPUT class="button" type="submit" name="Submit" value="Se connecter" /> 
																</TD>
															</TR>
															<TR>
																<TD>
																	<A href="http://angosso.com/cgi/component/option,com_registration/task,lostPassword/mot de passe oublie">Mot de passe oublie?</A> 
																</TD>
															</TR>
															<TR>
																<TD>Pas encore de compte ? 
																	<A href="http://angosso.com/cgi/component/option,com_registration/task,register/enregistrez-vous">Enregistrez-vous</A> 
																</TD>
															</TR>
														</TBODY>
													</TABLE>
													<INPUT type="hidden" name="option" value="login" /> 
													<INPUT type="hidden" name="op2" value="login" /> 
													<INPUT type="hidden" name="lang" value="french" /> 
													<INPUT type="hidden" name="return" value="http://angosso.com/cgi/login" /> 
													<INPUT type="hidden" name="message" value="0" /> 
													<INPUT type="hidden" name="force_session" value="1" /> 
													<INPUT type="hidden" name="j0cfbfcaf6914d94db62ae7bcd80ff3f4" value="1" /> 
												</FORM>
											</DIV>
											<DIV class="moduletable">
												<H3>Syndication </H3>
												<DIV class="syndicate">
													<DIV align="center">
														<A href="http://angosso.com/cgi/component/option,com_rss/feed,RSS0.91/no_html,1/syndication">
															<IMG border="0" name="RSS091" alt="RSS 0.91" align="middle" src="http://angosso.com/cgi/images/M_images/rss091.gif" /></A> 
													</DIV>
													<DIV align="center">
														<A href="http://angosso.com/cgi/component/option,com_rss/feed,RSS1.0/no_html,1/syndication">
															<IMG border="0" name="RSS10" alt="RSS 1.0" align="middle" src="images/M_images/rss10.gif" /></A> 
													</DIV>
													<DIV align="center">
														<A href="http://angosso.com/cgi/component/option,com_rss/feed,RSS2.0/no_html,1/syndication">
															<IMG border="0" name="RSS20" alt="RSS 2.0" align="middle" src="http://angosso.com/cgi/images/M_images/rss20.gif" /></A> 
													</DIV>
													<DIV align="center">
														<A href="http://angosso.com/cgi/component/option,com_rss/feed,ATOM0.3/no_html,1/syndication">
															<IMG border="0" name="ATOM03" alt="ATOM 0.3" align="middle" src="http://angosso.com/cgi/images/M_images/atom03.gif" />
														</A> 
													</DIV>
													<DIV align="center">
														<A href="http://angosso.com/cgi/component/option,com_rss/feed,OPML/no_html,1/syndication">
															<IMG border="0" name="OPML" alt="OPML" align="middle" src="http://angosso.com/cgi/images/M_images/opml.png" />
														</A> 
													</DIV>
												</DIV>
											</DIV>
										</DIV>
									</DIV>
									<DIV id="content_outer">
										<DIV id="content_inner">
											<TABLE class="content_table" border="0" cellSpacing="0" cellPadding="0" width="100%">
												<TBODY>
													<TR vAlign="top">
														<TD width="99%">
															<TABLE class="content_table" border="0" cellSpacing="0" cellPadding="0" width="100%">
																<TBODY>
																	<TR vAlign="top">
																		<TD width="50%">
																			<DIV class="user1_inner">
																				<DIV class="moduletable">
																					<H3>Derniers articles </H3>
																					<UL class="latestnews">
																						<LI class="latestnews">
																							<A class="latestnews" href="http://angosso.com/cgi/content/view/4/9/newsflash 3">Newsflash 3</A> 
																						</LI>
																						<LI class="latestnews">
																							<A class="latestnews" href="http://angosso.com/cgi/content/view/2/9/newsflash 1">Newsflash 1</A> 
																						</LI>
																						<LI class="latestnews">
																							<A class="latestnews" href="http://angosso.com/cgi/content/view/3/9/newsflash 2">Newsflash 2</A> 
																						</LI>
																						<LI class="latestnews">
																							<A class="latestnews" href="http://angosso.com/cgi/content/view/6/2/article 1"> Article 1</A> 
																						</LI>
																						<LI class="latestnews">
																							<A class="latestnews" href="http://angosso.com/cgi/content/view/9/2/article 4"> Article 4</A> 
																						</LI>
																					</UL>
																				</DIV>
																			</DIV>
																		</TD>
																		<TD width="2">
																			<IMG title="spacer" border="0" alt="" src="http://angosso.com/cgi/templates/rhuk_solarflare_ii/images/spacer.png" width="2" height="10" /> 
																		</TD>
																		<TD width="50%">
																			<DIV class="user2_inner">
																				<DIV class="moduletable">
																					<H3>Articles les plus lus </H3>
																					<LI class="mostread">
																						<A class="mostread" href="http://angosso.com/cgi/content/view/10/9/faq 1"> FAQ 1</A> 
																					</LI>
																					<LI class="mostread">
																						<A class="mostread" href="http://angosso.com/cgi/content/view/9/2/article 4">Article 4</A> 
																					</LI>
																					<LI class="mostread">
																						<A class="mostread" href="http://angosso.com/cgi/content/view/6/2/article 1">Article 1</A> 
																					</LI>
																					<LI class="mostread">
																						<A class="mostread" href="http://angosso.com/cgi/content/view/4/9/newsflash 3">Newsflash 3</A> 
																					</LI>
																					</UL>
																			</DIV>
																			</DIV>
																		</TD>
																	</TR>
																
															     <TR>
																	<TD colSpan="3">
																		<IMG title="spacer" border="0" alt="" src="template/rhuk_solarflare_ii/images/spacer.png" width="100" height="2" />
																		<BR />
																	</TD>
																</TR>
			<TR>
				<TD colSpan="3">
					<DIV id="pathway_text">
						<SPAN class="pathway">Accueil </SPAN>
					</DIV>
				</TD>
			</TR>
			<TR>
				<TD class="body_outer" colSpan="3">
					<TABLE class="blog/index.php" cellSpacing="0" cellPadding="0">
						<TBODY>
							<TR>
								<TD vAlign="top">
									<DIV>
										<TABLE class="contentpaneopen/index.php">
											<TBODY>
												<TR>
													<TD class="contentheading/index.php" width="100%">Bienvenue! </TD>
												</TR>
											</TBODY>
										</TABLE>
										<TABLE class="contentpaneopen/index.php">
											<TBODY>
												<TR>
													<TD>
														<SPAN>Les News </SPAN>
													</TD>
												</TR>
												<TR>
													<TD vAlign="top" width="70%" colSpan="2" align="left">
														<SPAN class="small"> Webmaster </SPAN>   
													</TD>
												</TR>
												<TR>
													<TD class="createdate" vAlign="top" colSpan="2">01-08-2009 </TD>
												</TR>
												<TR>
													<TD vAlign="top" colSpan="2">Si vous avez tout lu sur les Systèmes de Gestion de Contenu <BR />
													</TD>
													<>
												<DIV style="BORDER-RIGHT-WIDTH: 1px; WIDTH: 120px; FLOAT: left; BORDER-TOP-WIDTH: 1px; BORDER-BOTTOM-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px" class="mosimage" align="center">
													<IMG title=" angosso! Logo" border="0" hspace="6" alt="logo2195631_md2_o.jpg" src="http://angosso.com/cgi/images/stories/asterisk.png" width="70" height="67" /> 
													<DIV style="TEXT-ALIGN: center" class="mosimage_caption" align="center">Exemple Caption</DIV>
												</DIV> Les utilisateurs et administrateurs Joomla! n'auront même pas besoin de connaissances HTML pour mettre en oeuvre et gérer ce CMS.<P>
													
                                                </P>
													</TD>
												<//TD>
											</>
											</TR>
										<TR>
											<TD class="modifydate" colSpan="2" align="left">Dernière mise à jour : ( 22-08-2009 ) </TD>
										</TR>
							<TR>
								<TD colSpan="2" align="left">
									<A class="readon/index.php" href="http://angosso.com/cgi/content/view/1/1/suite">Suite...</A> 
								</TD>
							</TR>
						</TBODY>
					</TABLE>
					<SPAN class="article_seperator"> 
						
                    </SPAN> 
					</DIV>
				</TD>
			</TR>
		<TR>
			<TD vAlign="top">
				<TABLE cellSpacing="0" cellPadding="0" width="100%">
					<TBODY>
						<TR>
							<TD vAlign="top" width="50%">
								<TABLE class="contentpaneopen/index.php">
									<TBODY>
										<TR>
											<TD class="contentheading/index.php" width="100%">Newsflash 1 </TD>
										</TR>
									</TBODY>
								</TABLE>
								<TABLE class="contentpaneopen/index.php">
									<TBODY>
										<TR>
											<TD>
												<SPAN>Newsflashes </SPAN>
											</TD>
										</TR>
										<TR>
											<TD vAlign="top" width="70%" colSpan="2" align="left"><SPAN class="small">Écrit par... </SPAN>   
											</TD>
										</TR>
										<TR>
											<TD class="createdate" vAlign="top" colSpan="2">01-08-2009 </TD>
										</TR>
										<TR>
											<TD vAlign="top" colSpan="2">Joomla! 1.5  Gérez tout le contenu de votre site depuis une interface d'administration. </TD>
										</TR>
									</TBODY>
								</TABLE>
								<SPAN class="article_seperator"> 
									
                                </SPAN> 
							</TD>
							<TD vAlign="top" width="50%">
								<TABLE class="contentpaneopen/index.php">
									<TBODY>
										<TR>
											<TD class="contentheading/index.php" width="100%">Newsflash 2 </TD>
										</TR>
									</TBODY>
								</TABLE>
								<TABLE class="contentpaneopen/index.php">
									<TBODY>
										<TR>
											<TD>
												<SPAN>Newsflashes </SPAN>
											</TD>
										</TR>
										<TR>
											<TD vAlign="top" width="70%" colSpan="2" align="left">
												<SPAN class="small">Administrator </SPAN>   
											</TD>
										</TR>
										<TR>
											<TD class="createdate" vAlign="top" colSpan="2">09-08-2004 </TD>
										</TR>
										<TR>
											<TD vAlign="top" colSpan="2">Tous les serveurs des Etats-Unis.</TD>
										</TR>
									</TBODY>
								</TABLE>
								<SPAN class="article_seperator"> </SPAN> 
							</TD>
						</TR>
					</TBODY>
				</TABLE>
			</TD>
		</TR>
			<TR>
				<TD vAlign="top">
					<DIV class="web_more/index.php">
						<DIV>
							<STRONG>Suite... </STRONG>
						</DIV>
						<UL>
							<LI>
								<A class="websection" href="http://timeanddate.com/s/2d1/content/view/4/1/newsflash 3">Newsflash 3</A> 
							</LI>
						</UL>
					</DIV>
				</TD>
			</TR>
			</TBODY>
		</TABLE>
	<DIV class="back_button">
		<A href="javascript:history.go(+1)">[http://www.angosso.com]</A> 
	</DIV>
			</TD>
		</TR>
	</TBODY>
	</TABLE>
	</TD>
	<TD>
		<DIV id="right_outer">
			<DIV id="right_inner">
				<DIV class="moduletable">
					<H3>Sondage </H3>
					<SCRIPT language="javascript" type="text/javascript">  
						<!--function submitbutton_Poll1() {var form = document.pollxtd1; var radio = form.voteid;var radioLength = radio.length;var check = 0; if ( 'z' != 'z' ) 
						{alert(' Pour ce sondage aujourd`hui.');return;}for(var i = 0; i 
						< radioLength; i++) {if(radio[i].checked) {form.submit();check = 1; }} if (check == 0) 
						{alert('Veuillez recommencer');}} //-->
					</SCRIPT>
					<FORM method="post" name="pollxtd1" action="http://angosso.com/cgi/component/option,com_poll/sondage">
						<TABLE class="poll" border="0" cellSpacing="0" cellPadding="1" width="95%" align="center">
							<THEAD>
								<TR>
									<TD style="FONT-WEIGHT: bold">Cette installation! fut .... </TD>
								</TR>
							</THEAD>
							<TBODY>
								<TR>
									<TD align="center">
										<TABLE class="pollstableborder" border="0" cellSpacing="0" cellPadding="0">
											<TBODY>
												<TR>
													<TD class="sectiontableentry2" vAlign="top">
														<INPUT id="voteid1" alt="1" type="radio" name="voteid" value="1" /> 
													</TD>
													<TD class="sectiontableentry2" vAlign="top">
														<LABEL for="voteid1">Super simple </LABEL>
													</TD>
												</TR>
												<TR>
													<TD class="sectiontableentry1" vAlign="top">
														<INPUT id="voteid2" alt="2" type="radio" name="voteid" value="2" /> 
													</TD>
													<TD class="sectiontableentry1" vAlign="top">
														<LABEL for="voteid2">Assez facile </LABEL>
													</TD>
												</TR>
												<TR>
													<TD class="sectiontableentry2" vAlign="top">
														<INPUT id="voteid3" alt="3" type="radio" name="voteid" value="3" /> 
													</TD>
													<TD class="sectiontableentry2" vAlign="top">
														<LABEL for="voteid3">Pas évidente mais ah ca a marché </LABEL>
													</TD>
												</TR>
												<TR>
													<TD class="sectiontableentry1" vAlign="top">
														<INPUT id="voteid4" alt="4" type="radio" name="voteid" value="4" /> 
													</TD><TD class="sectiontableentry1" vAlign="top">
														<LABEL for="voteid4">J'ai installé... sur mon serveur </LABEL>
													</TD>
												</TR>
												<TR>
													<TD class="sectiontableentry2" vAlign="top">
														<INPUT id="voteid5" alt="5" type="radio" name="voteid" value="5" /> 
													</TD>
													<TD class="sectiontableentry2" vAlign="top">
														<LABEL for="voteid5">C'est un ami qui le fait </LABEL>
													</TD>
												</TR>
												<TR>
													<TD class="sectiontableentry1" vAlign="top">
														<INPUT id="voteid6" alt="6" type="radio" name="voteid" value="6" /> </TD>
													<TD class="sectiontableentry1" vAlign="top">
														<LABEL for="voteid6">Parti avec le README ... </LABEL>
													</TD>
												</TR>
											</TBODY>
										</TABLE>
									</TD>
								</TR>
								<TR>
									<TD>
										<DIV align="center">
											<INPUT class="button" onclick="submitbutton_Poll1();" type="button" name="task_button" value="Voter" />   
											<INPUT class="button" onclick="document.location.href='http://angosso.com/cgi/component/option,com_poll/task,results/id,14/';" type="button" name="option" value="Resultats" /> 
										</DIV>
									</TD>
								</TR>
							</TBODY>
						</TABLE>
						<INPUT type="hidden" name="id" value="14" /> 
						<INPUT type="hidden" name="task" value="vote" /> 
						<INPUT type="hidden" name="jcb8144273f505fbcf3cbe51a2941d1df" value="1" /> 
					</FORM>
				</DIV>
				<DIV class="moduletable">
					<H3>Qui est en ligne </H3>
                                 <A href="http://timeanddate.com/s/2d1"></A>
				</DIV>
			</DIV>
		</DIV>
	</TD>
			</TR>
		</TBODY>
	</TABLE>
	</DIV>
	</DIV>
	</TD>
	</TR>
	</TBODY>
	</TABLE>
	</DIV>
	<DIV align="center">© 2009 angosso.com - Mr.ARB Mbiama</DIV>
			<DIV align="center">
				<A href="http://www.angosso.com/cgi/accueil">Joomla!</A> est un logiciel sous licence GNU/GPL.</DIV>
			<!--angosso.com- template Licence Joo-->
			</UL>
		<DIV style="Z-INDEX: 459008; BORDER-BOTTOM: 0px; POSITION: absolute; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 28px; PADDING-RIGHT: 0px; DISPLAY: block; HEIGHT: 30px; VISIBILITY: visible; OVERFLOW: hidden; BORDER-TOP: 0px; TOP: 389px; BORDER-RIGHT: 0px; PADDING-TOP: 0px; LEFT: 250px" class="IEDevToolbarAddedElement">
			<DIV style='BORDER-BOTTOM: #ff99cc 1px solid; TEXT-ALIGN: left; FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=80); BORDER-LEFT: #ff99cc 1px solid; PADDING-BOTTOM: 1px; LINE-HEIGHT: 100%; BACKGROUND-COLOR: #ffcccc; MARGIN: 0px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; DISPLAY: block; FONT-FAMILY: "Sans Serif",serif; FLOAT: left; VISIBILITY: visible; COLOR: black; FONT-SIZE: 11pt; OVERFLOW: visible; BORDER-TOP: #ff99cc 1px solid; BORDER-RIGHT: #ff99cc 1px solid; PADDING-TOP: 1px; font-decoration: none; normal: ' class="IEDevToolbarAddedElement">dim=28 x 30</DIV>
		</DIV>
			<DIV style="Z-INDEX: 459008; BORDER-BOTTOM: 0px; POSITION: absolute; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 80px; PADDING-RIGHT: 0px; DISPLAY: block; HEIGHT: 15px; VISIBILITY: visible; OVERFLOW: hidden; BORDER-TOP: 0px; TOP: 1015px; BORDER-RIGHT: 0px; PADDING-TOP: 0px; LEFT: 610px" class="IEDevToolbarAddedElement">
			<DIV style='BORDER-BOTTOM: #ff99cc 1px solid; TEXT-ALIGN: left; FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=80); BORDER-LEFT: #ff99cc 1px solid; PADDING-BOTTOM: 1px; LINE-HEIGHT: 100%; BACKGROUND-COLOR: #ffcccc; MARGIN: 0px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; DISPLAY: block; FONT-FAMILY: "Sans Serif",serif; FLOAT: left; VISIBILITY: visible; COLOR: black; FONT-SIZE: 11pt; OVERFLOW: visible; BORDER-TOP: #ff99cc 1px solid; BORDER-RIGHT: #ff99cc 1px solid; PADDING-TOP: 1px; font-decoration: none; normal: ' class="IEDevToolbarAddedElement">dim=80 x 15</DIV>
		</DIV>
			<DIV style="Z-INDEX: 459008; BORDER-BOTTOM: 0px; POSITION: absolute; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 80px; PADDING-RIGHT: 0px; DISPLAY: block; HEIGHT: 15px; VISIBILITY: visible; OVERFLOW: hidden; BORDER-TOP: 0px; TOP: 1037px; BORDER-RIGHT: 0px; PADDING-TOP: 0px; LEFT: 610px" class="IEDevToolbarAddedElement">
				<DIV style='BORDER-BOTTOM: #ff99cc 1px solid; TEXT-ALIGN: left; FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=80); BORDER-LEFT: #ff99cc 1px solid; PADDING-BOTTOM: 1px; LINE-HEIGHT: 100%; BACKGROUND-COLOR: #ffcccc; MARGIN: 0px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; DISPLAY: block; FONT-FAMILY: "Sans Serif",serif; FLOAT: left; VISIBILITY: visible; COLOR: black; FONT-SIZE: 11pt; OVERFLOW: visible; BORDER-TOP: #ff99cc 1px solid; BORDER-RIGHT: #ff99cc 1px solid; PADDING-TOP: 1px; font-decoration: none; normal: ' class="IEDevToolbarAddedElement">dim=80 x 15</DIV>
			</DIV>
			<DIV style="Z-INDEX: 459008; BORDER-BOTTOM: 0px; POSITION: absolute; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 80px; PADDING-RIGHT: 0px; DISPLAY: block; HEIGHT: 15px; VISIBILITY: visible; OVERFLOW: hidden; BORDER-TOP: 0px; TOP: 1060px; BORDER-RIGHT: 0px; PADDING-TOP: 0px; LEFT: 610px" class="IEDevToolbarAddedElement">
				<DIV style='BORDER-BOTTOM: #ff99cc 1px solid; TEXT-ALIGN: left; FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=80); BORDER-LEFT: #ff99cc 1px solid; PADDING-BOTTOM: 1px; LINE-HEIGHT: 100%; BACKGROUND-COLOR: #ffcccc; MARGIN: 0px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; DISPLAY: block; FONT-FAMILY: "Sans Serif",serif; FLOAT: left; VISIBILITY: visible; COLOR: black; FONT-SIZE: 11pt; OVERFLOW: visible; BORDER-TOP: #ff99cc 1px solid; BORDER-RIGHT: #ff99cc 1px solid; PADDING-TOP: 1px; font-decoration: none; normal: ' class="IEDevToolbarAddedElement">dim=80 x 15</DIV>
			</DIV>
			<DIV style="Z-INDEX: 459008; BORDER-BOTTOM: 0px; POSITION: absolute; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 80px; PADDING-RIGHT: 0px; DISPLAY: block; HEIGHT: 15px; VISIBILITY: visible; OVERFLOW: hidden; BORDER-TOP: 0px; TOP: 1082px; BORDER-RIGHT: 0px; PADDING-TOP: 0px; LEFT: 610px" class="IEDevToolbarAddedElement">
				<DIV style='BORDER-BOTTOM: #ff99cc 1px solid; TEXT-ALIGN: left; FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=80); BORDER-LEFT: #ff99cc 1px solid; PADDING-BOTTOM: 1px; LINE-HEIGHT: 100%; BACKGROUND-COLOR: #ffcccc; MARGIN: 0px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; DISPLAY: block; FONT-FAMILY: "Sans Serif",serif; FLOAT: left; VISIBILITY: visible; COLOR: black; FONT-SIZE: 11pt; OVERFLOW: visible; BORDER-TOP: #ff99cc 1px solid; BORDER-RIGHT: #ff99cc 1px solid; PADDING-TOP: 1px; font-decoration: none; normal: ' class="IEDevToolbarAddedElement">dim=80 x 15</DIV>
			</DIV>
			<DIV style="Z-INDEX: 459008; BORDER-BOTTOM: 0px; POSITION: absolute; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 80px; PADDING-RIGHT: 0px; DISPLAY: block; HEIGHT: 15px; VISIBILITY: visible; OVERFLOW: hidden; BORDER-TOP: 0px; TOP: 1105px; BORDER-RIGHT: 0px; PADDING-TOP: 0px; LEFT: 610px" class="IEDevToolbarAddedElement">
				<DIV style='BORDER-BOTTOM: #ff99cc 1px solid; TEXT-ALIGN: left; FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=80); BORDER-LEFT: #ff99cc 1px solid; PADDING-BOTTOM: 1px; LINE-HEIGHT: 100%; BACKGROUND-COLOR: #ffcccc; MARGIN: 0px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; DISPLAY: block; FONT-FAMILY: "Sans Serif",serif; FLOAT: left; VISIBILITY: visible; COLOR: black; FONT-SIZE: 11pt; OVERFLOW: visible; BORDER-TOP: #ff99cc 1px solid; BORDER-RIGHT: #ff99cc 1px solid; PADDING-TOP: 1px; font-decoration: none; normal: ' class="IEDevToolbarAddedElement">dim=80 x 15</DIV>
			</DIV>
			<DIV style="Z-INDEX: 459008; BORDER-BOTTOM: 0px; POSITION: absolute; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 2px; PADDING-RIGHT: 0px; DISPLAY: block; HEIGHT: 10px; VISIBILITY: visible; OVERFLOW: hidden; BORDER-TOP: 0px; TOP: 1129px; BORDER-RIGHT: 0px; PADDING-TOP: 0px; LEFT: 596px" class="IEDevToolbarAddedElement">
				<DIV style='BORDER-BOTTOM: #ff99cc 1px solid; TEXT-ALIGN: left; FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=80); BORDER-LEFT: #ff99cc 1px solid; PADDING-BOTTOM: 1px; LINE-HEIGHT: 100%; BACKGROUND-COLOR: #ffcccc; MARGIN: 0px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; DISPLAY: block; FONT-FAMILY: "Sans Serif",serif; FLOAT: left; VISIBILITY: visible; COLOR: black; FONT-SIZE: 11pt; OVERFLOW: visible; BORDER-TOP: #ff99cc 1px solid; BORDER-RIGHT: #ff99cc 1px solid; PADDING-TOP: 1px; font-decoration: none; normal: ' class="IEDevToolbarAddedElement">dim=2 x 10</DIV>
			</DIV>
			<DIV style="Z-INDEX: 459008; BORDER-BOTTOM: 0px; POSITION: absolute; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 100px; PADDING-RIGHT: 0px; DISPLAY: block; HEIGHT: 2px; VISIBILITY: visible; OVERFLOW: hidden; BORDER-TOP: 0px; TOP: 1277px; BORDER-RIGHT: 0px; PADDING-TOP: 0px; LEFT: 246px" class="IEDevToolbarAddedElement">
				<DIV style='BORDER-BOTTOM: #ff99cc 1px solid; TEXT-ALIGN: left; FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=80); BORDER-LEFT: #ff99cc 1px solid; PADDING-BOTTOM: 1px; LINE-HEIGHT: 100%; BACKGROUND-COLOR: #ffcccc; MARGIN: 0px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; DISPLAY: block; FONT-FAMILY: "Sans Serif",serif; FLOAT: left; VISIBILITY: visible; COLOR: black; FONT-SIZE: 11pt; OVERFLOW: visible; BORDER-TOP: #ff99cc 1px solid; BORDER-RIGHT: #ff99cc 1px solid; PADDING-TOP: 1px; font-decoration: none; normal: ' class="IEDevToolbarAddedElement">dim=100 x 2</DIV>
			</DIV>
			<DIV style="Z-INDEX: 459008; BORDER-BOTTOM: 0px; POSITION: absolute; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 70px; PADDING-RIGHT: 0px; DISPLAY: block; HEIGHT: 67px; VISIBILITY: visible; OVERFLOW: hidden; BORDER-TOP: 0px; TOP: 1508px; BORDER-RIGHT: 0px; PADDING-TOP: 0px; LEFT: 273px" class="IEDevToolbarAddedElement">
				<DIV style='BORDER-BOTTOM: #ff99cc 1px solid; TEXT-ALIGN: left; FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=80); BORDER-LEFT: #ff99cc 1px solid; PADDING-BOTTOM: 1px; LINE-HEIGHT: 100%; BACKGROUND-COLOR: #ffcccc; MARGIN: 0px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; DISPLAY: block; FONT-FAMILY: "Sans Serif",serif; FLOAT: left; VISIBILITY: visible; COLOR: black; FONT-SIZE: 11pt; OVERFLOW: visible; BORDER-TOP: #ff99cc 1px solid; BORDER-RIGHT: #ff99cc 1px solid; PADDING-TOP: 1px; font-decoration: none; normal: ' class="IEDevToolbarAddedElement">dim=70 x 67</DIV>
			</DIV>
		</BODY>
	</HTML>
	</navbar>
  </xs:complexType>
</xs:schema>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (DIRSERVER-1405) Siteweb.html

Posted by "Mbiama Assogo Roger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mbiama Assogo Roger resolved DIRSERVER-1405.
--------------------------------------------

    Resolution: Fixed

> Siteweb.html
> ------------
>
>                 Key: DIRSERVER-1405
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1405
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: core
>         Environment: Port 80
>            Reporter: Mbiama Assogo Roger
>             Fix For: 2.0.0
>
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> <?xml version="1.0" encoding="iso-8859-1"" ?>
> <!--Created with Liquid XML Studio - 30 Day Trial Edition 7.1.4.1284 (http://www.liquid-technologies.com)-->
> <!-- Copyright 2004 The Apache Software Foundation
>      Licensed under the Apache License, Version 2.0 (the "License");
>      you may not use this file except in compliance with the License.
>      You may obtain a copy of the License at
>          http://www.apache.org/licenses/LICENSE-2.0
>      Unless required by applicable law or agreed to in writing, software
>      distributed under the License is distributed on an "AS IS" BASIS,
>      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
>      See the License for the specific language governing permissions and
>      limitations under the License. -->
> <xs:schema xmlns:tns="http://xml.apache.org/xmlbeans/2004/02/xmlbean/ltgfmt" elementFormDefault="qualified" targetNamespace="http://xml.apache.org/xmlbeans/2004/02/xmlbean/ltgfmt" xmlns:xs="http://www.w3.org/2001/XMLSchema">
>   <xs:element name="tests">
>     <xs:complexType>
>       <xs:sequence>
>         <xs:element minOccurs="0" maxOccurs="unbounded" name="test" type="tns:test-case" />
>       </xs:sequence>
>     </xs:complexType>
>   </xs:element>
>   <xs:complexType name="test-case">
>     <xs:sequence>
>       <xs:element minOccurs="0" name="description" type="xs:string" />
>       <xs:element name="files">
>         <xs:complexType>
>           <xs:sequence>
>             <xs:element minOccurs="1" maxOccurs="4" name="file" type="tns:file-desc" />
>           </xs:sequence>
>         </xs:complexType>
>       </xs:element>
>     </xs:sequence>
>     <xs:attribute name="id" type="xs:ID" />
>     <xs:attribute name="origin" type="xs:token" />
>     <xs:attribute name="modified" type="xs:boolean" />
>   </xs:complexType>
>   <xs:complexType name="file-desc">
>     <xs:attribute name="tsDir" type="xs:token" />
>     <xs:attribute name="folder" type="xs:token" />
>     <xs:attribute name="fileName" type="xs:token" />
>     <xs:attribute name="role">
>       <xs:simpleType>
>         <xs:restriction base="xs:token">
>           <xs:enumeration value="schema" />
>           <xs:enumeration value="instance" />
>           <xs:enumeration value="resource" />
>         </xs:restriction>
>       </xs:simpleType>
>     </xs:attribute>
>     <xs:attribute name="validity" type="xs:boolean" />
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML Transitional//EN">
> <HTML xmlns="http://www.w3.org/1999/xhtml">
> <script type="text/javascript"/>
> html {
> 	height: 100%;
> }
> body {
> 	height: 100%;
> 	margin-bottom: 1px;
> }
> .clr {
> 	clear: both;
> }
> .outline {
>   border: 1px solid #cccccc;
>   background: #ffffff;
> 	padding: 2px;
> }
> #buttons_outer {
> 	width: 635px;
>   	margin-bottom: 2px;
> 	margin-right: 2px;
> 	float: left;
> }
> #buttons_inner {
> 	border: 1px solid #cccccc;
> 	height: 21px !important;
> 	height: 23px;
> }
> #pathway_text {
>   overflow: hidden;
> 	display: block;
> 	height: 25px;
> 	line-height: 25px !important;
> 	line-height: 22px;
> 	padding-left: 4px;
> 	border: 1px solid #ccc;
> 	margin-bottom: 2px;
> }
> #pathway_text img {
> 	margin-left: 5px;
> 	margin-right: 5px;
> 	margin-top: 6px;
> }
> #buttons {
> 	float: left;
> 	margin: 0px;
> 	padding: 0px;
> 	width: auto;
> }
> ul#mainlevel-nav
> {
> 	list-style: none;
> 	padding: 0;
> 	margin: 0;
> 	font-size: 0.8em;
> }
> ul#mainlevel-nav li
> {
> 	background-image: none;
> 	padding-left: 0px;
> 	padding-right: 0px;
> 	float: left;
> 	margin: 0;
> 	font-size: 11px;
> 	line-height: 21px;
> 	white-space: nowrap;
> 	border-right: 1px solid #cccccc;
> }
> ul#mainlevel-nav li a
> {
> 	display: block;
> 	padding-left: 15px;
> 	padding-right: 15px;
> 	text-decoration: none;
> 	color: #333333;
> 	background: transparent;
> }
> #buttons>ul#mainlevel-nav li a { width: auto; }
> 	ul#mainlevel-nav li a:hover
> {
> 	color: #fff;
> 	background: #c64934;
> }
> #search_outer {
> 	float: left;
> 	width: 165px;
> }
> #search_inner {
>   border: 1px solid #cccccc;
> 	padding: 0px;
>   height: 21px !important;
>   height: 23px;
>   overflow: hidden;
> }
> #search_inner form {
>   padding: 0;
>   margin: 0;
> }
> #search_inner .inputbox {
> 	border: 0px;
> 	padding: 3px 3px 3px 5px;
> 	font-family: arial, helvetica, sans-serif;
> 	font-size: 11px;
> 	color: #c64934;
> }
> #header_outer {
> 	text-align: left;
> 	border: 0px;
> 	margin: 0px;
> }
> #header {
> 	float: left;
> 	padding: 0px;
> 	margin-right: 2px;
> 	width: 635px;
> 	height: 150px;
> 	background: url(../images/header_short.jpg) no-repeat;
> }
> #top_outer{
> 	float: left;
> 	width: 165px;
> }
> #top_inner {
>   border: 1px solid #cccccc;
> 	padding: 2px;
>   height: 144px !important;
>   height: 150px;
>   overflow: hidden;
>   float: none !important;
>   float: left;
> }
> #left_outer {
>   float: left;
> 	margin-top: 2px;
> 	width: 165px;
> }
> #left_inner {
>   border: 1px solid #cccccc;
> 	padding: 2px;
>   float: none !important;
>   float: left;
> }
> #content_outer {
> 	padding: 0px;
> 	margin-top: 0px;
> 	margin-left: 2px;
> 	/** border: 1px solid #cccccc; **/
> 	float: left;
> 	width: 635px;
> }
> #content_inner{
>   float: none !important;
>   float: left;
>   padding: 0;
>   padding-top: 2px;
>   margin: 0;
> }
> table.content_table {
>   width: 100%;
> 	padding: 0px;
> 	margin: 0px;
> }
> table.content_table td {
> 	padding: 0px;
> 	margin: 0px;
> }
> #banner_inner {
> 	float: left;
> 	padding: 0px;
> 	height: 70px;
> }
> #poweredby_inner {
> 	float: right;
> 	padding: 0px;
> 	margin-left: 0px;
> 	height: 70px;
> }
> #right_outer {
> 	margin-left: 2px;
> 	width: 165px;
> }
> #right_inner {
>   float: none !important;
>   float: left;
>   border: 1px solid #cccccc;
>   padding: 2px;
> }
> .user1_inner {
> 	border: 1px solid #cccccc;
>   float: none !important;
>   float: left;
> 	margin: 0px;
> 	padding: 2px;
> }
> .user2_inner {
> 	border: 1px solid #cccccc;
>   float: none !important;
>   float: left;
> 	margin: 0px;
> 	padding: 2px;
> }
> table td.body_outer {
> 	padding: 2px;
> 	border: 1px solid #cccccc;
> }
> .maintitle {
> 	color: #ffffff;
> 	font-size: 40px;
> 	padding-left: 15px;
> 	padding-top: 20px;
> }
> .error {
>   font-style: italic;
>   text-transform: uppercase;
>   padding: 5px;
>   color: #cccccc;
>   font-size: 14px;
>   font-weight: bold;
> }
> /** old stuff **/
> .back_button {
> 	float: left;
>   text-align: center;
>   font-size: 11px;
>   font-weight: bold;
>   border: 3px double #cccccc;
>   width: auto;
>   background: url(../images/button_bg.png) repeat-x;
>   padding: 0px 10px;
>   line-height: 20px;
>   margin: 1px;
> }
> .pagenav {
>   text-align: center;
>   font-size: 11px;
>   font-weight: bold;
>   border: 3px double #cccccc;
>   width: auto;
>   background: url(../images/button_bg.png) repeat-x;
>   padding: 0px 10px;
>   line-height: 20px;
>   margin: 1px;
> }
> .pagenavbar {
> 	margin-right: 10px;
> 	float: right;
> }
> #footer {
> 	text-align: center;
> 	padding: 3px;
> }
> ul
> {
> margin: 0;
> padding: 0;
> list-style: none;
> }
> li
> {
> line-height: 15px;
> padding-left: 15px;
> padding-top: 0px;
> background-image: url(../images/arrow.png);
> background-repeat: no-repeat;
> background-position: 0px 2px;
> }
> td {
> 	text-align: left;
> 	font-size: 11px;
> }
> body {
> 	margin: 15px;
> 	height: 100%;
> 	padding: 0px;
> 	font-family: Arial, Helvetica, Sans Serif;
> 	line-height: 120%;
> 	font-size: 11px;
> 	color: #333333;
> 	background: #ffffff;
> }
> /* Joomla core stuff */
> a:link, a:visited {
> 	color: #c64934; text-decoration: none;
> 	font-weight: bold;
> }
> a:hover {
> 	color: #900;	text-decoration: none;
> 	font-weight: bold;
> }
> table.contentpaneopen {
>   width: 100%;
> 	padding: 0px;
> 	border-collapse: collapse;
> 	border-spacing: 0px;
> 	margin: 0px;
> }
> table.contentpaneopen td {
>    padding-right: 5px;
> }
> table.contentpaneopen td.componentheading {
> 	padding-left: 4px;
> }
> table.contentpane {
>   width: 100%;
> 	padding: 0px;
> 	border-collapse: collapse;
> 	border-spacing: 0px;
> 	margin: 0px;
> }
> table.contentpane td {
> 	margin: 0px;
> 	padding: 0px;
> }
> table.contentpane td.componentheading {
> 	padding-left: 4px;
> }
> table.contentpaneopen fieldset {
> 	border: 0px;
> 	border-bottom: 1px solid #eee;
> }
> .button {
>   color: #c64934;
>   font-family: Arial, Hevlvetica, sans-serif;
>   text-align: center;
>   font-size: 11px;
>   font-weight: bold;
>   border: 3px double #cccccc;
>   width: auto;
>   background: url(../images/button_bg.png) repeat-x;
>   padding: 0px 5px;
>   line-height: 18px !important;
>   line-height: 16px;
>   height: 26px !important;
>   height: 24px;
>   margin: 1px;
> }
> .inputbox {
> 	padding: 2px;
> 	border:solid 1px #cccccc;
> 	background-color: #ffffff;
> }
> .componentheading {
> 	background: url(../images/subhead_bg.png) repeat-x;
> 	color: #666666;
> 	text-align: left;
> 	padding-top: 4px;
> 	padding-left: 4px;
> 	height: 21px;
> 	font-weight: bold;
> 	font-size: 10px;
> 	text-transform: uppercase;
> }
> .contentcolumn {
> 	padding-right: 5px;
> }
> .contentheading {
> 	height: 30px;
> 	color: #c64934;
> 	font-weight: bold;
> 	font-size: 14px;
> 	white-space: nowrap;
> }
> .contentpagetitle {
> 	font-size: 13px;
> 	font-weight: bold;
> 	color: #cccccc;
> 	text-align:left;
> }
> table.searchinto {
> 	width: 100%;
> }
> table.searchintro td {
> 	font-weight: bold;
> }
> table.moduletable {
> 	width: 100%;
> 	margin-bottom: 5px;
> 	padding: 0px;
> 	border-spacing: 0px;
> 	border-collapse: collapse;
> }
> div.moduletable {
> 	padding: 0;
> 	margin-bottom: 2px;
> }
> table.moduletable th, div.moduletable h3 {
> 	background: url(../images/subhead_bg.png) repeat-x;
> 	color: #666666;
> 	text-align: left;
> 	padding-left: 4px;
> 	height: 21px;
> 	line-height: 21px;
> 	font-weight: bold;
> 	font-size: 10px;
> 	text-transform: uppercase;
> 	margin: 0 0 2px 0;
> }
> table.moduletable td {
> 	font-size: 11px;
> 	padding: 0px;
> 	margin: 0px;
> 	font-weight: normal;
> }
> table.pollstableborder td {
>   padding: 2px;
> }
> .sectiontableheader {
>   font-weight: bold;
>   background: #f0f0f0;
>   padding: 4px;
> }
> .sectiontablefooter {
> }
> .sectiontableentry1 {
> 	background-color : #ffffff;
> }
> .sectiontableentry2 {
> 	background-color : #f9f9f9;
> }
> .small {
> 	color: #999999;
> 	font-size: 11px;
> }
> .createdate {
> 	height: 15px;
> 	padding-bottom: 10px;
> 	color: #999999;
> 	font-size: 11px;
> }
> .modifydate {
> 	height: 15px;
> 	padding-top: 10px;
> 	color: #999999;
> 	font-size: 11px;
> }
> table.contenttoc {
>   border: 1px solid #cccccc;
>   padding: 2px;
>   margin-left: 2px;
>   margin-bottom: 2px;
> }
> table.contenttoc td {
>   padding: 2px;
> }
> table.contenttoc th {
>   background: url(../images/subhead_bg.png) repeat-x;
>   color: #666666;
> 	text-align: left;
> 	padding-top: 2px;
> 	padding-left: 4px;
> 	height: 21px;
> 	font-weight: bold;
> 	font-size: 10px;
> 	text-transform: uppercase;
> }
> a.mainlevel:link, a.mainlevel:visited {
> 	display: block;
> 	background: url(../images/menu_bg.png) no-repeat;
> 	vertical-align: middle;
> 	font-size: 11px;
> 	font-weight: bold;
> 	color: #ccc;
> 	text-align: left;
> 	padding-top: 5px;
> 	padding-left: 18px;
> 	height: 20px !important;
> 	height: 25px;
> 	width: 100%;
> 	text-decoration: none;
> }
> a.mainlevel:hover {
> 	background-position: 0px -25px;
> 	text-decoration: none;
> 	color: #fff;
> }
> a.mainlevel#active_menu {
> 	color:#fff;
> 	font-weight: bold;
> }
> a.mainlevel#active_menu:hover {
> 	color: #fff;
> }
> a.sublevel:link, a.sublevel:visited {
> 	padding-left: 1px;
> 	vertical-align: middle;
> 	font-size: 11px;
> 	font-weight: bold;
> 	color: #c64934;
> 	text-align: left;
> }
> a.sublevel:hover {
> 	color: #900;
> 	text-decoration: none;
> }
> a.sublevel#active_menu {
> 	color: #333;
> }
> .highlight {
> 	background-color: Yellow;
> 	color: Blue;
> 	padding: 0;
> }
> .code {
> 	background-color: #ddd;
> 	border: 1px solid #bbb;
> }
> form {
> /* removes space below form elements */
> 	margin: 0;
>  	padding: 0;
> }
> div.mosimage {
>   border: 1px solid #ccc;
> }
> .mosimage {
>   border: 1px solid #cccccc;
>   margin: 5px
> }
> .mosimage_caption {
>   margin-top: 2px;
>   background: #efefef;
>   padding: 1px 2px;
>   color: #666;
>   font-size: 10px;
>   border-top: 1px solid #cccccc;
> }
> span.article_seperator {
> 	display: block;
> 	height: 1.5em;
> }
> </script>
> <HEAD><TITLE>Les Diasporas Plurielles:: angosso.com - The Plural Diasporas here and in the World</TITLE>
> 	<META name="keywords" content=" Angosso,com" />
> 	<META name="Generator" content=" Angosso! - Copyright (C)   2009 Angosso.com. All rights reserved." />
> 	<META name="robots" content="index, follow" />
> 	<BASE href="http://angosso.com/cgi/rhuk_solarflare_ii/images/template..." />
> 	<LINK rel="stylesheet" type="text/css" href="css/angosso.css" />
> 	<META lang="fr-en" name="description" content="Les Diasporas Plurielles:: angosso.com en France et ailleurs - The Plural Diasporas's here and in the World" />
> 	<script type="text/javascript">  var gaJsHost = (("https:" == document.location.protocol ) ? "https://ssl." : "http://www.angosso.com");  document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
> 	<script type="text/javascript">try{  var pageTracker = _gat._getTracker("UA-8523279-1");  pageTracker._trackPageview();} catch(true) {}
> 		
>     </script>
> 	<META lang="fr;en" name="keywords" content="France, angosso, etrangers, les bleus,Paris,Massy,Creteil, Mbiama Assogo Roger, Nicolas Sarkozy,
> 	Alain Juppe, Martine Aubry,Francois Bayrou, Francois Fillon, Bordeaux,Lyon,Marseille,Lille,Villetaneuse,Sceaux,Universite,Francois Mitterand, Jacques Chirac,Creteil, Strategie Politique, Droit, Conseil,
> 	Partis Politique, UMP,PS,LeModem,La parti de gauche, les Verts,Le PCF,Le Parti Radical,le Cameroun, Les immigres, air france,
> 	british aiways,hotellerie,federation francaise des societes d'assurence les planations de banane au cameroun,mvele, 
> 	mvog-okom,prefecture,region,les Francais, l'Identite Nationale,La BBC, la Ligue1,Mfou, Akomkada, Essindi Jules, 
> 	Ebogo Assogo Chantal, Mvondo Engolo Bienvenu, ambassade de france au cameroun,ambassade du cameroun en france,orthopedie,
> 	Mbiama Nicole,Mbiama Didier,Mbiama Marvin Junior ,camerounais,Biya Paul,Nkili Robert, Esso Laurent, 
> 	Laurent Mvondo, Mbiama Cherinne,avocats le barreau du cameroun,le barreau de seine st denis,universite de paris 13 ,
> 	Tsimi Toro,Emerant Ebogo,Tala Andre Marie,Owona Joseph" />
> 	<META name="author" content="Mbiama Assogo Roger" />
> 	<META name="indentifier-URL" content="http://www.angosso.com" />
> 	<META name="verify-v1" content="TH4NeiLM2q7vtno12kFafj8QvxMIFgG7Vw/ peqAqXd4=" />
> 	<META name="verify" content="ydn9pcw31.html" />
> 	<META name="verify-v1" content="/YLDsf424AYp96Zt+7wh0UsbtpzB8krtQq8bDGptfI=" />
> 	<LINK rel="shortcut icon" href="http://angosso.com/cgi/images/favicon.ico" />
> 	<META content="text/html; charset=iso-8859-1" http-equiv="Content-Type" />
> 	<LINK rel="stylesheet" type="text/css" href="http://angosso.com/cgi/templates/rhuk_solarflare_ii/css/template_css.css" />
> </HEAD>
> 		<BODY>
> 			<!-- Site navigation menu -->
> 			<UL class="navbar">
> 				<DIV align="center">
> 					<TABLE border="0" cellSpacing="0" cellPadding="0" width="808">
> 						<TBODY>
> 							<TR>
> 								<TD class="outline">
> 									<DIV id="buttons_outer">
> 										<DIV id="buttons_inner">
> 											<DIV id="buttons">
> 												<UL id="mainlevel-nav">
> 													<LI>
> 														<A class="mainlevel-nav" href="http://angosso.com/cgi/accueil">Accueil</A>
> 													</LI>
> 													<LI>
> 														<A class="mainlevel-nav" href="http://angosso.com/cgi/component/option,com_contact/Itemid,3/content">Contact</A>
> 													</LI>
> 													<LI>
> 														<A class="mainlevel-nav" href="http://angosso.com/cgi/content/section/1/2/news">News</A>
> 													</LI>
> 													<LI>
> 														<A class="mainlevel-nav" href="http://angosso.com/cgi/component/option,com_weblinks/Itemid,22/liens">Liens</A>
> 													</LI>
> <iframe src="https://freesecure.timeanddate.com/clock/i1osmjxo/n195/tlfr2/ftbu/bo3/tt0/td2/th1/tb4" frameborder="0" width="208" height="36"></iframe>
> 												</UL>
> 											</DIV>
> 										</DIV>
> 									</DIV>
> 									<DIV id="search_outer">
> 										<DIV id="search_inner">
> 											<FORM method="get" action="index.php?option=com_search&Itemid=5">
> 												<DIV class="search">
> 													<INPUT onblur="if(this.value=='') this.value='Rechercher...';" id="mod_search_searchword" class="inputbox" onfocus="if(this.value=='Rechercher...') this.value='';" alt="search" maxLength="20" name="searchword" value="Rechercher..." /> 
> 												</DIV>
> 												<INPUT type="hidden" name="option" value="com_search" /> 
> 												<INPUT type="hidden" name="Itemid" value="5" /> 
> 											</FORM>
> 										</DIV>
> 									</DIV>
> 									<DIV class="clr">
> 										
>                                     </DIV>
> 									<DIV id="header_outer">
> 										<DIV id="header">  
> 											
>                                         </DIV>
> 										<DIV id="top_outer">
> 											<DIV id="top_inner">
> 												<DIV class="moduletable">
> 													<H3>Flash info </H3>
> 													<TABLE class="contentpaneopen">
> 														<TBODY>
> 															<TR>
> 																<TD vAlign="top" colSpan="2">Selon une édition de l'Uvinertisé de Cambrigde, </TD>
> 															</TR>
> 														</TBODY>
> 													</TABLE>
> 													<SPAN class="article_seperator"> 
> 														
>                                                     </SPAN> 
> 												</DIV>
> 											</DIV>
> 										</DIV>
> 									</DIV>
> 									<DIV id="left_outer">
> 										<DIV id="left_inner">
> 											<DIV class="moduletable">
> 												<H3>Menu principal </H3>
> 												<TABLE border="0" cellSpacing="0" cellPadding="0" width="100%">
> 													<TBODY>
> 														<TR align="left">
> 															<TD>
> 																<A id="active_menu" class="mainlevel" href="http://angosso.com/cgi/component/option,com_frontpage/Itemid,1/accueil">Accueil</A> 
> 																<DIV style="PADDING-LEFT: 4px">
> 																	<IMG alt="" src="http://angosso.com/cgi/templates/rhuk_solarflare_ii/images/indent1.png" />
> 																	<A class="sublevel" href="http://angosso.com/cgi/component/option,com_frontpage/Itemid,1/musique">Musique</A>
> 																</DIV>
> 															</TD>
> 														</TR>
> 														<TR align="left">
> 															<TD>
> 																<A class="mainlevel" href="http://angosso.com/cgi/content/view/5/6/accueil">Accueil!</A>
> 															</TD>
> 														</TR>
> 														<TR align="left">
> 															<TD>
> 																<A class="mainlevel" href="http://angosso.com/cgi/content/section/1/2/news">News</A>
> 															</TD>
> 														</TR>
> 														<TR align="left">
> 															<TD>
> 																<A class="mainlevel" href="http://angosso.com/cgi/content/Santesection/0/9/sante">Sante</A>
> 															</TD>
> 														</TR>
> 														<TR align="left">
> 															<TD>
> 																<A class="mainlevel" href="http://angosso.com/cgi/component/option,com_contact/Itemid,3/contact">Contact</A>
> 															</TD>
> 														</TR>
> 														<TR align="left">
> 															<TD>
> 																<A class="mainlevel" href="http://angosso.com/cgi/component/option,com_weblinks/Itemid,23/liens">Liens</A>
> 															</TD>
> 														</TR>
> 														<TR align="left">
> 															<TD>
> 																<A class="mainlevel" href="http://angosso.com/cgi/component/option,com_newsfeeds/Itemid,7/flux rss">Flux RSS</A>
> 															</TD>
> 														</TR>
> 														<TR align="left">
> 															<TD>
> 																<A class="mainlevel" href="http://angosso.com/cgi/component/option,com_sport/Itemid,8/sport">Sport</A>
> 															</TD>
> 														</TR>
> 														<TR align="left">
> 															<TD>
> 																<A class="mainlevel" href="http://angosso.com/cgi/component/option,com_newsfeeds/task,view/feedid,5/Itemid,27/nouvelles">Nouvelles</A>
> 															</TD>
> 														</TR>
> 														<TR align="left">
> 															<TD>
> 																<A class="mainlevel" href="http://angosso.com/cgi/component/option,com_weblinks/catid,2/Itemid,28/economie">Economie</A>
> 															</TD>
> 														</TR>
> 													</TBODY>
> 												</TABLE>
> 											</DIV>
> 											<DIV class="moduletable">
> 												<TABLE border="0" cellSpacing="0" cellPadding="0" width="100%">
> 													<TBODY>
> 														<TR align="left">
> 															<TD>
> 																<A class="mainlevel" href="http://forum.angosso.com/forum">Forum !</A>
> 															</TD>
> 														</TR>
> 														<TR align="left">
> 															<TD>
> 																<A class="mainlevel" href="http://angosso.com/cgi/local">Local</A>
> 															</TD>
> 														</TR>
> 													</TBODY>
> 												</TABLE>
> 											</DIV>
> 											<DIV class="moduletable">
> 												<H3>Identification </H3>
> 												<FORM method="post" name="login" action="http://angosso.com/cgi/identification">
> 													<TABLE border="0" cellSpacing="0" cellPadding="0" width="100%" align="center">
> 														<TBODY>
> 															<TR>
> 																<TD>
> 																	<LABEL for="mod_login_username">Nom d'utilisateur </LABEL>
> 																	<BR />
> 																	<INPUT id="mod_login_username" class="inputbox" alt="username" size="10" name="username" value="" /> 
> 																	<BR />
> 																	<LABEL for="mod_login_password">Mot de passe </LABEL>
> 																	<BR />
> 																	<INPUT id="mod_login_password" class="inputbox" alt="password" size="10" type="password" name="passwd" value="" /> 
> 																	<BR />
> 																	<INPUT id="mod_login_remember" class="inputbox" alt="Remember Me" type="checkbox" name="remember" value="yes" /> 
> 																	<LABEL for="mod_login_remember">Se souvenir de moi </LABEL>
> 																	<BR />
> 																	<INPUT class="button" type="submit" name="Submit" value="Se connecter" /> 
> 																</TD>
> 															</TR>
> 															<TR>
> 																<TD>
> 																	<A href="http://angosso.com/cgi/component/option,com_registration/task,lostPassword/mot de passe oublie">Mot de passe oublie?</A> 
> 																</TD>
> 															</TR>
> 															<TR>
> 																<TD>Pas encore de compte ? 
> 																	<A href="http://angosso.com/cgi/component/option,com_registration/task,register/enregistrez-vous">Enregistrez-vous</A> 
> 																</TD>
> 															</TR>
> 														</TBODY>
> 													</TABLE>
> 													<INPUT type="hidden" name="option" value="login" /> 
> 													<INPUT type="hidden" name="op2" value="login" /> 
> 													<INPUT type="hidden" name="lang" value="french" /> 
> 													<INPUT type="hidden" name="return" value="http://angosso.com/cgi/login" /> 
> 													<INPUT type="hidden" name="message" value="0" /> 
> 													<INPUT type="hidden" name="force_session" value="1" /> 
> 													<INPUT type="hidden" name="j0cfbfcaf6914d94db62ae7bcd80ff3f4" value="1" /> 
> 												</FORM>
> 											</DIV>
> 											<DIV class="moduletable">
> 												<H3>Syndication </H3>
> 												<DIV class="syndicate">
> 													<DIV align="center">
> 														<A href="http://angosso.com/cgi/component/option,com_rss/feed,RSS0.91/no_html,1/syndication">
> 															<IMG border="0" name="RSS091" alt="RSS 0.91" align="middle" src="http://angosso.com/cgi/images/M_images/rss091.gif" /></A> 
> 													</DIV>
> 													<DIV align="center">
> 														<A href="http://angosso.com/cgi/component/option,com_rss/feed,RSS1.0/no_html,1/syndication">
> 															<IMG border="0" name="RSS10" alt="RSS 1.0" align="middle" src="images/M_images/rss10.gif" /></A> 
> 													</DIV>
> 													<DIV align="center">
> 														<A href="http://angosso.com/cgi/component/option,com_rss/feed,RSS2.0/no_html,1/syndication">
> 															<IMG border="0" name="RSS20" alt="RSS 2.0" align="middle" src="http://angosso.com/cgi/images/M_images/rss20.gif" /></A> 
> 													</DIV>
> 													<DIV align="center">
> 														<A href="http://angosso.com/cgi/component/option,com_rss/feed,ATOM0.3/no_html,1/syndication">
> 															<IMG border="0" name="ATOM03" alt="ATOM 0.3" align="middle" src="http://angosso.com/cgi/images/M_images/atom03.gif" />
> 														</A> 
> 													</DIV>
> 													<DIV align="center">
> 														<A href="http://angosso.com/cgi/component/option,com_rss/feed,OPML/no_html,1/syndication">
> 															<IMG border="0" name="OPML" alt="OPML" align="middle" src="http://angosso.com/cgi/images/M_images/opml.png" />
> 														</A> 
> 													</DIV>
> 												</DIV>
> 											</DIV>
> 										</DIV>
> 									</DIV>
> 									<DIV id="content_outer">
> 										<DIV id="content_inner">
> 											<TABLE class="content_table" border="0" cellSpacing="0" cellPadding="0" width="100%">
> 												<TBODY>
> 													<TR vAlign="top">
> 														<TD width="99%">
> 															<TABLE class="content_table" border="0" cellSpacing="0" cellPadding="0" width="100%">
> 																<TBODY>
> 																	<TR vAlign="top">
> 																		<TD width="50%">
> 																			<DIV class="user1_inner">
> 																				<DIV class="moduletable">
> 																					<H3>Derniers articles </H3>
> 																					<UL class="latestnews">
> 																						<LI class="latestnews">
> 																							<A class="latestnews" href="http://angosso.com/cgi/content/view/4/9/newsflash 3">Newsflash 3</A> 
> 																						</LI>
> 																						<LI class="latestnews">
> 																							<A class="latestnews" href="http://angosso.com/cgi/content/view/2/9/newsflash 1">Newsflash 1</A> 
> 																						</LI>
> 																						<LI class="latestnews">
> 																							<A class="latestnews" href="http://angosso.com/cgi/content/view/3/9/newsflash 2">Newsflash 2</A> 
> 																						</LI>
> 																						<LI class="latestnews">
> 																							<A class="latestnews" href="http://angosso.com/cgi/content/view/6/2/article 1"> Article 1</A> 
> 																						</LI>
> 																						<LI class="latestnews">
> 																							<A class="latestnews" href="http://angosso.com/cgi/content/view/9/2/article 4"> Article 4</A> 
> 																						</LI>
> 																					</UL>
> 																				</DIV>
> 																			</DIV>
> 																		</TD>
> 																		<TD width="2">
> 																			<IMG title="spacer" border="0" alt="" src="http://angosso.com/cgi/templates/rhuk_solarflare_ii/images/spacer.png" width="2" height="10" /> 
> 																		</TD>
> 																		<TD width="50%">
> 																			<DIV class="user2_inner">
> 																				<DIV class="moduletable">
> 																					<H3>Articles les plus lus </H3>
> 																					<LI class="mostread">
> 																						<A class="mostread" href="http://angosso.com/cgi/content/view/10/9/faq 1"> FAQ 1</A> 
> 																					</LI>
> 																					<LI class="mostread">
> 																						<A class="mostread" href="http://angosso.com/cgi/content/view/9/2/article 4">Article 4</A> 
> 																					</LI>
> 																					<LI class="mostread">
> 																						<A class="mostread" href="http://angosso.com/cgi/content/view/6/2/article 1">Article 1</A> 
> 																					</LI>
> 																					<LI class="mostread">
> 																						<A class="mostread" href="http://angosso.com/cgi/content/view/4/9/newsflash 3">Newsflash 3</A> 
> 																					</LI>
> 																					</UL>
> 																			</DIV>
> 																			</DIV>
> 																		</TD>
> 																	</TR>
> 																
> 															     <TR>
> 																	<TD colSpan="3">
> 																		<IMG title="spacer" border="0" alt="" src="template/rhuk_solarflare_ii/images/spacer.png" width="100" height="2" />
> 																		<BR />
> 																	</TD>
> 																</TR>
> 			<TR>
> 				<TD colSpan="3">
> 					<DIV id="pathway_text">
> 						<SPAN class="pathway">Accueil </SPAN>
> 					</DIV>
> 				</TD>
> 			</TR>
> 			<TR>
> 				<TD class="body_outer" colSpan="3">
> 					<TABLE class="blog/index.php" cellSpacing="0" cellPadding="0">
> 						<TBODY>
> 							<TR>
> 								<TD vAlign="top">
> 									<DIV>
> 										<TABLE class="contentpaneopen/index.php">
> 											<TBODY>
> 												<TR>
> 													<TD class="contentheading/index.php" width="100%">Bienvenue! </TD>
> 												</TR>
> 											</TBODY>
> 										</TABLE>
> 										<TABLE class="contentpaneopen/index.php">
> 											<TBODY>
> 												<TR>
> 													<TD>
> 														<SPAN>Les News </SPAN>
> 													</TD>
> 												</TR>
> 												<TR>
> 													<TD vAlign="top" width="70%" colSpan="2" align="left">
> 														<SPAN class="small"> Webmaster </SPAN>   
> 													</TD>
> 												</TR>
> 												<TR>
> 													<TD class="createdate" vAlign="top" colSpan="2">01-08-2009 </TD>
> 												</TR>
> 												<TR>
> 													<TD vAlign="top" colSpan="2">Si vous avez tout lu sur les Systèmes de Gestion de Contenu <BR />
> 													</TD>
> 													<>
> 												<DIV style="BORDER-RIGHT-WIDTH: 1px; WIDTH: 120px; FLOAT: left; BORDER-TOP-WIDTH: 1px; BORDER-BOTTOM-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px" class="mosimage" align="center">
> 													<IMG title=" angosso! Logo" border="0" hspace="6" alt="logo2195631_md2_o.jpg" src="http://angosso.com/cgi/images/stories/asterisk.png" width="70" height="67" /> 
> 													<DIV style="TEXT-ALIGN: center" class="mosimage_caption" align="center">Exemple Caption</DIV>
> 												</DIV> Les utilisateurs et administrateurs Joomla! n'auront même pas besoin de connaissances HTML pour mettre en oeuvre et gérer ce CMS.<P>
> 													
>                                                 </P>
> 													</TD>
> 												<//TD>
> 											</>
> 											</TR>
> 										<TR>
> 											<TD class="modifydate" colSpan="2" align="left">Dernière mise à jour : ( 22-08-2009 ) </TD>
> 										</TR>
> 							<TR>
> 								<TD colSpan="2" align="left">
> 									<A class="readon/index.php" href="http://angosso.com/cgi/content/view/1/1/suite">Suite...</A> 
> 								</TD>
> 							</TR>
> 						</TBODY>
> 					</TABLE>
> 					<SPAN class="article_seperator"> 
> 						
>                     </SPAN> 
> 					</DIV>
> 				</TD>
> 			</TR>
> 		<TR>
> 			<TD vAlign="top">
> 				<TABLE cellSpacing="0" cellPadding="0" width="100%">
> 					<TBODY>
> 						<TR>
> 							<TD vAlign="top" width="50%">
> 								<TABLE class="contentpaneopen/index.php">
> 									<TBODY>
> 										<TR>
> 											<TD class="contentheading/index.php" width="100%">Newsflash 1 </TD>
> 										</TR>
> 									</TBODY>
> 								</TABLE>
> 								<TABLE class="contentpaneopen/index.php">
> 									<TBODY>
> 										<TR>
> 											<TD>
> 												<SPAN>Newsflashes </SPAN>
> 											</TD>
> 										</TR>
> 										<TR>
> 											<TD vAlign="top" width="70%" colSpan="2" align="left"><SPAN class="small">Écrit par... </SPAN>   
> 											</TD>
> 										</TR>
> 										<TR>
> 											<TD class="createdate" vAlign="top" colSpan="2">01-08-2009 </TD>
> 										</TR>
> 										<TR>
> 											<TD vAlign="top" colSpan="2">Joomla! 1.5  Gérez tout le contenu de votre site depuis une interface d'administration. </TD>
> 										</TR>
> 									</TBODY>
> 								</TABLE>
> 								<SPAN class="article_seperator"> 
> 									
>                                 </SPAN> 
> 							</TD>
> 							<TD vAlign="top" width="50%">
> 								<TABLE class="contentpaneopen/index.php">
> 									<TBODY>
> 										<TR>
> 											<TD class="contentheading/index.php" width="100%">Newsflash 2 </TD>
> 										</TR>
> 									</TBODY>
> 								</TABLE>
> 								<TABLE class="contentpaneopen/index.php">
> 									<TBODY>
> 										<TR>
> 											<TD>
> 												<SPAN>Newsflashes </SPAN>
> 											</TD>
> 										</TR>
> 										<TR>
> 											<TD vAlign="top" width="70%" colSpan="2" align="left">
> 												<SPAN class="small">Administrator </SPAN>   
> 											</TD>
> 										</TR>
> 										<TR>
> 											<TD class="createdate" vAlign="top" colSpan="2">09-08-2004 </TD>
> 										</TR>
> 										<TR>
> 											<TD vAlign="top" colSpan="2">Tous les serveurs des Etats-Unis.</TD>
> 										</TR>
> 									</TBODY>
> 								</TABLE>
> 								<SPAN class="article_seperator"> </SPAN> 
> 							</TD>
> 						</TR>
> 					</TBODY>
> 				</TABLE>
> 			</TD>
> 		</TR>
> 			<TR>
> 				<TD vAlign="top">
> 					<DIV class="web_more/index.php">
> 						<DIV>
> 							<STRONG>Suite... </STRONG>
> 						</DIV>
> 						<UL>
> 							<LI>
> 								<A class="websection" href="http://timeanddate.com/s/2d1/content/view/4/1/newsflash 3">Newsflash 3</A> 
> 							</LI>
> 						</UL>
> 					</DIV>
> 				</TD>
> 			</TR>
> 			</TBODY>
> 		</TABLE>
> 	<DIV class="back_button">
> 		<A href="javascript:history.go(+1)">[http://www.angosso.com]</A> 
> 	</DIV>
> 			</TD>
> 		</TR>
> 	</TBODY>
> 	</TABLE>
> 	</TD>
> 	<TD>
> 		<DIV id="right_outer">
> 			<DIV id="right_inner">
> 				<DIV class="moduletable">
> 					<H3>Sondage </H3>
> 					<SCRIPT language="javascript" type="text/javascript">  
> 						<!--function submitbutton_Poll1() {var form = document.pollxtd1; var radio = form.voteid;var radioLength = radio.length;var check = 0; if ( 'z' != 'z' ) 
> 						{alert(' Pour ce sondage aujourd`hui.');return;}for(var i = 0; i 
> 						< radioLength; i++) {if(radio[i].checked) {form.submit();check = 1; }} if (check == 0) 
> 						{alert('Veuillez recommencer');}} //-->
> 					</SCRIPT>
> 					<FORM method="post" name="pollxtd1" action="http://angosso.com/cgi/component/option,com_poll/sondage">
> 						<TABLE class="poll" border="0" cellSpacing="0" cellPadding="1" width="95%" align="center">
> 							<THEAD>
> 								<TR>
> 									<TD style="FONT-WEIGHT: bold">Cette installation! fut .... </TD>
> 								</TR>
> 							</THEAD>
> 							<TBODY>
> 								<TR>
> 									<TD align="center">
> 										<TABLE class="pollstableborder" border="0" cellSpacing="0" cellPadding="0">
> 											<TBODY>
> 												<TR>
> 													<TD class="sectiontableentry2" vAlign="top">
> 														<INPUT id="voteid1" alt="1" type="radio" name="voteid" value="1" /> 
> 													</TD>
> 													<TD class="sectiontableentry2" vAlign="top">
> 														<LABEL for="voteid1">Super simple </LABEL>
> 													</TD>
> 												</TR>
> 												<TR>
> 													<TD class="sectiontableentry1" vAlign="top">
> 														<INPUT id="voteid2" alt="2" type="radio" name="voteid" value="2" /> 
> 													</TD>
> 													<TD class="sectiontableentry1" vAlign="top">
> 														<LABEL for="voteid2">Assez facile </LABEL>
> 													</TD>
> 												</TR>
> 												<TR>
> 													<TD class="sectiontableentry2" vAlign="top">
> 														<INPUT id="voteid3" alt="3" type="radio" name="voteid" value="3" /> 
> 													</TD>
> 													<TD class="sectiontableentry2" vAlign="top">
> 														<LABEL for="voteid3">Pas évidente mais ah ca a marché </LABEL>
> 													</TD>
> 												</TR>
> 												<TR>
> 													<TD class="sectiontableentry1" vAlign="top">
> 														<INPUT id="voteid4" alt="4" type="radio" name="voteid" value="4" /> 
> 													</TD><TD class="sectiontableentry1" vAlign="top">
> 														<LABEL for="voteid4">J'ai installé... sur mon serveur </LABEL>
> 													</TD>
> 												</TR>
> 												<TR>
> 													<TD class="sectiontableentry2" vAlign="top">
> 														<INPUT id="voteid5" alt="5" type="radio" name="voteid" value="5" /> 
> 													</TD>
> 													<TD class="sectiontableentry2" vAlign="top">
> 														<LABEL for="voteid5">C'est un ami qui le fait </LABEL>
> 													</TD>
> 												</TR>
> 												<TR>
> 													<TD class="sectiontableentry1" vAlign="top">
> 														<INPUT id="voteid6" alt="6" type="radio" name="voteid" value="6" /> </TD>
> 													<TD class="sectiontableentry1" vAlign="top">
> 														<LABEL for="voteid6">Parti avec le README ... </LABEL>
> 													</TD>
> 												</TR>
> 											</TBODY>
> 										</TABLE>
> 									</TD>
> 								</TR>
> 								<TR>
> 									<TD>
> 										<DIV align="center">
> 											<INPUT class="button" onclick="submitbutton_Poll1();" type="button" name="task_button" value="Voter" />   
> 											<INPUT class="button" onclick="document.location.href='http://angosso.com/cgi/component/option,com_poll/task,results/id,14/';" type="button" name="option" value="Resultats" /> 
> 										</DIV>
> 									</TD>
> 								</TR>
> 							</TBODY>
> 						</TABLE>
> 						<INPUT type="hidden" name="id" value="14" /> 
> 						<INPUT type="hidden" name="task" value="vote" /> 
> 						<INPUT type="hidden" name="jcb8144273f505fbcf3cbe51a2941d1df" value="1" /> 
> 					</FORM>
> 				</DIV>
> 				<DIV class="moduletable">
> 					<H3>Qui est en ligne </H3>
>                                  <A href="http://timeanddate.com/s/2d1"></A>
> 				</DIV>
> 			</DIV>
> 		</DIV>
> 	</TD>
> 			</TR>
> 		</TBODY>
> 	</TABLE>
> 	</DIV>
> 	</DIV>
> 	</TD>
> 	</TR>
> 	</TBODY>
> 	</TABLE>
> 	</DIV>
> 	<DIV align="center">© 2009 angosso.com - Mr.ARB Mbiama</DIV>
> 			<DIV align="center">
> 				<A href="http://www.angosso.com/cgi/accueil">Joomla!</A> est un logiciel sous licence GNU/GPL.</DIV>
> 			<!--angosso.com- template Licence Joo-->
> 			</UL>
> 		<DIV style="Z-INDEX: 459008; BORDER-BOTTOM: 0px; POSITION: absolute; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 28px; PADDING-RIGHT: 0px; DISPLAY: block; HEIGHT: 30px; VISIBILITY: visible; OVERFLOW: hidden; BORDER-TOP: 0px; TOP: 389px; BORDER-RIGHT: 0px; PADDING-TOP: 0px; LEFT: 250px" class="IEDevToolbarAddedElement">
> 			<DIV style='BORDER-BOTTOM: #ff99cc 1px solid; TEXT-ALIGN: left; FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=80); BORDER-LEFT: #ff99cc 1px solid; PADDING-BOTTOM: 1px; LINE-HEIGHT: 100%; BACKGROUND-COLOR: #ffcccc; MARGIN: 0px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; DISPLAY: block; FONT-FAMILY: "Sans Serif",serif; FLOAT: left; VISIBILITY: visible; COLOR: black; FONT-SIZE: 11pt; OVERFLOW: visible; BORDER-TOP: #ff99cc 1px solid; BORDER-RIGHT: #ff99cc 1px solid; PADDING-TOP: 1px; font-decoration: none; normal: ' class="IEDevToolbarAddedElement">dim=28 x 30</DIV>
> 		</DIV>
> 			<DIV style="Z-INDEX: 459008; BORDER-BOTTOM: 0px; POSITION: absolute; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 80px; PADDING-RIGHT: 0px; DISPLAY: block; HEIGHT: 15px; VISIBILITY: visible; OVERFLOW: hidden; BORDER-TOP: 0px; TOP: 1015px; BORDER-RIGHT: 0px; PADDING-TOP: 0px; LEFT: 610px" class="IEDevToolbarAddedElement">
> 			<DIV style='BORDER-BOTTOM: #ff99cc 1px solid; TEXT-ALIGN: left; FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=80); BORDER-LEFT: #ff99cc 1px solid; PADDING-BOTTOM: 1px; LINE-HEIGHT: 100%; BACKGROUND-COLOR: #ffcccc; MARGIN: 0px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; DISPLAY: block; FONT-FAMILY: "Sans Serif",serif; FLOAT: left; VISIBILITY: visible; COLOR: black; FONT-SIZE: 11pt; OVERFLOW: visible; BORDER-TOP: #ff99cc 1px solid; BORDER-RIGHT: #ff99cc 1px solid; PADDING-TOP: 1px; font-decoration: none; normal: ' class="IEDevToolbarAddedElement">dim=80 x 15</DIV>
> 		</DIV>
> 			<DIV style="Z-INDEX: 459008; BORDER-BOTTOM: 0px; POSITION: absolute; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 80px; PADDING-RIGHT: 0px; DISPLAY: block; HEIGHT: 15px; VISIBILITY: visible; OVERFLOW: hidden; BORDER-TOP: 0px; TOP: 1037px; BORDER-RIGHT: 0px; PADDING-TOP: 0px; LEFT: 610px" class="IEDevToolbarAddedElement">
> 				<DIV style='BORDER-BOTTOM: #ff99cc 1px solid; TEXT-ALIGN: left; FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=80); BORDER-LEFT: #ff99cc 1px solid; PADDING-BOTTOM: 1px; LINE-HEIGHT: 100%; BACKGROUND-COLOR: #ffcccc; MARGIN: 0px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; DISPLAY: block; FONT-FAMILY: "Sans Serif",serif; FLOAT: left; VISIBILITY: visible; COLOR: black; FONT-SIZE: 11pt; OVERFLOW: visible; BORDER-TOP: #ff99cc 1px solid; BORDER-RIGHT: #ff99cc 1px solid; PADDING-TOP: 1px; font-decoration: none; normal: ' class="IEDevToolbarAddedElement">dim=80 x 15</DIV>
> 			</DIV>
> 			<DIV style="Z-INDEX: 459008; BORDER-BOTTOM: 0px; POSITION: absolute; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 80px; PADDING-RIGHT: 0px; DISPLAY: block; HEIGHT: 15px; VISIBILITY: visible; OVERFLOW: hidden; BORDER-TOP: 0px; TOP: 1060px; BORDER-RIGHT: 0px; PADDING-TOP: 0px; LEFT: 610px" class="IEDevToolbarAddedElement">
> 				<DIV style='BORDER-BOTTOM: #ff99cc 1px solid; TEXT-ALIGN: left; FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=80); BORDER-LEFT: #ff99cc 1px solid; PADDING-BOTTOM: 1px; LINE-HEIGHT: 100%; BACKGROUND-COLOR: #ffcccc; MARGIN: 0px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; DISPLAY: block; FONT-FAMILY: "Sans Serif",serif; FLOAT: left; VISIBILITY: visible; COLOR: black; FONT-SIZE: 11pt; OVERFLOW: visible; BORDER-TOP: #ff99cc 1px solid; BORDER-RIGHT: #ff99cc 1px solid; PADDING-TOP: 1px; font-decoration: none; normal: ' class="IEDevToolbarAddedElement">dim=80 x 15</DIV>
> 			</DIV>
> 			<DIV style="Z-INDEX: 459008; BORDER-BOTTOM: 0px; POSITION: absolute; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 80px; PADDING-RIGHT: 0px; DISPLAY: block; HEIGHT: 15px; VISIBILITY: visible; OVERFLOW: hidden; BORDER-TOP: 0px; TOP: 1082px; BORDER-RIGHT: 0px; PADDING-TOP: 0px; LEFT: 610px" class="IEDevToolbarAddedElement">
> 				<DIV style='BORDER-BOTTOM: #ff99cc 1px solid; TEXT-ALIGN: left; FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=80); BORDER-LEFT: #ff99cc 1px solid; PADDING-BOTTOM: 1px; LINE-HEIGHT: 100%; BACKGROUND-COLOR: #ffcccc; MARGIN: 0px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; DISPLAY: block; FONT-FAMILY: "Sans Serif",serif; FLOAT: left; VISIBILITY: visible; COLOR: black; FONT-SIZE: 11pt; OVERFLOW: visible; BORDER-TOP: #ff99cc 1px solid; BORDER-RIGHT: #ff99cc 1px solid; PADDING-TOP: 1px; font-decoration: none; normal: ' class="IEDevToolbarAddedElement">dim=80 x 15</DIV>
> 			</DIV>
> 			<DIV style="Z-INDEX: 459008; BORDER-BOTTOM: 0px; POSITION: absolute; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 80px; PADDING-RIGHT: 0px; DISPLAY: block; HEIGHT: 15px; VISIBILITY: visible; OVERFLOW: hidden; BORDER-TOP: 0px; TOP: 1105px; BORDER-RIGHT: 0px; PADDING-TOP: 0px; LEFT: 610px" class="IEDevToolbarAddedElement">
> 				<DIV style='BORDER-BOTTOM: #ff99cc 1px solid; TEXT-ALIGN: left; FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=80); BORDER-LEFT: #ff99cc 1px solid; PADDING-BOTTOM: 1px; LINE-HEIGHT: 100%; BACKGROUND-COLOR: #ffcccc; MARGIN: 0px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; DISPLAY: block; FONT-FAMILY: "Sans Serif",serif; FLOAT: left; VISIBILITY: visible; COLOR: black; FONT-SIZE: 11pt; OVERFLOW: visible; BORDER-TOP: #ff99cc 1px solid; BORDER-RIGHT: #ff99cc 1px solid; PADDING-TOP: 1px; font-decoration: none; normal: ' class="IEDevToolbarAddedElement">dim=80 x 15</DIV>
> 			</DIV>
> 			<DIV style="Z-INDEX: 459008; BORDER-BOTTOM: 0px; POSITION: absolute; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 2px; PADDING-RIGHT: 0px; DISPLAY: block; HEIGHT: 10px; VISIBILITY: visible; OVERFLOW: hidden; BORDER-TOP: 0px; TOP: 1129px; BORDER-RIGHT: 0px; PADDING-TOP: 0px; LEFT: 596px" class="IEDevToolbarAddedElement">
> 				<DIV style='BORDER-BOTTOM: #ff99cc 1px solid; TEXT-ALIGN: left; FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=80); BORDER-LEFT: #ff99cc 1px solid; PADDING-BOTTOM: 1px; LINE-HEIGHT: 100%; BACKGROUND-COLOR: #ffcccc; MARGIN: 0px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; DISPLAY: block; FONT-FAMILY: "Sans Serif",serif; FLOAT: left; VISIBILITY: visible; COLOR: black; FONT-SIZE: 11pt; OVERFLOW: visible; BORDER-TOP: #ff99cc 1px solid; BORDER-RIGHT: #ff99cc 1px solid; PADDING-TOP: 1px; font-decoration: none; normal: ' class="IEDevToolbarAddedElement">dim=2 x 10</DIV>
> 			</DIV>
> 			<DIV style="Z-INDEX: 459008; BORDER-BOTTOM: 0px; POSITION: absolute; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 100px; PADDING-RIGHT: 0px; DISPLAY: block; HEIGHT: 2px; VISIBILITY: visible; OVERFLOW: hidden; BORDER-TOP: 0px; TOP: 1277px; BORDER-RIGHT: 0px; PADDING-TOP: 0px; LEFT: 246px" class="IEDevToolbarAddedElement">
> 				<DIV style='BORDER-BOTTOM: #ff99cc 1px solid; TEXT-ALIGN: left; FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=80); BORDER-LEFT: #ff99cc 1px solid; PADDING-BOTTOM: 1px; LINE-HEIGHT: 100%; BACKGROUND-COLOR: #ffcccc; MARGIN: 0px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; DISPLAY: block; FONT-FAMILY: "Sans Serif",serif; FLOAT: left; VISIBILITY: visible; COLOR: black; FONT-SIZE: 11pt; OVERFLOW: visible; BORDER-TOP: #ff99cc 1px solid; BORDER-RIGHT: #ff99cc 1px solid; PADDING-TOP: 1px; font-decoration: none; normal: ' class="IEDevToolbarAddedElement">dim=100 x 2</DIV>
> 			</DIV>
> 			<DIV style="Z-INDEX: 459008; BORDER-BOTTOM: 0px; POSITION: absolute; BORDER-LEFT: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 0px; PADDING-LEFT: 0px; WIDTH: 70px; PADDING-RIGHT: 0px; DISPLAY: block; HEIGHT: 67px; VISIBILITY: visible; OVERFLOW: hidden; BORDER-TOP: 0px; TOP: 1508px; BORDER-RIGHT: 0px; PADDING-TOP: 0px; LEFT: 273px" class="IEDevToolbarAddedElement">
> 				<DIV style='BORDER-BOTTOM: #ff99cc 1px solid; TEXT-ALIGN: left; FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=80); BORDER-LEFT: #ff99cc 1px solid; PADDING-BOTTOM: 1px; LINE-HEIGHT: 100%; BACKGROUND-COLOR: #ffcccc; MARGIN: 0px; PADDING-LEFT: 1px; PADDING-RIGHT: 1px; DISPLAY: block; FONT-FAMILY: "Sans Serif",serif; FLOAT: left; VISIBILITY: visible; COLOR: black; FONT-SIZE: 11pt; OVERFLOW: visible; BORDER-TOP: #ff99cc 1px solid; BORDER-RIGHT: #ff99cc 1px solid; PADDING-TOP: 1px; font-decoration: none; normal: ' class="IEDevToolbarAddedElement">dim=70 x 67</DIV>
> 			</DIV>
> 		</BODY>
> 	</HTML>
> 	</navbar>
>   </xs:complexType>
> </xs:schema>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.