<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% Function getposte(strref) SQLref = "SELECT * FROM T_Job WHERE Job_Enligne = -1 AND Job_Ref = '"&strref&"' " SET RS=Server.CreateObject("ADODB.Recordset") rs.cursortype = 3 rs.open SQLref, Conn, 3, 1 strJob_Ref = RS("Job_Ref") strJob_Date = RS("Job_Date") strJob_Activite = RS("Job_Activite_GB") strJob_Contrat = RS("Job_Contrat_GB") strJob_Titre = RS("Job_Titre_GB") strJob_Profil = RS("Job_Profil_GB") strJob_Detail = RS("Job_Detail_GB") end function %> LC Design International : Automobile designer, Transport designer, Design consulting, Design transport consulting,
Close

JOB DESCRIPTION


Reference :  
Activity :  
Job title :  
Contract :  
Profil :  
 

Candidature




Available positions

<% 'REQUETE Jobs increment = 0 strorder = "ASC" SQLref = "SELECT * FROM T_Job WHERE Job_Enligne = -1 ORDER BY Job_Ref "&strorder SET RS=Server.CreateObject("ADODB.Recordset") rs.cursortype = 3 rs.open SQLref, Conn, 3, 1 if not rs.eof then do while not rs.eof strJob_Ref = RS("Job_Ref") strJob_Date = RS("Job_Date") strJob_Activite = RS("Job_Activite_GB") strJob_Contrat = RS("Job_Contrat_GB") strJob_Titre = RS("Job_Titre_GB") strJob_Profil = RS("Job_Profil_GB") strJob_Detail = RS("Job_Detail_GB") %>

<%=strJob_Titre%>

Job ref <%=strJob_Ref%> on <%=strJob_Date%> about <%=strJob_Contrat%> contract.
Required profil : <%=strJob_Profil%>
<%=strJob_Detail%>
<% rs.movenext increment = increment + 1 loop else %>

There are currently no available positions available.

<% end if rs.close SET RS=nothing %> <% 'REQUETE Stages increment = 0 strorder = "ASC" SQLref2 = "SELECT * FROM T_Stage WHERE Stage_Enligne = -1 ORDER BY Stage_Ref "&strorder SET RS=Server.CreateObject("ADODB.Recordset") rs.cursortype = 3 rs.open SQLref2, Conn, 3, 1 if not rs.eof then do while not rs.eof strStage_Ref = RS("Stage_Ref") strStage_Date = RS("Stage_Date") strStage_Activite = RS("Stage_Activite_GB") strStage_Duree = RS("Stage_Duree_GB") strStage_Titre = RS("Stage_Titre_GB") strStage_Profil = RS("Stage_Profil_GB") strStage_Detail = RS("Stage_Detail_GB") %>

<%=strStage_Titre%>

Stage ref <%=strStage_Ref%> on <%=strStage_Date%> about <%=strStage_Duree%> long.
Required profil : <%=strStage_Profil%>
<%=strStage_Detail%>
<% 'Remplissage tableau Javascript rs.movenext increment = increment + 1 loop else %>

There are currently no available internships available.

<% end if rs.close SET RS=nothing %>