View file File name : arhiva_2007.php Content :<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Arhiva 2007</title> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body> <div id="masthead"> <a name="a"></a> <table width="100%" id ="volmainmenu"> <tr> <td width = "25%" align="center"><span id="voluntariatSelected">Voluntariat.RO</span></td> <td width = "25%" align="center"><a href="#" >Reteaua Nationala a Centrelor de Voluntariat</a></td> <td width = "25%" align="center"><a href="snv.htm" >Saptamana Nationala a Voluntariatului</a></td> <td width = "25%" align="center"><a href="campanie.htm" >Campania Nationala <br/> ''E timpul sa fim altfel!''</a></td> </tr> </table> <table width="100%" border="0" cellspacing="2" bgcolor="#dddddd"> <tr> <td><a href="index.php"><img src="doc/img/poze site/voluntariat.ro.jpg" alt="Ce este voluntariatul?" width="194" border="0" /></a></td> <td><img src="doc/img/poze site/retea.jpg" width="194" alt="Reteaua Nationala a Centrelor de Voluntariat"/></td> <td><img src="doc/img/poze site/snv2.jpg" width="194" alt="Saptamana Nationala a Voluntariatului"/></td> <td valign="middle"><a href="campanie.htm" > <img src="doc/img/poze site/campanie.jpg" alt="Campania Nationala ''E timpul sa fim altfel''" border="0" width="194" /> </a></td> </tr> </table> <div id="volglobalNav"> <table width="100%" cellpadding="0" cellspacing="0"> <tr> <td align="center"><a href="ce_este_voluntariatul.htm">Ce este voluntariatul?</a></td> <td>|</td> <td align="center"><a href="legislatie_voluntariat.htm">Legislatie voluntariat</a></td> <td>|</td> <td align="center"><a href="resurse_voluntariat.htm">Resurse voluntariat</a></td> <td>|</td> <td align="center"><a href="voluntariatul_in_lume.htm">Voluntariatul in lume</a></td> </tr> </table> </div> </div> <table width="800px" height="100%" cellpadding="0" cellspacing="0"> <tr> <td valign="top" width ="20%" class="left" > <div id="navBar" > <div id="volsectionLinks" > <h3>Informatii pentru:</h3> <ul> <li><a href="voluntari.htm">Voluntari</a></li> <li><a href="manageri_de_voluntari.htm">Manageri de voluntari </a></li> <li><a href="organizatii_non_profit.htm">Organizatii nonprofit </a></li> <li><a href="institutii_publice.htm">Institutii publice </a></li> <li><a href="companii.htm">Companii</a></li> <li><a href="donatori_sponsori.htm">Donatori/Sponsori</a></li> <li><a href="campanie.htm">Mass media</a></li> <li><a href="calendar_activitati.php">Calendar Activitati</a></li> </ul> </div> <a href="campanie.htm" > <p align="center" class="left"><img src="images/banner2.gif" alt="" width="120" height="240" border ="0" align="absmiddle" usemap="#Map" /></p> </div> <!--end navBar div --> </td> <td width ="60%" valign="top"> <div id="content"> <div class="feature"> <br/> <br/> <?php include 'config.php'; include 'opendb.php'; // ... do something like insert or select, etc $query = "SELECT month, name, description FROM stiri where newsDate between '2007-01-01' and '2007-12-31'"; $result = mysql_query($query); while($row = mysql_fetch_array($result, MYSQL_ASSOC)) { ?> <h3><?php echo $row['name'] ?> </h3> <p><?php echo $row['description'] ?></p> <p align="right"><strong><?php echo $row['month'] ?> </strong></p> <br/> <?php } include 'closedb.php'; ?> <div class="inapoi" ><a href="#a" ><span class="inapoiVoluntariat" >>>Inapoi</span> </a> </div> <td valign="top" width ="20%" class="right"> <table id="siglaCampanie" > <tr> <td ><img src="doc/img/poze%20site/logo_camp.PNG" alt="Voluntariat" width="55" /></td> </tr> <tr > <td >Proiect finantat de Trust for Civil Society in Central and Eastern Europe </td> </tr> <tr><td colspan="2"><hr color="teal"/></td></tr> </table><br/> <img src="doc/img/poze site/lateral1.jpg" alt="Voluntariat" height="107"> <br/> <img src="doc/img/poze site/lateral2.jpg" alt="Voluntariat" height="107"> <br/> <img src="doc/img/poze site/lateral3.jpg" alt="Voluntariat" height="107"> <br/> <img src="doc/img/poze site/lateral4.jpg" alt="Voluntariat" height="107"> <br/> <img src="doc/img/poze suplimentare/lateral10.jpg" alt="Voluntariat" height="107"> <br/> <img src="doc/img/poze suplimentare/lateral12.jpg" alt="Voluntariat" height="107"> <br/> <img src="doc/img/poze suplimentare/lateral5.jpg" alt="Voluntariat" height="107"> <br/> <img src="doc/img/poze suplimentare/vertical1.jpg" alt="Voluntariat" width="145" height="180" > <br/> </div> </div> </td> </tr> </table> <div id="siteInfo"; align="center"> Copyright © 2008 <a href="http://www.provobis.ro" target="_blank">Pro Vobis</a> - Toate drepturile rezervate<br/> <table width="132" border="0" cellspacing="0" cellpadding="3"> <tr><td align="center"><a href="http://www.website-hit-counters.com" target="_blank"><img src="http://www.website-hit-counters.com/cgi-bin/image.pl?URL=24954-1911" alt="link to free website hit counter web page" border="0" ></a></td></tr><tr> </tr></table> </div> <br> </body> </html>