<%@ Page Language="C#" Buffer="true" CodeFile="download00010002.aspx.cs" Inherits="_download00010002" CodePage="65001" UICulture="fr" Culture="fr-FR" ValidateRequest="true" %> <%@ Import Namespace="ItlRuntime" %> <%@ Import Namespace="System.Collections.Generic" %> <%@ Import Namespace="System.Linq" %> <% EC.linkableClassMap = (Map) EC.newMap(new Map() , "ocsNewsEvent:news", new ClassLink("./page00013329.aspx?card=object", "linkTable.aspx?GID=00013329&card=object", "Actualité")); %><% string pURL = EC.Request.getStringVar("f",""); string pMarkers = EC.Request.getStringVar("m",""); string pTrace = EC.Request.getStringVar("t",""); bool bTrace = pTrace=="1"; if (pMarkers!="" && EC.destination["traceActive"]=="true") xrmMarkerScoreByGID(pMarkers.Replace('-',' ')); if (pURL!="") { Uri p = new Uri(pURL, UriKind.RelativeOrAbsolute); if (!p.IsAbsoluteUri) { Uri root = new Uri(this.Request.Url, EC.globalRootPath); p = new Uri(root, p); } EC.Response.redirectURL(p.ToString()); } %>