THE PORT OF SEVILLE
 
You are in: Home | The Port of Seville |Seville, a Port with History | The Port Board
<% categoria = request.form("categoria") if categoria = "ac" then response.write "" response.write "" titular = trim(request.form("titular")) if titular <> "" then aTitular = Split(titular, " ") end if entradilla = trim(request.form("entradilla")) if entradilla <> "" then aEntradilla = Split(entradilla, " ") end if texto = trim(request.form("texto")) if texto <> "" then aTexto = Split(texto, " ") end if dia1 = request.form("dia1") dia2 = request.form("dia2") mes1 = request.form("mes1") mes2 = request.form("mes2") ano1 = request.form("ano1") ano2 = request.form("ano2") if dia1 <> "" then fechaini = dia1 & "/" & mes1 & "/" & ano1 fechafin = dia2 & "/" & mes2 & "/" & ano2 else fechaini = "" fechafin = "" end if 'se abre conexion con la BD Set conn = Server.CreateObject("ADODB.Connection") conn.Open "DSN=ActividadesAPSevilla;" 'se abre recorset de la tabla de consulta Set rc = Server.CreateObject("ADODB.Recordset") Set rc.ActiveConnection = conn rc.Source = "SELECT * FROM ACTIVIDADES WHERE ELIMINADO = False" rc.CursorLocation = 2 'adUseServer rc.CursorType = 0 'adOpenForwardOnly rc.LockType = 1 'adLockReadOnly rc.Open lista="(" do while not rc.EOF incluir = 1 if isarray(aTitular) then for i=0 to ubound(aTitular) if instr(ucase(rc.fields.item("TITULAR")), ucase(aTitular(i))) = 0 then incluir = 0 exit for end if next end if if incluir = 1 then if isarray(aEntradilla) then for i=0 to ubound(aEntradilla) if instr(ucase(rc.fields.item("ENTRADILLA")), ucase(aEntradilla(i))) = 0 then incluir = 0 exit for end if next end if end if if incluir = 1 then if isarray(aTexto) then for i=0 to ubound(aTexto) if instr(ucase(rc.fields.item("TEXTO")), ucase(aTexto(i))) = 0 then incluir = 0 exit for end if next end if end if if fechaini <> "" and fechafin <> "" then if rc.fields.item("FECHA_INICIAL") < cDate(fechaini) OR rc.fields.item("FECHA_INICIAL") > cDate(fechafin) then incluir = 0 end if end if if incluir = 1 then lista=lista & rc.fields.item("NUMERO") & "," end if rc.movenext loop if lista="(" then busqueda = " AND NUMERO = 0" else busqueda = " AND NUMERO IN " & left(lista,len(lista)-1) & ")" end if rc.Close set rc = Nothing conn.Close set conn = Nothing end if 'se abre conexion con la BD Set conn = Server.CreateObject("ADODB.Connection") conn.Open "DSN=ActividadesAPSevilla;" 'se abre recorset de la tabla de consulta Set rc = Server.CreateObject("ADODB.Recordset") Set rc.ActiveConnection = conn rc.Source = "SELECT * FROM ACTIVIDADES WHERE ELIMINADO = False " & busqueda & " ORDER BY FECHA_INICIAL DESC, NUMERO" rc.CursorLocation = 2 'adUseServer rc.CursorType = 0 'adOpenForwardOnly rc.LockType = 1 'adLockReadOnly rc.Open if rc.bof and rc.eof then response.write "" response.write "" end if Do while not rc.EOF response.write "" response.write "" response.write "" response.write "" response.write "" response.write "" response.write "" if Session("UsuarioActividades") = "" then response.write "" else 'para poder borrar actividades response.write "" end if response.write "" rc.movenext Loop rc.Close set rc = Nothing conn.Close set conn = Nothing %>

The Port Board

Between 1868 and 1870 resources to keep up the standard of works undertaken beforehand were becoming scarce and under the protection of the new public works legislation, Sevilian traders applied to the Ministry of Development for the creation of the Board to take care of the management and maintenance of executed works.

By Decree on November 25th, 1870, authorisation was granted for the creation of Port Works Boards that would be responsible for carrying out works and have the power of decision and special resources to carry out their mission successfully. From 1853 up to that time, the amounts invested in works to improve navigation reached almost eight million pesetas and almost six million to improve the Port.

Half of this considerable amount was defrayed by the State by way of agreements and the other half by the Provincial Council, the City Hall and Sevillian traders although, in truth, only the latter and the State fulfilled their commitment to deliver three million pesetas, a larger figure than the amount initially agreed.

Between 1871 and 1879, when Jaime Font was in charge of the works, political disorder and a difficult economic situation curbed the actions that had been undertaken. Actions were limited to simply keeping the state of the Estuary as it was, installing a 40 ton crane purchased from Firbain in Manchester to build the three sheds planned by the latter and paving most of the service area.

Luis Gracián y Reboul took over as head of works and, under his management, apart from the installation of several rails on the docks and six mobile steam cranes ranging between 5 and 10 tons, bought from the Belgian company John Cockerill, he completed the Jerónimos cutoff, the largest hydraulic job undertaken up to that time. This cutoff was started in 1860 by opening up a channel 1.694 metres long; in 1879 the widening of the original channel was finalised with a width of 45 metres and a depth of 3 metres.

Once again, in 1881, operations began to provide an average width of 104 metres and a depth of 5.6 metres. This was completed seven years later. This work was particularly important as it meant avoiding three major sand banks, the Ermita, the Mora and the Abundancia banks, apart from shortening the distance by 13 kilometres by eliminating the bends in the river at the Ermita and Marmol.

 

 

 

 

Resultados de la Búsqueda.
No hay Actividades con la selección efectuada.
" & rc.fields.item("TITULAR") & "

Desde: " & rc.fields.item("FECHA_INICIAL") & "
Hasta: " & rc.fields.item("FECHA_FINAL") & "

" & rc.fields.item("ENTRADILLA") & "