
fantasminh44
Membros-
Total de itens
4 -
Registro em
-
Última visita
Sobre fantasminh44

fantasminh44's Achievements
0
Reputação
-
Pessoal tenho um site ( http://www.imobiliariagoncalves.com ) com os lançamentos sendo exibindos na pagina princpal, agora no script ele só exibi 1 por linha, eu queria que fosse exibido 3 por linha sendo 3 linhas e 3 colunas. 3 na primeira linha 3 na segunda 3 na terceira. ( fica na parte do order by no codigo) <? $query = array(); if(!empty($_GET[c])) { $query[] = "re2_listings.CategoryID = '$_GET[c]' "; } if(!empty($_GET[s])) { $query[] = "re2_listings.SubcategoryID = '$_GET[s]' "; } if(!empty($_GET[AgentID])) { $query[] = "re2_listings.AgentID = '$_GET[AgentID]' "; } if(!empty($_GET[search_country])) { $query[] = "re2_listings.country = '$_GET[search_country]' "; } if(!empty($_GET[search_state])) { $query[] = "re2_listings.state = '$_GET[search_state]' "; } if(!empty($_GET[search_city])) { $query[] = "re2_listings.city = '$_GET[search_city]' "; } if(!empty($_GET[search_PropertyType])) { $query[] = "re2_listings.PropertyType = '$_GET[search_PropertyType]' "; } if(!empty($_GET[MinPrice])) { $query[] = "re2_listings.price >= '$_GET[MinPrice]' "; } if(!empty($_GET[MaxPrice])) { $query[] = "re2_listings.price <= '$_GET[MaxPrice]' "; } if(!empty($_GET[rooms1])) { $query[] = "re2_listings.rooms >= '$_GET[rooms1]' "; } if(!empty($_GET[rooms2])) { $query[] = "re2_listings.rooms <= '$_GET[rooms2]' "; } if(!empty($_GET[bath1])) { $query[] = "re2_listings.bathrooms >= '$_GET[bath1]' "; } if(!empty($_GET[bath2])) { $query[] = "re2_listings.bathrooms <= '$_GET[bath2]' "; } if(!empty($_GET[before])) { $MyDate = strtotime("-$_GET[before]"); $query[] = "re2_listings.DateAdded >= '$MyDate' "; } if(!empty($_GET[school])) { $query[] = "re2_listings.NearSchool = 'y' "; } if(!empty($_GET[transit])) { $query[] = "re2_listings.NearTransit = 'y' "; } if(!empty($_GET[park])) { $query[] = "re2_listings.NearPark = 'y' "; } if(!empty($_GET[ocean_view])) { $query[] = "re2_listings.OceanView = 'y' "; } if(!empty($_GET[lake_view])) { $query[] = "re2_listings.LakeView = 'y' "; } if(!empty($_GET[mountain_view])) { $query[] = "re2_listings.MountainView = 'y' "; } if(!empty($_GET[ocean_waterfront])) { $query[] = "re2_listings.OceanWaterfront = 'y' "; } if(!empty($_GET[lake_waterfront])) { $query[] = "re2_listings.LakeWaterfront = 'y' "; } if(!empty($_GET[river_waterfront])) { $query[] = "re2_listings.RiverWaterfront = 'y' "; } if(!empty($query)) { $MyQuery = implode(" and ", $query); $MyQuery = "and ".$MyQuery; } //////////////////////////////////////////////////////////// ////////// order by $order = array(); if(!empty($_GET[orderby])) { $MyOrder = explode("|", $_GET[orderby]); while(list(,$ov) = each($MyOrder)) { if($ov == "DateAdded") { $order[] = " re2_listings.DateAdded desc "; } if($ov == "Price") { $order[] = " re2_listings.Price asc "; } if($ov == "address") { $order[] = " re2_listings.address asc "; } } } else { if(!empty($_GET[p])) { $order[] = " re2_listings.Price asc "; } if(!empty($_GET[r])) { $order[] = " re2_listings.rooms asc, re2_listings.bathrooms asc, re2_listings.garage asc "; } if(!empty($_GET[city])) { $order[] = " re2_listings.city, re2_listings.address, re2_listings.state "; } } if(count($order) > '0') { $MyOrder = implode(", ", $order); } if(empty($MyOrder)) { $MyOrder = " order by re2_agents.PriorityLevel desc, re2_listings.DateAdded desc"; } else { $MyOrder = " order by re2_agents.PriorityLevel desc, $MyOrder"; } if(!empty($_GET[Start])) { $Start = $_GET[Start]; } else { $Start = '0'; } $ByPage = '4'; $q1 = "select * from re2_listings, re2_agents, re2_priority where re2_listings.AgentID = re2_agents.AgentID and re2_agents.PriorityLevel = re2_priority.PriorityLevel and re2_agents.AccountStatus = 'active' $MyQuery $MyOrder limit $Start, $ByPage "; $qnav = "select * from re2_listings, re2_agents where re2_listings.AgentID = re2_agents.AgentID $MyQuery"; $r1 = mysql_query($q1) or die(mysql_error()); $lrows = mysql_num_rows($r1); if($lrows > '0') { $ListingTable .= "<table align=center width=530 cellspacing=0>\n"; $ListingTable .= "<tr>\n<td width=75> </td>\n\t"; $ListingTable .= "</tr>\n</table>\n\n"; $ListingTable .= "<table align=center width=530 border=0 bordercolor=#336699 rules=rows cellspacing=0>\n"; while($a1 = mysql_fetch_array($r1)) { $ListingTable .= "<tr style=\"border-width:0; border-color:blue\" onMouseOver=\"this.style.background='#F4F4F4'; this.style.cursor='hand'\" onMouseOut=\"this.style.background='white'\" onClick=\"window.open('anuncio.php?id=$a1[ListingID]', '_top')\">\n\t"; $ListingTable .= "<td height=60>"; $ListingTable .= "<table align=center width=\"100%\">\n"; $ListingTable .= "<tr>\n\t<td width=75>"; if(!empty($a1[image])) { $images = explode("|", $a1[image]); $MyImage = $images[0]; $ListingTable .= "<img src=\"fotos_anuncios/$MyImage\" width=75 height=60 border=1>"; } else { $ListingTable .= "<img src=\"no_image.gif\" border=1>"; } $ListingTable .= "</td>\n\t"; $ListingTable .= "<td width=225 valign=top><b>Imóvel ID: $a1[ListingID]</b><br>$a1[city], $a1[state]<br>$a1[address], $a1[country]</td>\n\t"; $ListingTable .= "<td width=100 valign=top>$a1[rooms] quarto(s), $a1[bathrooms] banheiro(s)"; if($a1[garage] > '0') { $ListingTable .= ", $a1[garage] garagem(ns)"; } $MyPrice = number_format($a1[Price], 2, ".", ","); $ListingTable .= "</td>\n\t<td align=center width=100 valign=top><b>R$$MyPrice</td>\n"; $ListingTable .= "</tr>\n"; $ListingTable .= "<tr>\n\t<td colspan=4>$a1[ShortDesc]</td>\n</tr>\n"; $ListingTable .= "</table>\n\n</td>\n</tr>\n\n"; } $ListingTable .= "</table>"; $rnav = mysql_query($qnav) or die(mysql_error()); $rows = mysql_num_rows($rnav); if($rows > $ByPage) { $ListingTable .= "<br><table align=center width=580>"; $ListingTable .= "<td align=center><font face=verdana size=2> | "; $pages = ceil($rows/$ByPage); for($i = 0; $i <= ($pages); $i++) { $PageStart = $ByPage*$i; $i2 = $i + 1; if($PageStart == $Start) { $links[] = " <span class=RedLink>$i2</span>\n\t "; } elseif($PageStart < $rows) { $links[] = " <a class=BlackLink href=\"buscador.php?Start=$PageStart&c=$_GET[c]&s=$_GET[s]&AgentID=$_GET[AgentID]&search_city=$_GET[search_city]&search_state=$_GET[search_state]&search_country=$_GET[search_country]&search_PropertyType=$_GET[search_PropertyType]&MinPrice=$_GET[MinPrice]&MaxPrice=$_GET[MaxPrice]&rooms1=$_GET[rooms1]&rooms2=$_GET[rooms2]&bath1=$_GET[bath1]&bath2=$_GET[bath2]&before=$_GET[before]&school=$_GET[school]&transit=$_GET[transit]&park=$_GET[park]&ocean_view=$_GET[ocean_view]&lake_view=$_GET[lake_view]&mountain_view=$_GET[mountain_view]&ocean_waterfront=$_GET[ocean_waterfront]&lake_waterfront=$_GET[lake_waterfront]&river_waterfront=$_GET[river_waterfront]&city=$_GET[city]&p=$_GET[p]&r=$_GET[r]\">$i2</a>\n\t "; } } $links2 = implode(" | ", $links); $ListingTable .= $links2; $ListingTable .= "| </td>"; $ListingTable .= "</table><br>\n"; } } else { $ListingTable = "<br><br><center>Nenhum anúncio encontrado!</center>"; } require_once("templates/HeaderTemplate.php"); require_once("templates/SearchTemplate.php"); require_once("templates/FooterTemplate.php"); ?>
-
Bom dia Pessoal, eu tenho um site www.imobiliariagoncalves.com nele tem os novos imoveis la em baixo tem o botao de pesquisa 1 | 2 até ai tudo bem, mas quando clico no 2 para ir para pagina 2 o botao de pesquisa desaparece inpossibilitando voltar pro 1 gostaria de saber porque isso ta acontecendo.
-
problema é que de vez de visualizar as fotos, ele visualiza o anuncio quando ta no servidor.
-
Bom galera peguei um codigo já pronto de um site, que ele roda locamente tudo ok ele mostrar as imagens cadastradas e tudo, mas quando coloco no servidor ele dá problema e de vez de mostrar as imagem mostra outras informações.... detalhes ANUNICIO.PHP CODE require_once("configuracao_mysql.php"); require_once("includes.php"); if(empty($_GET[id])) { header("location:index.php"); exit(); } $q1 = "select * from re2_agents, re2_listings where re2_listings.ListingID = '$_GET[id]' and re2_listings.AgentID = re2_agents.AgentID "; $r1 = mysql_query($q1) or die(mysql_error()); $a1 = mysql_fetch_array($r1); if(empty($i) || $i == '1') { $Image1 = "ver_anuncio2.gif"; $desc = nl2br($a1[DetailedDesc]); $MyPrice = number_format($a1[Price], 2, ",", "."); $ShowInfo = "<table border=0 align=center width=\"100%\">\n\t<tr>\n\t<td width=\"60%\" valign=top><font size=3 face=verdana color=black><b>$a1[city], $a1[state], $a1[country]</b></font><br><font size=2 face=verdana color=black>$a1[address]</font></td>\n\t<td width=\"40%\" valign=top align=center><font size=2 face=verdana><B>Preço: R$ $MyPrice</td>\n</tr>\n\n<tr>\n\t<td valign=top><br><b>Imóvel ID: $a1[ListingID]</b><br><br>$desc<br><br><font size=2 face=verdana color=black><b>$a1[rooms] quarto(s), $a1[bathrooms] banheiro(s), $a1[garage] garagem(ns)</font><br><br>Vizinhança:</b> $a1[neighbourhood]<br><br><b>Tamanho da residência: $a1[squareMeters] m2<br>Tamanho do lote: $a1[LotSize] m2<br>Idade: $a1[HomeAge] anos<br>"; if($a1[fireplace] == 'y') { $ShowInfo .= ">>Tem lareira ou churrasqueira<br>\n"; } if($a1[NearSchool] == 'y') { $ShowInfo .= ">>Próximo a escola<br>\n"; } if($a1[NearTransit] == 'y') { $ShowInfo .= ">>Próximo do trânsito<br>\n"; } if($a1[NearPark] == 'y') { $ShowInfo .= ">>Próximo a parque ou praça<br>\n"; } if($a1[OceanView] == 'y') { $ShowInfo .= ">>Vista para o mar<br>\n"; } if($a1[LakeView] == 'y') { $ShowInfo .= ">>Vista para um lago<br>\n"; } if($a1[MountainView] == 'y') { $ShowInfo .= ">>Vista para uma montanha<br>\n"; } if($a1[OceanWaterfront] == 'y') { $ShowInfo .= ">>De frente para o mar<br>\n"; } if($a1[LakeWaterfront] == 'y') { $ShowInfo .= ">>De frente para um lago<br>\n"; } if($a1[RiverWaterfront] == 'y') { $ShowInfo .= ">>De frente para um rio<br>\n"; } if(!empty($a1[image])) { $im_array = explode("|", $a1[image]); $FirstImage = "<img src=\"fotos_anuncios/$im_array[0]\" width=100 height=100>"; } if($a1[TipodeConta] == '2') { if(!empty($a1[cellular])) { $int[] = "Celular: $a1[cellular]"; } if(!empty($a1[pager])) { $int[] = "Pager: $a1[pager]"; } if(!empty($int)) { $int2 = implode("<br>", $int); $int2 = "<br>".$int2; } } $ShowInfo .= "</td>\n\t<td align=center valign=top>$FirstImage<br><br>Para Maiores informações ligue para<br><b> $a1[FirstName] $a1[LastName]<br>Telefone: $a1[phone]$int2</b><br>ou clique <a class=RedLink target=_blank href=\"contato.php?AgentID=$a1[AgentID]&ListingID=$a1[ListingID]\">AQUI</a> para enviar-lhe um e-mail.<br><br>"; if($a1[TipodeConta] == '1') { $ShowInfo .= "<a class=BlueLink href=\"buscador.php?AgentID=$a1[AgentID]\" title=\"Mais propriedades deste agente\">Mais propriedades deste agente</a><br><br><center>"; } else { $ShowInfo .= "<a class=BlueLink href=\"buscador.php?AgentID=$a1[AgentID]\" title=\"Mais propriedades de $a1[FirstName] $a1[LastName]\">Mais propriedades de $a1[FirstName] $a1[LastName]</a><br><br><center>"; } if($a1[TipodeConta] == '1') { if(!empty($a1[logo])) { $ShowInfo .= "<a href=\"sobre_mim.php?id=$a1[AgentID]\" title=\"Ver informações deste agente!\"><img src=\"fotos_anuncios/$a1[logo]\" border=0></a>"; } else { $ShowInfo .= "<a class=BlackLink href=\"sobre_mim.php?id=$a1[AgentID]\" title=\"Ver informações deste agente!\">$a1[FirstName] $a1[LastName]: Ver perfil</a>"; } } $ShowInfo .= "</center></td>\n</tr>"; if($a1[AgentID] == $_SESSION[AgentID]) { $ShowInfo .= "<tr>\n\t<td colspan=3 align=center><a class=RedLink href=\"editar.php?id=$a1[ListingID]\">EDITAR</a> | <a class=RedLink href=\"deletar.php?id=$a1[ListingID]\">DELETAR</a></td>\n</tr>\n\n"; } $ShowInfo .= "\n</table>"; } else { $Image1 = "ver_anuncio.gif"; } if($i == '2') { $Image2 = "ver_fotos2.gif"; if(!empty($a1[image])) { $MyImages = explode("|", $a1[image]); $ShowInfo .= "<table valign=top align=center width=\"500\" height=50>\n<tr>\n\t<td align=center valign=top width=\"500\" height=50>"; while(list(,$v) = each($MyImages)) { $ShowInfo .= "<a href=\"anuncio.php?id=$_GET[id]&i=$_GET&f=$v\"><img src=\"fotos_anuncios/$v\" width=50 height=50 border=0></a> \n\n\t"; } $ShowInfo .= "</table><hr size=1 width=\"95%\" color=#336699><br>"; if(!empty($f)) { $ShowInfo .= "<center><img src=\"fotos_anuncios/$f\"></center><br>"; } else { $ShowInfo .= "<center><img src=\"fotos_anuncios/$MyImages[0]\"></center><br>"; } } else { $ShowInfo .= "<br><center><img src=\"sem_foto.gif\"></center>"; } } else { $Image2 = "ver_fotos.gif"; } $MyAddress = str_replace(" ", "+", $a1[address]); $MyAddress = str_replace(",", "", $MyAddress); $Image3 = "<a target=_blank href=\"http://www.mapquest.com/maps/map.adp?city=$a1[city]&state=$a1[state]&address=$MyAddress&country=$a1[country]&zoom=5\"><img src=\"minhas_imagens/mapa.gif\" border=0></a>"; //$Image3 = "<img src=\"minhas_imagens/sem_foto.gif\">"; $ListingID = $a1[ListingID]; require_once("templates/HeaderTemplate.php"); require_once("templates/InfoTemplate.php"); require_once("templates/FooterTemplate.php"); //update the stats $q1 = "update re2_listings set visits = visits + '1' where ListingID = '$_GET[id]' "; mysql_query($q1) or die(mysql_error()); ?> acho que o problema está ai quando ele está localmente em minha maquina o nome da imagem fica ver_fotos2.jpg e quando eu coloco no meu servidor web fica ver_fotos.jpg como fosse direto pro ultimo else de vez de pegar as informações de cima. clico em vizualizar foto em http://www.goncalvesimoveis.site90.net/anuncio.php?id=3 (http://www.goncalvesimoveis.site90.net/minhas_imagens/ver_fotos.gif'>http://www.goncalvesimoveis.site90.net/minhas_imagens/ver_fotos.gif) Ver_fotos.gif (isso no servidor web) exibindo errado http://www.goncalvesimoveis.site90.net/exi...hp?id=3&i=2 no localhost fica tudo certinho clico em vizualizar foto em http://www.goncalvesimoveis.site90.net/anuncio.php?id=3 (http://www.goncalvesimoveis.site90.net/minhas_imagens/ver_fotos2.gif) Ver_fotos2.gif (isso no localhost) exibindo correto ele era pra abrir assim http://www.manfredogoes.com.br/exibe_fotos.php?id=77&i=2 outro codigo complementar o exibe_fotos.php(que me parece a mesma coisa) require_once("configuracao_mysql.php"); require_once("includes.php"); if(empty($_GET[id])) { header("location:index.php"); exit(); } $q1 = "select * from re2_agents, re2_listings where re2_listings.ListingID = '$_GET[id]' and re2_listings.AgentID = re2_agents.AgentID "; $r1 = mysql_query($q1) or die(mysql_error()); $a1 = mysql_fetch_array($r1); if(empty($i) || $i == '1') { $Image1 = "ver_anuncio2.gif"; $desc = nl2br($a1[DetailedDesc]); $MyPrice = number_format($a1[Price], 2, ",", "."); $ShowInfo = "<table border=0 align=center width=\"100%\">\n\t<tr>\n\t<td width=\"60%\" valign=top><font size=3 face=verdana color=black><b>$a1[city], $a1[state], $a1[country]</b></font><br><font size=2 face=verdana color=black>$a1[address]</font></td>\n\t<td width=\"40%\" valign=top align=center><font size=2 face=verdana><B>Preço: R$ $MyPrice</td>\n</tr>\n\n<tr>\n\t<td valign=top><br><b>Imóvel ID: $a1[ListingID]</b><br><br>$desc<br><br><font size=2 face=verdana color=black><b>$a1[rooms] quarto(s), $a1[bathrooms] banheiro(s), $a1[garage] garagem(ns)</font><br><br>Vizinhança:</b> $a1[neighbourhood]<br><br><b>Tamanho da residência: $a1[squareMeters] m2<br>Tamanho do lote: $a1[LotSize] m2<br>Idade: $a1[HomeAge] anos<br>"; if($a1[fireplace] == 'y') { $ShowInfo .= ">>Tem lareira ou churrasqueira<br>\n"; } if($a1[NearSchool] == 'y') { $ShowInfo .= ">>Próximo a escola<br>\n"; } if($a1[NearTransit] == 'y') { $ShowInfo .= ">>Próximo do trânsito<br>\n"; } if($a1[NearPark] == 'y') { $ShowInfo .= ">>Próximo a parque ou praça<br>\n"; } if($a1[OceanView] == 'y') { $ShowInfo .= ">>Vista para o mar<br>\n"; } if($a1[LakeView] == 'y') { $ShowInfo .= ">>Vista para um lago<br>\n"; } if($a1[MountainView] == 'y') { $ShowInfo .= ">>Vista para uma montanha<br>\n"; } if($a1[OceanWaterfront] == 'y') { $ShowInfo .= ">>De frente para o mar<br>\n"; } if($a1[LakeWaterfront] == 'y') { $ShowInfo .= ">>De frente para um lago<br>\n"; } if($a1[RiverWaterfront] == 'y') { $ShowInfo .= ">>De frente para um rio<br>\n"; } if(!empty($a1[image])) { $im_array = explode("|", $a1[image]); $FirstImage = "<img src=\"fotos_anuncios/$im_array[0]\" width=100 height=100>"; } if($a1[TipodeConta] == '2') { if(!empty($a1[cellular])) { $int[] = "Celular: $a1[cellular]"; } if(!empty($a1[pager])) { $int[] = "Pager: $a1[pager]"; } if(!empty($int)) { $int2 = implode("<br>", $int); $int2 = "<br>".$int2; } } $ShowInfo .= "</td>\n\t<td align=center valign=top>$FirstImage<br><br>Para Maiores informações ligue para<br><b> $a1[FirstName] $a1[LastName]<br>Telefone: $a1[phone]$int2</b><br>ou clique <a class=RedLink target=_blank href=\"contato.php?AgentID=$a1[AgentID]&ListingID=$a1[ListingID]\">AQUI</a> para enviar-lhe um e-mail.<br><br>"; if($a1[TipodeConta] == '1') { $ShowInfo .= "<a class=BlueLink href=\"buscador.php?AgentID=$a1[AgentID]\" title=\"Mais propriedades deste agente\">Mais propriedades deste agente</a><br><br><center>"; } else { $ShowInfo .= "<a class=BlueLink href=\"buscador.php?AgentID=$a1[AgentID]\" title=\"Mais propriedades de $a1[FirstName] $a1[LastName]\">Mais propriedades de $a1[FirstName] $a1[LastName]</a><br><br><center>"; } if($a1[TipodeConta] == '1') { if(!empty($a1[logo])) { $ShowInfo .= "<a href=\"sobre_mim.php?id=$a1[AgentID]\" title=\"Ver informações deste agente!\"><img src=\"fotos_anuncios/$a1[logo]\" border=0></a>"; } else { $ShowInfo .= "<a class=BlackLink href=\"sobre_mim.php?id=$a1[AgentID]\" title=\"Ver informações deste agente!\">$a1[FirstName] $a1[LastName]: Ver perfil</a>"; } } $ShowInfo .= "</center></td>\n</tr>"; if($a1[AgentID] == $_SESSION[AgentID]) { $ShowInfo .= "<tr>\n\t<td colspan=3 align=center><a class=RedLink href=\"editar.php?id=$a1[ListingID]\">EDITAR</a> | <a class=RedLink href=\"deletar.php?id=$a1[ListingID]\">DELETAR</a></td>\n</tr>\n\n"; } $ShowInfo .= "\n</table>"; } else { $Image1 = "ver_anuncio.gif"; } if($i == '2') { $Image2 = "ver_fotos2.gif"; if(!empty($a1[image])) { $MyImages = explode("|", $a1[image]); $ShowInfo .= "<table valign=top align=center width=\"500\" height=50>\n<tr>\n\t<td align=center valign=top width=\"500\" height=50>"; while(list(,$v) = each($MyImages)) { $ShowInfo .= "<a href=\"exibe_fotos.php?id=$_GET[id]&i=$_GET&f=$v\"><img src=\"fotos_anuncios/$v\" width=50 height=50 border=0></a> \n\n\t"; } $ShowInfo .= "</table><hr size=1 width=\"95%\" color=#336699><br>"; if(!empty($f)) { $ShowInfo .= "<center><img src=\"fotos_anuncios/$f\"></center><br>"; } else { $ShowInfo .= "<center><img src=\"fotos_anuncios/$MyImages[0]\"></center><br>"; } } else { $ShowInfo .= "<br><center><img src=\"sem_foto.gif\"></center>"; } } else { $Image2 = "ver_fotos.gif"; } $MyAddress = str_replace(" ", "+", $a1[address]); $MyAddress = str_replace(",", "", $MyAddress); $ListingID = $a1[ListingID]; require_once("templates/exibe_fotos.php"); //update the stats $q1 = "update re2_listings set visits = visits + '1' where ListingID = '$_GET[id]' "; mysql_query($q1) or die(mysql_error()); ?> e o outro templates/exibe_fotos.php <title><?=$aset[siteTitle]?></title><table align=center width=510 cellspacing=0 cellpadding=0> <tr> <td valign=top align=center colspan=3> <table align=center width=510 cellspacing=0 cellpadding=0 border=1 rules=none bordercolor=dddddd height=150> <tr> <td valign=top> <?=$ShowInfo?> </td> </tr> </table> </td> </tr> </table> <br> <center> <a class=BlackLink href="imprimir.php?id=<?=$ListingID?>" target=_blank>Versão amigável para impressão</a> </center>