
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://associatedecor.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>associatedecor</title>
 <link>https://associatedecor.com</link>
 <description></description>
 <language>en</language>
<item>
 <title>ADL Corporate Brochure</title>
 <link>https://associatedecor.com/adl-corporate-brochure</link>
 <description>&lt;div class=&quot;field field-name-field-corporate-pdf field-type-file field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Corporate Pdf:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;span class=&quot;file&quot;&gt;&lt;img class=&quot;file-icon&quot; alt=&quot;&quot; title=&quot;application/pdf&quot; src=&quot;/modules/file/icons/application-pdf.png&quot; /&gt; &lt;a href=&quot;https://associatedecor.com/sites/default/files/Corporate%20Brochure-%20Red%20Book.pdf&quot; type=&quot;application/pdf; length=8486891&quot;&gt;Corporate Brochure- Red Book.pdf&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-corporate-image field-type-image field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Corporate Image:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;https://associatedecor.com/sites/default/files/ADL%20Corporate%20brochure%20tumbnail%20logo.png&quot; width=&quot;615&quot; height=&quot;389&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 27 Feb 2018 12:45:51 +0000</pubDate>
 <dc:creator>Editor</dc:creator>
 <guid isPermaLink="false">3453 at https://associatedecor.com</guid>
 <comments>https://associatedecor.com/adl-corporate-brochure#comments</comments>
</item>
<item>
 <title>Download Contact</title>
 <link>https://associatedecor.com/download-contact</link>
 <description>&lt;div class=&quot;form-item form-type-item&quot;&gt;
  &lt;label&gt;Language &lt;/label&gt;
 Undefined
&lt;/div&gt;
&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;Fill in the details to download the catalogue.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;form class=&quot;webform-client-form&quot; enctype=&quot;multipart/form-data&quot; action=&quot;/rss.xml&quot; method=&quot;post&quot; id=&quot;webform-client-form-3431&quot; accept-charset=&quot;UTF-8&quot;&gt;&lt;div&gt;&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot;&gt;

	$(document).ready(function() { 
		$(&quot;input[name=&#039;submitted[download_type]&#039;]&quot;).val(&#039;&#039;);
	});

function download_validate(){

	var name = document.getElementById(&#039;edit-submitted-full-name&#039;).value;
	var email = document.getElementById(&#039;edit-submitted-email&#039;).value;
	var mobile = document.getElementById(&#039;edit-submitted-phone-number&#039;).value; 

	var mailformat =  /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;

	if(name == &#039;&#039;){
		alert(&#039;Please enter your name&#039;);
		document.getElementById(&#039;edit-submitted-name&#039;).focus();  
		return false;

	}

	if(email == &#039;&#039;){
		alert(&#039;Please enter email id&#039;);
		document.getElementById(&#039;edit-submitted-email&#039;).focus();  
		return false;

	}

	if(mailformat.test(email) == false){  
		alert(&#039;Enter Valid Email id.&#039;);
		document.getElementById(&#039;edit-submitted-email&#039;).focus();  
		return false;  

	}

	if(mobile == &#039;&#039;){
		alert(&#039;Please enter your contact No.&#039;);
		document.getElementById(&#039;edit-submitted-phone-number&#039;).focus();  
		return false;


	}

	if(isNaN(mobile)||mobile.indexOf(&quot; &quot;)!=-1){
		alert(&quot;Enter numeric value&quot;);
		document.getElementById(&#039;edit-submitted-phone-number&#039;).focus();
		return false;

	}

	if((mobile.length &lt; 1) || (mobile.length &gt; 10)){
		alert(&quot; Your mobile Number must be 1 to 10 Integers&quot;);
		document.getElementById(&#039;edit-submitted-phone-number&#039;).focus();
		return false;
	} else {
		var baseUrl = &#039;https://associatedecor.com&#039;;
		var staticUrl = &#039;/sites/default/files/&#039;;
		var pdfName = &#039;&#039;;
		//alert(baseUrl+staticUrl+pdfName);
		//window.location.href=baseUrl+staticUrl+pdfName; 
		//alert(&quot;ccc&quot;);
		return true; 
	}  


}
&lt;/script&gt;
&lt;div id=&quot;downloadForm&quot;&gt;
	&lt;div class=&quot;fieldRptDv&quot;&gt;
	  
		&lt;label for=&quot;textfield&quot;&gt;Name*: &lt;/label&gt;
		&lt;div class=&quot;form-item webform-component webform-component-textfield&quot; id=&quot;webform-component-full-name&quot;&gt;
 &lt;input type=&quot;text&quot; id=&quot;edit-submitted-full-name&quot; name=&quot;submitted[full_name]&quot; value=&quot;&quot; size=&quot;60&quot; maxlength=&quot;128&quot; class=&quot;form-text required&quot; /&gt;
&lt;/div&gt;
	  
	&lt;/div&gt;
	&lt;div class=&quot;fieldRptDv&quot;&gt;
	  
		&lt;label for=&quot;textfield&quot;&gt;Email*: &lt;/label&gt; 
		&lt;div class=&quot;form-item webform-component webform-component-email&quot; id=&quot;webform-component-email&quot;&gt;
 &lt;input class=&quot;email form-text form-email required&quot; type=&quot;email&quot; id=&quot;edit-submitted-email&quot; name=&quot;submitted[email]&quot; size=&quot;60&quot; /&gt;
&lt;/div&gt;
	  
	&lt;/div&gt;
	&lt;div class=&quot;fieldRptDv&quot;&gt;
	  
		&lt;label for=&quot;textfield&quot;&gt;Phone Number*: &lt;/label&gt; 
		&lt;div class=&quot;form-item webform-component webform-component-textfield&quot; id=&quot;webform-component-phone-number&quot;&gt;
 &lt;input type=&quot;text&quot; id=&quot;edit-submitted-phone-number&quot; name=&quot;submitted[phone_number]&quot; value=&quot;&quot; size=&quot;60&quot; maxlength=&quot;12&quot; class=&quot;form-text required&quot; /&gt;
&lt;/div&gt;
	  
	&lt;/div&gt;
	&lt;div class=&quot;fieldRptDv&quot;&gt; 
		&lt;input name=&quot;pdf_url&quot; type=&quot;hidden&quot; value=&quot;&quot; /&gt;
		&lt;input type=&quot;hidden&quot; name=&quot;submitted[download_type]&quot; value=&quot;&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;details[sid]&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;details[page_num]&quot; value=&quot;1&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;details[page_count]&quot; value=&quot;1&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;details[finished]&quot; value=&quot;0&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;form_build_id&quot; value=&quot;form-mcAmX7JTtGo1T9NACumw_OrYZveNSUfpQqTSh5AitnU&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;form_id&quot; value=&quot;webform_client_form_3431&quot; /&gt;
&lt;div class=&quot;form-actions form-wrapper&quot; id=&quot;edit-actions&quot;&gt;&lt;input onclick=&quot;return download_validate();&quot; type=&quot;submit&quot; id=&quot;edit-submit&quot; name=&quot;op&quot; value=&quot;Submit&quot; class=&quot;form-submit&quot; /&gt;&lt;/div&gt;	  
	&lt;/div&gt;
&lt;/div&gt;
&lt;style&gt;#node-3431 div.submitted{display:none;}#node-3431 div.content div.form-type-item{display:none;}&lt;/style&gt;&lt;/div&gt;&lt;/form&gt;</description>
 <pubDate>Thu, 25 Jun 2015 09:39:24 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">3431 at https://associatedecor.com</guid>
 <comments>https://associatedecor.com/download-contact#comments</comments>
</item>
<item>
 <title>Presentar Curriculum Vitae</title>
 <link>https://associatedecor.com/node/3337</link>
 <description>&lt;div class=&quot;form-item form-type-item&quot;&gt;
  &lt;label&gt;Language &lt;/label&gt;
 Spanish
&lt;/div&gt;
&lt;form class=&quot;webform-client-form&quot; enctype=&quot;multipart/form-data&quot; action=&quot;/rss.xml&quot; method=&quot;post&quot; id=&quot;webform-client-form-3337&quot; accept-charset=&quot;UTF-8&quot;&gt;&lt;div&gt;&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot;&gt;
function resume_validate(){

	var name = document.getElementById(&#039;edit-submitted-nombre&#039;).value;
	var email = document.getElementById(&#039;edit-submitted-correo-electronico&#039;).value;
	var mobile = document.getElementById(&#039;edit-submitted-contacto&#039;).value;
	var position = document.getElementById(&#039;edit-submitted-puesto-que-solicita&#039;).value;
	var resume = document.getElementById(&#039;edit-submitted-subir-su-curriculum-vitae-aqui-upload&#039;).value;

	var mailformat =  /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;

	if(name == &#039;&#039;){
		alert(&#039;Please enter your name&#039;);
		document.getElementById(&#039;edit-submitted-nombre&#039;).focus();  
	return false;

	}else if(email == &#039;&#039;){
		alert(&#039;Please enter email id&#039;);
		document.getElementById(&#039;edit-submitted-correo-electronico&#039;).focus();  
	return false;

	}else if(mailformat.test(email) == false){  
		alert(&#039;Enter Valid Email id.&#039;);
		document.getElementById(&#039;edit-submitted-correo-electronico&#039;).focus();  
	return false;  

	}else if(mobile == &#039;&#039;){
		alert(&#039;Please enter your contact No.&#039;);
		document.getElementById(&#039;edit-submitted-contacto&#039;).focus();  
	return false;


	}else if(isNaN(mobile)||mobile.indexOf(&quot; &quot;)!=-1){
		alert(&quot;Enter numeric value&quot;);
		document.getElementById(&#039;edit-submitted-contacto&#039;).focus();
	return false;

	}else if((mobile.length &lt; 1) || (mobile.length &gt; 10)){
		alert(&quot; Your mobile Number must be 1 to 10 Integers&quot;);
		document.getElementById(&#039;edit-submitted-contacto&#039;).focus();
	return false;

	}else if(position == &quot;&quot;){
		alert(&#039;Please enter position&#039;);
		document.getElementById(&#039;edit-submitted-puesto-que-solicita&#039;).focus();  
	return false;


	}else if(resume == &#039;&#039;){
		alert(&#039;Please upload resume&#039;);
		document.getElementById(&#039;edit-submitted-subir-su-curriculum-vitae-aqui-upload&#039;).focus();  
	return false;



	}else{
	return true;
	}  


}
&lt;/script&gt;




&lt;div class=&quot;fieldRptDv&quot;&gt;
  
	&lt;label for=&quot;textfield&quot;&gt;Nombre*: &lt;/label&gt;
	&lt;!--&lt;input type=&quot;text&quot; name=&quot;textfield&quot; id=&quot;textfield&quot;&gt;--&gt;
	&lt;div class=&quot;form-item webform-component webform-component-textfield&quot; id=&quot;webform-component-nombre&quot;&gt;
 &lt;input type=&quot;text&quot; id=&quot;edit-submitted-nombre&quot; name=&quot;submitted[nombre]&quot; value=&quot;&quot; size=&quot;60&quot; maxlength=&quot;128&quot; class=&quot;form-text&quot; /&gt;
&lt;/div&gt;
  
&lt;/div&gt;
&lt;div class=&quot;fieldRptDv&quot;&gt;
  
	&lt;label for=&quot;textfield&quot;&gt;Correo electrónico*: &lt;/label&gt;
	&lt;!--&lt;input type=&quot;text&quot; name=&quot;textfield&quot; id=&quot;textfield&quot;&gt;--&gt;
	&lt;div class=&quot;form-item webform-component webform-component-textfield&quot; id=&quot;webform-component-correo-electronico&quot;&gt;
 &lt;input type=&quot;text&quot; id=&quot;edit-submitted-correo-electronico&quot; name=&quot;submitted[correo_electronico]&quot; value=&quot;&quot; size=&quot;60&quot; maxlength=&quot;128&quot; class=&quot;form-text&quot; /&gt;
&lt;/div&gt;
  
&lt;/div&gt;
&lt;div class=&quot;fieldRptDv&quot;&gt;
  
	&lt;label for=&quot;textfield&quot;&gt;Contacto*: &lt;/label&gt;
	&lt;!--&lt;input type=&quot;text&quot; name=&quot;textfield&quot; id=&quot;textfield&quot;&gt;--&gt;
	&lt;div class=&quot;form-item webform-component webform-component-textfield&quot; id=&quot;webform-component-contacto&quot;&gt;
 &lt;input type=&quot;text&quot; id=&quot;edit-submitted-contacto&quot; name=&quot;submitted[contacto]&quot; value=&quot;&quot; size=&quot;60&quot; maxlength=&quot;128&quot; class=&quot;form-text&quot; /&gt;
&lt;/div&gt;
  
&lt;/div&gt;
&lt;div class=&quot;fieldRptDv&quot;&gt;
  
	&lt;label for=&quot;textfield&quot;&gt;Puesto que solicita*: &lt;/label&gt;
	&lt;!--&lt;input type=&quot;text&quot; name=&quot;textfield&quot; id=&quot;textfield&quot;&gt;--&gt;
	&lt;div class=&quot;form-item webform-component webform-component-textfield&quot; id=&quot;webform-component-puesto-que-solicita&quot;&gt;
 &lt;input type=&quot;text&quot; id=&quot;edit-submitted-puesto-que-solicita&quot; name=&quot;submitted[puesto_que_solicita]&quot; value=&quot;&quot; size=&quot;60&quot; maxlength=&quot;128&quot; class=&quot;form-text&quot; /&gt;
&lt;/div&gt;
  
&lt;/div&gt;
&lt;div class=&quot;fieldRptDv&quot;&gt;
  
	&lt;label for=&quot;fileField&quot;&gt;Subir su Curriculum Vitae aquí*:&lt;/label&gt;
	&lt;!--&lt;input type=&quot;file&quot; name=&quot;fileField&quot; id=&quot;fileField&quot;&gt;--&gt;
	  
&lt;/div&gt;
&lt;div class=&quot;fieldRptDv&quot;&gt;
  
	&lt;!--&lt;input name=&quot;&quot; type=&quot;button&quot; value=&quot;Submit&quot; class=&quot;submitBtn&quot;&gt;--&gt;
    &lt;div id=&quot;edit-submitted-subir-su-curriculum-vitae-aqui-ajax-wrapper&quot;&gt;&lt;div class=&quot;form-item webform-component webform-component-managed_file&quot; id=&quot;webform-component-subir-su-curriculum-vitae-aqui&quot;&gt;
 &lt;div id=&quot;edit-submitted-subir-su-curriculum-vitae-aqui&quot; class=&quot;form-managed-file&quot;&gt;&lt;input type=&quot;file&quot; id=&quot;edit-submitted-subir-su-curriculum-vitae-aqui-upload&quot; name=&quot;files[submitted_subir_su_curriculum_vitae_aqui]&quot; size=&quot;22&quot; class=&quot;form-file&quot; /&gt;&lt;input type=&quot;submit&quot; id=&quot;edit-submitted-subir-su-curriculum-vitae-aqui-upload-button&quot; name=&quot;submitted_subir_su_curriculum_vitae_aqui_upload_button&quot; value=&quot;Upload&quot; class=&quot;form-submit&quot; /&gt;&lt;input type=&quot;hidden&quot; name=&quot;submitted[subir_su_curriculum_vitae_aqui][fid]&quot; value=&quot;0&quot; /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;input type=&quot;hidden&quot; name=&quot;details[sid]&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;details[page_num]&quot; value=&quot;1&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;details[page_count]&quot; value=&quot;1&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;details[finished]&quot; value=&quot;0&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;form_build_id&quot; value=&quot;form-cwHhl_37Tn617M408OIojnrPSGnXGa2vgeDr957JZVw&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;form_id&quot; value=&quot;webform_client_form_3337&quot; /&gt;
&lt;div class=&quot;form-actions form-wrapper&quot; id=&quot;edit-actions--2&quot;&gt;&lt;input onclick=&quot;return resume_validate();&quot; type=&quot;submit&quot; id=&quot;edit-submit--2&quot; name=&quot;op&quot; value=&quot;Submit&quot; class=&quot;form-submit&quot; /&gt;&lt;/div&gt;  
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/form&gt;</description>
 <pubDate>Tue, 12 May 2015 07:30:35 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">3337 at https://associatedecor.com</guid>
 <comments>https://associatedecor.com/node/3337#comments</comments>
</item>
<item>
 <title>Enviar Currículo</title>
 <link>https://associatedecor.com/node/3336</link>
 <description>&lt;div class=&quot;form-item form-type-item&quot;&gt;
  &lt;label&gt;Language &lt;/label&gt;
 Portuguese, Brazil
&lt;/div&gt;
&lt;form class=&quot;webform-client-form&quot; enctype=&quot;multipart/form-data&quot; action=&quot;/rss.xml&quot; method=&quot;post&quot; id=&quot;webform-client-form-3336&quot; accept-charset=&quot;UTF-8&quot;&gt;&lt;div&gt;&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot;&gt;
function resume_validate(){

	var name = document.getElementById(&#039;edit-submitted-nome&#039;).value;
	var email = document.getElementById(&#039;edit-submitted-e-mail&#039;).value;
	var mobile = document.getElementById(&#039;edit-submitted-contato&#039;).value;
	var position = document.getElementById(&#039;edit-submitted-posicao-aplicada-para&#039;).value;
	var resume = document.getElementById(&#039;edit-submitted-carregue-o-seu-curriculo-aqui-upload&#039;).value;

	var mailformat =  /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;

	if(name == &#039;&#039;){
		alert(&#039;Please enter your name&#039;);
		document.getElementById(&#039;edit-submitted-nome&#039;).focus();  
	return false;

	}else if(email == &#039;&#039;){
		alert(&#039;Please enter email id&#039;);
		document.getElementById(&#039;edit-submitted-e-mail&#039;).focus();  
	return false;

	}else if(mailformat.test(email) == false){  
		alert(&#039;Enter Valid Email id.&#039;);
		document.getElementById(&#039;edit-submitted-e-mail&#039;).focus();  
	return false;  

	}else if(mobile == &#039;&#039;){
		alert(&#039;Please enter your contact No.&#039;);
		document.getElementById(&#039;edit-submitted-contato&#039;).focus();  
	return false;


	}else if(isNaN(mobile)||mobile.indexOf(&quot; &quot;)!=-1){
		alert(&quot;Enter numeric value&quot;);
		document.getElementById(&#039;edit-submitted-contato&#039;).focus();
	return false;

	}else if((mobile.length &lt; 1) || (mobile.length &gt; 10)){
		alert(&quot; Your mobile Number must be 1 to 10 Integers&quot;);
		document.getElementById(&#039;edit-submitted-contato&#039;).focus();
	return false;

	}else if(position == &quot;&quot;){
		alert(&#039;Please enter position&#039;);
		document.getElementById(&#039;edit-submitted-posicao-aplicada-para&#039;).focus();  
	return false;


	}else if(resume == &#039;&#039;){
		alert(&#039;Please upload resume&#039;);
		document.getElementById(&#039;edit-submitted-carregue-o-seu-curriculo-aqui-upload&#039;).focus();  
	return false;



	}else{
	return true;
	}  


}
&lt;/script&gt;




&lt;div class=&quot;fieldRptDv&quot;&gt;
  
	&lt;label for=&quot;textfield&quot;&gt;Nome*: &lt;/label&gt;
	&lt;!--&lt;input type=&quot;text&quot; name=&quot;textfield&quot; id=&quot;textfield&quot;&gt;--&gt;
	&lt;div class=&quot;form-item webform-component webform-component-textfield&quot; id=&quot;webform-component-nome&quot;&gt;
 &lt;input type=&quot;text&quot; id=&quot;edit-submitted-nome&quot; name=&quot;submitted[nome]&quot; value=&quot;&quot; size=&quot;60&quot; maxlength=&quot;128&quot; class=&quot;form-text&quot; /&gt;
&lt;/div&gt;
  
&lt;/div&gt;
&lt;div class=&quot;fieldRptDv&quot;&gt;
  
	&lt;label for=&quot;textfield&quot;&gt;E-mail*: &lt;/label&gt;
	&lt;!--&lt;input type=&quot;text&quot; name=&quot;textfield&quot; id=&quot;textfield&quot;&gt;--&gt;
	&lt;div class=&quot;form-item webform-component webform-component-textfield&quot; id=&quot;webform-component-e-mail&quot;&gt;
 &lt;input type=&quot;text&quot; id=&quot;edit-submitted-e-mail&quot; name=&quot;submitted[e_mail]&quot; value=&quot;&quot; size=&quot;60&quot; maxlength=&quot;128&quot; class=&quot;form-text&quot; /&gt;
&lt;/div&gt;
  
&lt;/div&gt;
&lt;div class=&quot;fieldRptDv&quot;&gt;
  
	&lt;label for=&quot;textfield&quot;&gt;Contato*: &lt;/label&gt;
	&lt;!--&lt;input type=&quot;text&quot; name=&quot;textfield&quot; id=&quot;textfield&quot;&gt;--&gt;
	&lt;div class=&quot;form-item webform-component webform-component-textfield&quot; id=&quot;webform-component-contato&quot;&gt;
 &lt;input type=&quot;text&quot; id=&quot;edit-submitted-contato&quot; name=&quot;submitted[contato]&quot; value=&quot;&quot; size=&quot;60&quot; maxlength=&quot;128&quot; class=&quot;form-text&quot; /&gt;
&lt;/div&gt;
  
&lt;/div&gt;
&lt;div class=&quot;fieldRptDv&quot;&gt;
  
	&lt;label for=&quot;textfield&quot;&gt;Posição aplicada para*: &lt;/label&gt;
	&lt;!--&lt;input type=&quot;text&quot; name=&quot;textfield&quot; id=&quot;textfield&quot;&gt;--&gt;
	&lt;div class=&quot;form-item webform-component webform-component-textfield&quot; id=&quot;webform-component-posicao-aplicada-para&quot;&gt;
 &lt;input type=&quot;text&quot; id=&quot;edit-submitted-posicao-aplicada-para&quot; name=&quot;submitted[posicao_aplicada_para]&quot; value=&quot;&quot; size=&quot;60&quot; maxlength=&quot;128&quot; class=&quot;form-text&quot; /&gt;
&lt;/div&gt;
  
&lt;/div&gt;
&lt;div class=&quot;fieldRptDv&quot;&gt;
  
	&lt;label for=&quot;fileField&quot;&gt;Carregue o seu currículo aqui*:&lt;/label&gt;
	&lt;!--&lt;input type=&quot;file&quot; name=&quot;fileField&quot; id=&quot;fileField&quot;&gt;--&gt;
	  
&lt;/div&gt;
&lt;div class=&quot;fieldRptDv&quot;&gt;
  
	&lt;!--&lt;input name=&quot;&quot; type=&quot;button&quot; value=&quot;Submit&quot; class=&quot;submitBtn&quot;&gt;--&gt;
    &lt;div id=&quot;edit-submitted-carregue-o-seu-curriculo-aqui-ajax-wrapper&quot;&gt;&lt;div class=&quot;form-item webform-component webform-component-managed_file&quot; id=&quot;webform-component-carregue-o-seu-curriculo-aqui&quot;&gt;
 &lt;div id=&quot;edit-submitted-carregue-o-seu-curriculo-aqui&quot; class=&quot;form-managed-file&quot;&gt;&lt;input type=&quot;file&quot; id=&quot;edit-submitted-carregue-o-seu-curriculo-aqui-upload&quot; name=&quot;files[submitted_carregue_o_seu_curriculo_aqui]&quot; size=&quot;22&quot; class=&quot;form-file&quot; /&gt;&lt;input type=&quot;submit&quot; id=&quot;edit-submitted-carregue-o-seu-curriculo-aqui-upload-button&quot; name=&quot;submitted_carregue_o_seu_curriculo_aqui_upload_button&quot; value=&quot;Upload&quot; class=&quot;form-submit&quot; /&gt;&lt;input type=&quot;hidden&quot; name=&quot;submitted[carregue_o_seu_curriculo_aqui][fid]&quot; value=&quot;0&quot; /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;input type=&quot;hidden&quot; name=&quot;details[sid]&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;details[page_num]&quot; value=&quot;1&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;details[page_count]&quot; value=&quot;1&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;details[finished]&quot; value=&quot;0&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;form_build_id&quot; value=&quot;form-WwVcs5DT_nMkj2yaj6cKIXsg2b1MRzz2RZyh8jn9By8&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;form_id&quot; value=&quot;webform_client_form_3336&quot; /&gt;
&lt;div class=&quot;form-actions form-wrapper&quot; id=&quot;edit-actions--3&quot;&gt;&lt;input onclick=&quot;return resume_validate();&quot; type=&quot;submit&quot; id=&quot;edit-submit--3&quot; name=&quot;op&quot; value=&quot;Submit&quot; class=&quot;form-submit&quot; /&gt;&lt;/div&gt;  
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/form&gt;</description>
 <pubDate>Tue, 12 May 2015 07:25:44 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">3336 at https://associatedecor.com</guid>
 <comments>https://associatedecor.com/node/3336#comments</comments>
</item>
<item>
 <title>AceTech</title>
 <link>https://associatedecor.com/node/3333</link>
 <description>&lt;div class=&quot;form-item form-type-item&quot;&gt;
  &lt;label&gt;Language &lt;/label&gt;
 Spanish
&lt;/div&gt;
&lt;div class=&quot;field field-name-field-upload-pr field-type-file field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Upload PR:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;span class=&quot;file&quot;&gt;&lt;img class=&quot;file-icon&quot; alt=&quot;&quot; title=&quot;application/msword&quot; src=&quot;/modules/file/icons/x-office-document.png&quot; /&gt; &lt;a href=&quot;https://associatedecor.com/sites/default/files/131025_ADL_Magazine%20AceTech_writeup.doc&quot; type=&quot;application/msword; length=29184&quot;&gt;131025_ADL_Magazine AceTech_writeup.doc&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-upload-image-pr field-type-image field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Upload Image PR:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;https://associatedecor.com/sites/default/files/131025_ADL_Magazine-AceTech_writeup.jpg&quot; width=&quot;221&quot; height=&quot;159&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 12 May 2015 06:44:40 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">3333 at https://associatedecor.com</guid>
 <comments>https://associatedecor.com/node/3333#comments</comments>
</item>
<item>
 <title>Ace Tech</title>
 <link>https://associatedecor.com/node/3332</link>
 <description>&lt;div class=&quot;form-item form-type-item&quot;&gt;
  &lt;label&gt;Language &lt;/label&gt;
 Portuguese, Brazil
&lt;/div&gt;
&lt;div class=&quot;field field-name-field-upload-pr field-type-file field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Upload PR:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;span class=&quot;file&quot;&gt;&lt;img class=&quot;file-icon&quot; alt=&quot;&quot; title=&quot;application/msword&quot; src=&quot;/modules/file/icons/x-office-document.png&quot; /&gt; &lt;a href=&quot;https://associatedecor.com/sites/default/files/131025_ADL_Magazine%20AceTech_writeup.doc&quot; type=&quot;application/msword; length=29184&quot;&gt;131025_ADL_Magazine AceTech_writeup.doc&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-upload-image-pr field-type-image field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Upload Image PR:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;https://associatedecor.com/sites/default/files/131025_ADL_Magazine-AceTech_writeup.jpg&quot; width=&quot;221&quot; height=&quot;159&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 12 May 2015 06:44:05 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">3332 at https://associatedecor.com</guid>
 <comments>https://associatedecor.com/node/3332#comments</comments>
</item>
<item>
 <title>Conglomerados grado HMR de Associate- Serie super resistente a la humedad</title>
 <link>https://associatedecor.com/node/3331</link>
 <description>&lt;div class=&quot;form-item form-type-item&quot;&gt;
  &lt;label&gt;Language &lt;/label&gt;
 Spanish
&lt;/div&gt;
&lt;div class=&quot;field field-name-field-upload-pr field-type-file field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Upload PR:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;span class=&quot;file&quot;&gt;&lt;img class=&quot;file-icon&quot; alt=&quot;&quot; title=&quot;application/pdf&quot; src=&quot;/modules/file/icons/application-pdf.png&quot; /&gt; &lt;a href=&quot;https://associatedecor.com/sites/default/files/140108_ADL_Writeup_Super%20ext%20grade-2.pdf&quot; type=&quot;application/pdf; length=434921&quot;&gt;140108_ADL_Writeup_Super ext grade-2.pdf&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-upload-image-pr field-type-image field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Upload Image PR:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;https://associatedecor.com/sites/default/files/140108_ADL_Writeup_Super-ext-grade-2.jpg&quot; width=&quot;221&quot; height=&quot;159&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 12 May 2015 06:43:26 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">3331 at https://associatedecor.com</guid>
 <comments>https://associatedecor.com/node/3331#comments</comments>
</item>
<item>
 <title>Aglomerado HMR da Associate – Série Super Resistente a Umidade</title>
 <link>https://associatedecor.com/node/3330</link>
 <description>&lt;div class=&quot;form-item form-type-item&quot;&gt;
  &lt;label&gt;Language &lt;/label&gt;
 Portuguese, Brazil
&lt;/div&gt;
&lt;div class=&quot;field field-name-field-upload-pr field-type-file field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Upload PR:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;span class=&quot;file&quot;&gt;&lt;img class=&quot;file-icon&quot; alt=&quot;&quot; title=&quot;application/pdf&quot; src=&quot;/modules/file/icons/application-pdf.png&quot; /&gt; &lt;a href=&quot;https://associatedecor.com/sites/default/files/140108_ADL_Writeup_Super%20ext%20grade-2.pdf&quot; type=&quot;application/pdf; length=434921&quot;&gt;140108_ADL_Writeup_Super ext grade-2.pdf&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-upload-image-pr field-type-image field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Upload Image PR:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;https://associatedecor.com/sites/default/files/140108_ADL_Writeup_Super-ext-grade-2.jpg&quot; width=&quot;221&quot; height=&quot;159&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 12 May 2015 06:42:47 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">3330 at https://associatedecor.com</guid>
 <comments>https://associatedecor.com/node/3330#comments</comments>
</item>
<item>
 <title>Laminados Associate</title>
 <link>https://associatedecor.com/node/3329</link>
 <description>&lt;div class=&quot;form-item form-type-item&quot;&gt;
  &lt;label&gt;Language &lt;/label&gt;
 Spanish
&lt;/div&gt;
&lt;div class=&quot;field field-name-field-upload-pr field-type-file field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Upload PR:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;span class=&quot;file&quot;&gt;&lt;img class=&quot;file-icon&quot; alt=&quot;&quot; title=&quot;application/pdf&quot; src=&quot;/modules/file/icons/application-pdf.png&quot; /&gt; &lt;a href=&quot;https://associatedecor.com/sites/default/files/130812_ADL_Product%20Write%20Up%20-%20august%20edited.pdf&quot; type=&quot;application/pdf; length=7044005&quot;&gt;130812_ADL_Product Write Up - august edited.pdf&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-upload-image-pr field-type-image field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Upload Image PR:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;https://associatedecor.com/sites/default/files/130812_ADL_Product-Write-Up---august-edited.jpg&quot; width=&quot;221&quot; height=&quot;159&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 12 May 2015 06:41:59 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">3329 at https://associatedecor.com</guid>
 <comments>https://associatedecor.com/node/3329#comments</comments>
</item>
<item>
 <title>Associate Laminates</title>
 <link>https://associatedecor.com/node/3328</link>
 <description>&lt;div class=&quot;form-item form-type-item&quot;&gt;
  &lt;label&gt;Language &lt;/label&gt;
 Portuguese, Brazil
&lt;/div&gt;
&lt;div class=&quot;field field-name-field-upload-pr field-type-file field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Upload PR:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;span class=&quot;file&quot;&gt;&lt;img class=&quot;file-icon&quot; alt=&quot;&quot; title=&quot;application/pdf&quot; src=&quot;/modules/file/icons/application-pdf.png&quot; /&gt; &lt;a href=&quot;https://associatedecor.com/sites/default/files/130812_ADL_Product%20Write%20Up%20-%20august%20edited.pdf&quot; type=&quot;application/pdf; length=7044005&quot;&gt;130812_ADL_Product Write Up - august edited.pdf&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-upload-image-pr field-type-image field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Upload Image PR:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;img typeof=&quot;foaf:Image&quot; src=&quot;https://associatedecor.com/sites/default/files/130812_ADL_Product-Write-Up---august-edited.jpg&quot; width=&quot;221&quot; height=&quot;159&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 12 May 2015 06:41:27 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">3328 at https://associatedecor.com</guid>
 <comments>https://associatedecor.com/node/3328#comments</comments>
</item>
</channel>
</rss>
