<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim rs_lugares Dim rs_lugares_numRows Set rs_lugares = Server.CreateObject("ADODB.Recordset") rs_lugares.ActiveConnection = MM_cn_hisnatiba_STRING rs_lugares.Source = "SELECT DISTINCT Lugares.Id_lugar, Lugares.Lugar, Lugares.Foto, Lugares.Ampliada FROM Lugares, Patrimonio WHERE Patrimonio.Lugar=Lugares.Id_lugar AND Patrimonio.Categoria='Otras Vertientes' ORDER BY Lugares.Lugar" rs_lugares.CursorType = 0 rs_lugares.CursorLocation = 2 rs_lugares.LockType = 1 rs_lugares.Open() rs_lugares_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 rs_lugares_numRows = rs_lugares_numRows + Repeat1__numRows %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> Hisn Atiba - Otras Vertientes del Patrimonio

 
<% While ((Repeat1__numRows <> 0) AND (NOT rs_lugares.EOF)) %> <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rs_lugares.MoveNext() Wend %>
Otras Vertientes del Patrimonio

Del patrimonio histórico de un pueblo no sólo forman parte las manifestaciones tangibles, muebles o inmuebles,realizadas por la mano del hombre y pertenecientes a un determinado momento histórico. También son patrimonio histórico otras facetas diferentes a las anteriores pero que, de alguna manera, son productos del marco natural del desarrollo humano o representan manifestaciones no materiales de los hombres y mujeres forjados a lo largo de la Historia. En el primer caso se comprendería el patrimonio natural y en el segundo el patrimonio etnológico.

Las tierras de Teba atesoran un patrimonio natural impresionante, fruto del privilegiado enclave en el que nos encontramos. Así, los ríos Guadalteba y La Venta han forjado paisajes de una impresionante belleza a lo largo y ancho de nuestro término municipal. Parajes como el Tajo de Torró o del Molino, un impresionante cañón forjado por el Río de la Venta que parte en dos el macizo kárstico de la Sierra de Peñarrubia o los ricos bosques galería del Guadalteba, son acompañados por las imponentes sierras calizas del entorno, plenas de manifestaciones tan curiosas como las conocidas como "El Padre y el Hijo" en la ladera de la Sierra del Camorrillo, la "Rueda del Carro" en la cumbre de la Sierra de la Lentejuela o las numerosas cuevas presentes por doquier.

Por otro lado, el patrimonio etnológico tebeño atesora innumerables manifestaciones de variada índole como la rica cocina tebeña, dichos y refranes variadísimos, canciones y poemas picarescos e incluso palabras propias y exclusivas de Teba.

Ambos tipos de manifestaciones, como se ve, son parte inseparable del pueblo tebeño y, por tanto, forman parte de su patrimonio histórico

  " target="_blank"> width="100" border="2" align="middle">
   

 

<% rs_lugares.Close() Set rs_lugares = Nothing %>