<%@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") strJob_Contrat = RS("Job_Contrat") strJob_Titre = RS("Job_Titre") strJob_Profil = RS("Job_Profil") strJob_Detail = RS("Job_Detail") end function %> LC Design International | Designer transport | Designer numérique | Prototypiste maquette technique
Close

DESCRIPTIF DE POSTE


Référence :  
Activité :  
Intitulé du poste :  
Contrat :  
Profil :  
 

Candidature




Postes à pourvoir

<% '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") strJob_Contrat = RS("Job_Contrat") strJob_Titre = RS("Job_Titre") strJob_Profil = RS("Job_Profil") strJob_Detail = RS("Job_Detail") %>

<%=strJob_Titre%>

Annonce ref <%=strJob_Ref%> du <%=strJob_Date%> pour un contrat <%=strJob_Contrat%>
Profil recherché : <%=strJob_Profil%>
<%=strJob_Detail%>
<% rs.movenext increment = increment + 1 loop else %>

Il n'y a aucun poste en recrutement à pourvoir actuellement.

<% 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") strStage_Duree = RS("Stage_Duree") strStage_Titre = RS("Stage_Titre") strStage_Profil = RS("Stage_Profil") strStage_Detail = RS("Stage_Detail") %>

<%=strStage_Titre%>

Annonce ref <%=strStage_Ref%> du <%=strStage_Date%> pour un stage <%=strStage_Duree%>
Profil recherché : <%=strStage_Profil%>
<%=strStage_Detail%>
<% 'Remplissage tableau Javascript rs.movenext increment = increment + 1 loop else %>

Il n'y a aucun stage à pourvoir actuellement.

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