Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * Magento
- *
- * NOTICE OF LICENSE
- *
- * This source file is subject to the Academic Free License (AFL 3.0)
- * that is bundled with this package in the file LICENSE_AFL.txt.
- * It is also available through the world-wide-web at this URL:
- * http://opensource.org/licenses/afl-3.0.php
- * If you did not receive a copy of the license and are unable to
- * obtain it through the world-wide-web, please send an email
- * to [email protected] so we can send you a copy immediately.
- *
- * DISCLAIMER
- *
- * Do not edit or add to this file if you wish to upgrade Magento to newer
- * versions in the future. If you wish to customize Magento for your
- * needs please refer to http://www.magentocommerce.com for more information.
- *
- * @category design
- * @package rwd_default
- * @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
- */
- ?>
- <?php
- /**
- * Template for Mage_Page_Block_Html
- */
- ?>
- <!DOCTYPE html>
- <!--[if lt IE 7 ]> <html lang="en" id="top" class="no-js ie6"> <![endif]-->
- <!--[if IE 7 ]> <html lang="en" id="top" class="no-js ie7"> <![endif]-->
- <!--[if IE 8 ]> <html lang="en" id="top" class="no-js ie8"> <![endif]-->
- <!--[if IE 9 ]> <html lang="en" id="top" class="no-js ie9"> <![endif]-->
- <!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" id="top" class="no-js"> <!--<![endif]-->
- <head>
- <?php echo $this->getChildHtml('head') ?>
- </head>
- <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
- <?php echo $this->getChildHtml('after_body_start') ?>
- <div class="wrapper">
- <?php echo $this->getChildHtml('global_notices') ?>
- <div class="page">
- <?php echo $this->getChildHtml('header') ?>
- <div class="main-container col1-layout">
- <div class="main">
- <div class="container main-page">
- <?php echo $this->getChildHtml('breadcrumbs') ?>
- <div class="col-main">
- <div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
- <div class="page-title"><h1><?php echo $this->getLayout()->getBlock('head')->getTitle(); ?></h1></div>
- <div class="employ-text">
- <p>Te agradecemos tu interés por querer trabajar con nosotros.</p>
- <p>Si eres una persona motivada, extrovertida, comunicativa y amante del deporte déjanos tu Curriculum.</p>
- <p>Durante la temporada de invierno Cuylás ofrece vacantes temporales en un entorno inmejorable en la estación de Baquiera Beret.</p>
- </div>
- <form action="<?php echo $this->getUrl('contacts/index/empleo'); ?>" id="contactForm" method="post" class="scaffold-form" enctype="multipart/form-data">
- <div class="fieldset">
- <h2 class="legend"><?php echo Mage::helper('contacts')->__('Contact Information') ?></h2>
- <ul class="form-list">
- <li class="fields">
- <div class="field nme pull-left">
- <label for="name" class="required"><em>*</em><?php echo Mage::helper('contacts')->__('Name') ?></label>
- <div class="input-box">
- <input name="name" id="name" title="<?php echo Mage::helper('contacts')->__('Name') ?>" value="<?php echo $this->escapeHtml($this->helper('contacts')->getUserName()) ?>" class="input-text required-entry" type="text" />
- </div>
- </div>
- <div class="field cnt-srname pull-right">
- <label for="name" class="required"><em>*</em><?php echo Mage::helper('contacts')->__('Surnames') ?></label>
- <div class="input-box">
- <input name="surnames" id="surnames" title="<?php echo Mage::helper('contacts')->__('Surnames') ?>" value="" class="input-text required-entry" type="text" />
- </div>
- </div>
- </li>
- <li>
- <div class="field mail-ad pull-left">
- <label for="email" class="required"><em>*</em><?php echo Mage::helper('contacts')->__('Email') ?></label>
- <div class="input-box">
- <input name="email" id="email" title="<?php echo Mage::helper('contacts')->__('Email') ?>" value="<?php echo $this->escapeHtml($this->helper('contacts')->getUserEmail()) ?>" class="input-text required-entry validate-email" type="email" autocapitalize="off" autocorrect="off" spellcheck="false" />
- </div>
- </div>
- <div class="field cnt-srname pull-right">
- <label for="telephone"><?php echo Mage::helper('contacts')->__('Telephone') ?></label>
- <div class="input-box">
- <input name="telephone" id="telephone" title="<?php echo Mage::helper('contacts')->__('Telephone') ?>" value="" class="input-text" type="tel" />
- </div>
- </div>
- </li>
- <li class="wide formation">
- <label for="curriculum" class="required"><em>*</em>Tu curriculum (formato word o pdf)</label>
- <div class="input-box">
- <input type="file" name="curriculum" id="curriculum" class="required-entry" />
- </div>
- </li>
- <li class="wide txt-area">
- <label for="comment" class="required"><em>*</em><?php echo Mage::helper('contacts')->__('Comment') ?></label>
- <div class="input-box">
- <textarea name="comment" id="comment" title="<?php echo Mage::helper('contacts')->__('Comment') ?>" class="required-entry input-text" cols="5" rows="3"></textarea>
- </div>
- </li>
- </ul>
- </div>
- <div class="set-main-btn">
- <div class="buttons-set">
- <input type="text" name="hideit" id="hideit" value="" style="display:none !important;" />
- <div class="st-in pull-left"><input type="checkbox" class="required-entry"> <span>He leido y acepto la </span><a href="<?php echo $this->getUrl('terminos-legales/politica-de-privacidad'); ?>">Política de privacidad</a></div>
- <button type="submit" title="<?php echo Mage::helper('contacts')->__('Submit') ?>" class="button"><span><span><?php echo Mage::helper('contacts')->__('Submit') ?></span></span></button>
- </div>
- <div class="fld-required" ><p><?php echo Mage::helper('contacts')->__('* Required Fields') ?></p></div>
- </div>
- </form>
- <script type="text/javascript">
- //<![CDATA[
- var contactForm = new VarienForm('contactForm', true);
- //]]>
- </script>
- </div>
- </div>
- </div>
- </div>
- <?php echo $this->getChildHtml('footer_before') ?>
- <?php echo $this->getChildHtml('footer') ?>
- <?php echo $this->getChildHtml('global_cookie_notice') ?>
- <?php echo $this->getChildHtml('before_body_end') ?>
- </div>
- </div>
- <?php echo $this->getAbsoluteFooter() ?>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement