Advertisement
Guest User

Untitled

a guest
Sep 13th, 2017
746
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.54 KB | None | 0 0
  1. <?php
  2. /**
  3. * Magento
  4. *
  5. * NOTICE OF LICENSE
  6. *
  7. * This source file is subject to the Academic Free License (AFL 3.0)
  8. * that is bundled with this package in the file LICENSE_AFL.txt.
  9. * It is also available through the world-wide-web at this URL:
  10. * http://opensource.org/licenses/afl-3.0.php
  11. * If you did not receive a copy of the license and are unable to
  12. * obtain it through the world-wide-web, please send an email
  13. * to [email protected] so we can send you a copy immediately.
  14. *
  15. * DISCLAIMER
  16. *
  17. * Do not edit or add to this file if you wish to upgrade Magento to newer
  18. * versions in the future. If you wish to customize Magento for your
  19. * needs please refer to http://www.magentocommerce.com for more information.
  20. *
  21. * @category design
  22. * @package rwd_default
  23. * @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
  24. * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
  25. */
  26. ?>
  27. <?php
  28. /**
  29. * Template for Mage_Page_Block_Html
  30. */
  31. ?>
  32.  
  33. <!DOCTYPE html>
  34.  
  35. <!--[if lt IE 7 ]> <html lang="en" id="top" class="no-js ie6"> <![endif]-->
  36. <!--[if IE 7 ]> <html lang="en" id="top" class="no-js ie7"> <![endif]-->
  37. <!--[if IE 8 ]> <html lang="en" id="top" class="no-js ie8"> <![endif]-->
  38. <!--[if IE 9 ]> <html lang="en" id="top" class="no-js ie9"> <![endif]-->
  39. <!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" id="top" class="no-js"> <!--<![endif]-->
  40.  
  41. <head>
  42. <?php echo $this->getChildHtml('head') ?>
  43. </head>
  44. <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
  45. <?php echo $this->getChildHtml('after_body_start') ?>
  46. <div class="wrapper">
  47. <?php echo $this->getChildHtml('global_notices') ?>
  48. <div class="page">
  49. <?php echo $this->getChildHtml('header') ?>
  50. <div class="main-container col1-layout">
  51. <div class="main">
  52. <div class="container main-page">
  53. <?php echo $this->getChildHtml('breadcrumbs') ?>
  54. <div class="col-main">
  55. <div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
  56. <div class="page-title"><h1><?php echo $this->getLayout()->getBlock('head')->getTitle(); ?></h1></div>
  57. <div class="employ-text">
  58. <p>Te agradecemos tu interés por querer trabajar con nosotros.</p>
  59. <p>Si eres una persona motivada, extrovertida, comunicativa y amante del deporte déjanos tu Curriculum.</p>
  60. <p>Durante la temporada de invierno Cuylás ofrece vacantes temporales en un entorno inmejorable en la estación de Baquiera Beret.</p>
  61. </div>
  62. <form action="<?php echo $this->getUrl('contacts/index/empleo'); ?>" id="contactForm" method="post" class="scaffold-form" enctype="multipart/form-data">
  63. <div class="fieldset">
  64. <h2 class="legend"><?php echo Mage::helper('contacts')->__('Contact Information') ?></h2>
  65. <ul class="form-list">
  66. <li class="fields">
  67. <div class="field nme pull-left">
  68. <label for="name" class="required"><em>*</em><?php echo Mage::helper('contacts')->__('Name') ?></label>
  69. <div class="input-box">
  70. <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" />
  71. </div>
  72. </div>
  73. <div class="field cnt-srname pull-right">
  74. <label for="name" class="required"><em>*</em><?php echo Mage::helper('contacts')->__('Surnames') ?></label>
  75. <div class="input-box">
  76. <input name="surnames" id="surnames" title="<?php echo Mage::helper('contacts')->__('Surnames') ?>" value="" class="input-text required-entry" type="text" />
  77. </div>
  78. </div>
  79. </li>
  80. <li>
  81. <div class="field mail-ad pull-left">
  82. <label for="email" class="required"><em>*</em><?php echo Mage::helper('contacts')->__('Email') ?></label>
  83. <div class="input-box">
  84. <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" />
  85. </div>
  86. </div>
  87. <div class="field cnt-srname pull-right">
  88. <label for="telephone"><?php echo Mage::helper('contacts')->__('Telephone') ?></label>
  89. <div class="input-box">
  90. <input name="telephone" id="telephone" title="<?php echo Mage::helper('contacts')->__('Telephone') ?>" value="" class="input-text" type="tel" />
  91. </div>
  92. </div>
  93. </li>
  94. <li class="wide formation">
  95. <label for="curriculum" class="required"><em>*</em>Tu curriculum (formato word o pdf)</label>
  96. <div class="input-box">
  97. <input type="file" name="curriculum" id="curriculum" class="required-entry" />
  98. </div>
  99. </li>
  100. <li class="wide txt-area">
  101. <label for="comment" class="required"><em>*</em><?php echo Mage::helper('contacts')->__('Comment') ?></label>
  102. <div class="input-box">
  103. <textarea name="comment" id="comment" title="<?php echo Mage::helper('contacts')->__('Comment') ?>" class="required-entry input-text" cols="5" rows="3"></textarea>
  104. </div>
  105. </li>
  106. </ul>
  107. </div>
  108. <div class="set-main-btn">
  109. <div class="buttons-set">
  110. <input type="text" name="hideit" id="hideit" value="" style="display:none !important;" />
  111. <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>
  112. <button type="submit" title="<?php echo Mage::helper('contacts')->__('Submit') ?>" class="button"><span><span><?php echo Mage::helper('contacts')->__('Submit') ?></span></span></button>
  113. </div>
  114. <div class="fld-required" ><p><?php echo Mage::helper('contacts')->__('* Required Fields') ?></p></div>
  115. </div>
  116. </form>
  117. <script type="text/javascript">
  118. //<![CDATA[
  119. var contactForm = new VarienForm('contactForm', true);
  120. //]]>
  121. </script>
  122. </div>
  123. </div>
  124. </div>
  125. </div>
  126. <?php echo $this->getChildHtml('footer_before') ?>
  127. <?php echo $this->getChildHtml('footer') ?>
  128. <?php echo $this->getChildHtml('global_cookie_notice') ?>
  129. <?php echo $this->getChildHtml('before_body_end') ?>
  130. </div>
  131. </div>
  132. <?php echo $this->getAbsoluteFooter() ?>
  133. </body>
  134. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement