%@LANGUAGE="VBSCRIPT"%> <%
set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_evonetpub_STRING
Recordset1.Source = "SELECT rowid, Cicema_Alfa1, Cinema_Alfa2 FROM dbo.Cinemas_CMEVORA"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 3
Recordset1.Open()
Recordset1_numRows = 0
%> <%
set rentacar = Server.CreateObject("ADODB.Recordset")
rentacar.ActiveConnection = MM_evonetpub_STRING
rentacar.Source = "SELECT Designacao, Endereco, Telefone, Fax, Email, Horario, Informacoes FROM dbo.DPT_Rent_a_Car"
rentacar.CursorType = 0
rentacar.CursorLocation = 2
rentacar.LockType = 3
rentacar.Open()
rentacar_numRows = 0
%> <%
set agenciaViagens = Server.CreateObject("ADODB.Recordset")
agenciaViagens.ActiveConnection = MM_evonetpub_STRING
agenciaViagens.Source = "SELECT Designacao, Endereco, Codigo_postal, Telefone, Fax, Email, Web, Horario FROM dbo.DPT_Agencia_Viagens"
agenciaViagens.CursorType = 0
agenciaViagens.CursorLocation = 2
agenciaViagens.LockType = 3
agenciaViagens.Open()
agenciaViagens_numRows = 0
%> <%
set AnimacaoTuristica = Server.CreateObject("ADODB.Recordset")
AnimacaoTuristica.ActiveConnection = MM_evonetpub_STRING
AnimacaoTuristica.Source = "SELECT Designacao, Endereco, Telefone, Telemovel, Email, Web FROM dbo.DPT_Empresas_Animacao_Turistica"
AnimacaoTuristica.CursorType = 0
AnimacaoTuristica.CursorLocation = 2
AnimacaoTuristica.LockType = 3
AnimacaoTuristica.Open()
AnimacaoTuristica_numRows = 0
%> <%
Dim Repeat1__numRows
Repeat1__numRows = -1
Dim Repeat1__index
Repeat1__index = 0
rentacar_numRows = rentacar_numRows + Repeat1__numRows
%> <%
Dim Repeat2__numRows
Repeat2__numRows = -1
Dim Repeat2__index
Repeat2__index = 0
agenciaViagens_numRows = agenciaViagens_numRows + Repeat2__numRows
%> <%
Dim Repeat3__numRows
Repeat3__numRows = -1
Dim Repeat3__index
Repeat3__index = 0
AnimacaoTuristica_numRows = AnimacaoTuristica_numRows + Repeat3__numRows
%>
Guia Turístico de Évora
| | | | | | Evora tourism office | | Municipal equipments |
| Address: Praça do Giraldo, 73 |
| Phone:
266777071 |
|
Fax: 266732075 |
| |
| |
| Timetables |
| |
|
Winter Timetable: 09h00 - 18h00 |
| -
1st November until 31st March |
| |
|
Summer Timetable: 09h00 - 19h00 |
| -
1st April until 31st October |
| |
| | - Aeródromo Municipal
- Arena de Évora
- Convento dos Remédios
- Palácio D. Manuel
- Piscinas Municipais
- Teatro Garcia de Resende | | | |
| |
Hospital | | Internet | Hospital do Espírito Santo Address: Largo Senhor da Pobreza Phone: 266740100 | | Cyber Center Address: Rua de Serpa Pinto, 36 Phone: 266746923 | Hospital do Patrocínio Address: Av. Infante D. Henrique Phone: 266740120 | | I.P.J - Instituto Português da Juventude Address: Rua da República, 119 Phone: 266737300 | Hospital da Misericórdia Address: Av. Sanches de Miranda Phone: 266760630 | | DianaNet Address: Rua das Alcaçarias, 23 Phone: 266758606 | Hospital Militar Address: Rua Dr. Augusto Eduardo Nunes Phone: 266702602 | | Bar A Oficina Address: Rua da Moeda, 27 Phone: 266707312 | | | | CTT Address: Rua da Olivença Phone: 266745480 | | | | CME Address: Praça de Sertório Phone: 266777000 | | | | | | Post office | |
Public Transports |
Address:
Rua da Olivença Phone: 266745480
Address:
Rossio / Rua Gil Vicente Phone: 266777510
| |
http://www.rede-expressos.pt

http://www.cp.pt
http://www.trevo.com.pt
|
| Taxi / Cab |
| Phone: 266734734 |
| |
| Police office |
|
Address: Rua Francisco S. Lusitano Phone: 266702022 |
| |
 |
| | |
Copyright (c) , 2011 - C.M.E. DPT - Divisão de Promoção Turística |
<%
Recordset1.Close()
%> <%
rentacar.Close()
%> <%
agenciaViagens.Close()
%> <%
AnimacaoTuristica.Close()
%>