PageRenderTime 147ms CodeModel.GetById 36ms RepoModel.GetById 3ms app.codeStats 0ms

/app/cache/dev/twig/49/4975e0f5fe3b209b6ae299a0b4dcacd96964a1b21c3c1a9bac84d3983e4d8884.php

https://gitlab.com/bofbof93/PISprintWeb
PHP | 218 lines | 114 code | 19 blank | 85 comment | 0 complexity | 2200ac3672533447cdde79085a3fc7be MD5 | raw file
  1. <?php
  2. /* TunisiaMallGestionStockBundle:GestionStock:AjouterStock.html.twig */
  3. class __TwigTemplate_e4b9cc6fa8859a460fbf2018a75638936b4391dd6b9accf0f1776bdc4c52cd7f extends Twig_Template
  4. {
  5. public function __construct(Twig_Environment $env)
  6. {
  7. parent::__construct($env);
  8. // line 3
  9. $this->parent = $this->loadTemplate("AdminBundle::Layout.html.twig", "TunisiaMallGestionStockBundle:GestionStock:AjouterStock.html.twig", 3);
  10. $this->blocks = array(
  11. 'HeaderTitle' => array($this, 'block_HeaderTitle'),
  12. 'TableView' => array($this, 'block_TableView'),
  13. );
  14. }
  15. protected function doGetParent(array $context)
  16. {
  17. return "AdminBundle::Layout.html.twig";
  18. }
  19. protected function doDisplay(array $context, array $blocks = array())
  20. {
  21. $this->parent->display($context, array_merge($this->blocks, $blocks));
  22. }
  23. // line 4
  24. public function block_HeaderTitle($context, array $blocks = array())
  25. {
  26. // line 5
  27. echo "
  28. <h1>
  29. Ajouter
  30. <small>Stock</small>
  31. </h1>
  32. ";
  33. }
  34. // line 12
  35. public function block_TableView($context, array $blocks = array())
  36. {
  37. // line 13
  38. echo "
  39. <div class=\"col-md-6\">
  40. <!-- Horizontal Form -->
  41. <div class=\"box box-info\">
  42. <div class=\"box-header with-border\">
  43. <h3 class=\"box-title\">Ajouter une produit</h3>
  44. <form method=\"POST\" class=\"form-horizontal\" name=\"form\" onsubmit=\"verif()\">
  45. <div> ";
  46. // line 21
  47. echo $this->env->getExtension('form')->renderer->renderBlock((isset($context["form"]) ? $context["form"] : $this->getContext($context, "form")), 'form_start');
  48. echo "
  49. ";
  50. // line 22
  51. echo $this->env->getExtension('form')->renderer->searchAndRenderBlock((isset($context["form"]) ? $context["form"] : $this->getContext($context, "form")), 'errors');
  52. echo "
  53. <div class=\"form-group\">
  54. <label for=\"Quantiteproduit\" class=\"col-sm-2 control-label\">Quantite produit</label>
  55. ";
  56. // line 26
  57. echo $this->env->getExtension('form')->renderer->searchAndRenderBlock($this->getAttribute((isset($context["form"]) ? $context["form"] : $this->getContext($context, "form")), "Quantiteproduit", array()), 'errors');
  58. echo "
  59. <div class=\"col-sm-10\">
  60. ";
  61. // line 28
  62. echo $this->env->getExtension('form')->renderer->searchAndRenderBlock($this->getAttribute((isset($context["form"]) ? $context["form"] : $this->getContext($context, "form")), "Quantiteproduit", array()), 'widget');
  63. echo "
  64. </div>
  65. </div>
  66. <div class=\"form-group\">
  67. <label for=\"DateAjout\" class=\"col-sm-2 control-label\">Date Ajout</label>
  68. ";
  69. // line 33
  70. echo $this->env->getExtension('form')->renderer->searchAndRenderBlock($this->getAttribute((isset($context["form"]) ? $context["form"] : $this->getContext($context, "form")), "DateAjout", array()), 'errors');
  71. echo "
  72. <div class=\"col-sm-10\">
  73. ";
  74. // line 35
  75. echo $this->env->getExtension('form')->renderer->searchAndRenderBlock($this->getAttribute((isset($context["form"]) ? $context["form"] : $this->getContext($context, "form")), "DateAjout", array()), 'widget');
  76. echo "
  77. </div>
  78. </div>
  79. <div class=\"form-group\">
  80. <label for=\"Enseigne\" class=\"col-sm-2 control-label\">Enseigne</label>
  81. ";
  82. // line 40
  83. echo $this->env->getExtension('form')->renderer->searchAndRenderBlock($this->getAttribute((isset($context["form"]) ? $context["form"] : $this->getContext($context, "form")), "Enseigne", array()), 'errors');
  84. echo "
  85. <div class=\"col-sm-10\">
  86. ";
  87. // line 42
  88. echo $this->env->getExtension('form')->renderer->searchAndRenderBlock($this->getAttribute((isset($context["form"]) ? $context["form"] : $this->getContext($context, "form")), "Enseigne", array()), 'widget');
  89. echo "
  90. </div></div>
  91. <div class=\"form-group\">
  92. <label for=\"Produit\" class=\"col-sm-2 control-label\">Produit</label>
  93. ";
  94. // line 46
  95. echo $this->env->getExtension('form')->renderer->searchAndRenderBlock($this->getAttribute((isset($context["form"]) ? $context["form"] : $this->getContext($context, "form")), "Produit", array()), 'errors');
  96. echo "
  97. <div class=\"col-sm-10\">
  98. ";
  99. // line 48
  100. echo $this->env->getExtension('form')->renderer->searchAndRenderBlock($this->getAttribute((isset($context["form"]) ? $context["form"] : $this->getContext($context, "form")), "Produit", array()), 'widget');
  101. echo "
  102. </div></div>
  103. <div class=\"box-footer\">
  104. ";
  105. // line 55
  106. echo $this->env->getExtension('form')->renderer->searchAndRenderBlock($this->getAttribute((isset($context["form"]) ? $context["form"] : $this->getContext($context, "form")), "AjouterStock", array()), 'widget');
  107. echo "
  108. </div>
  109. ";
  110. // line 57
  111. echo $this->env->getExtension('form')->renderer->renderBlock((isset($context["form"]) ? $context["form"] : $this->getContext($context, "form")), 'form_end');
  112. echo "
  113. </div>
  114. </form>
  115. </div>
  116. </div>
  117. </div><!-- /.box -->
  118. ";
  119. }
  120. public function getTemplateName()
  121. {
  122. return "TunisiaMallGestionStockBundle:GestionStock:AjouterStock.html.twig";
  123. }
  124. public function isTraitable()
  125. {
  126. return false;
  127. }
  128. public function getDebugInfo()
  129. {
  130. return array ( 123 => 57, 118 => 55, 108 => 48, 103 => 46, 96 => 42, 91 => 40, 83 => 35, 78 => 33, 70 => 28, 65 => 26, 58 => 22, 54 => 21, 44 => 13, 41 => 12, 32 => 5, 29 => 4, 11 => 3,);
  131. }
  132. }
  133. /* {# empty Twig template #}*/
  134. /* {# empty Twig template #}*/
  135. /* {% extends "AdminBundle::Layout.html.twig" %}*/
  136. /* {% block HeaderTitle %}*/
  137. /* */
  138. /* <h1>*/
  139. /* Ajouter*/
  140. /* <small>Stock</small>*/
  141. /* </h1>*/
  142. /* {%endblock %}*/
  143. /* */
  144. /* {% block TableView %}*/
  145. /* */
  146. /* <div class="col-md-6">*/
  147. /* <!-- Horizontal Form -->*/
  148. /* <div class="box box-info">*/
  149. /* <div class="box-header with-border">*/
  150. /* <h3 class="box-title">Ajouter une produit</h3>*/
  151. /* */
  152. /* <form method="POST" class="form-horizontal" name="form" onsubmit="verif()">*/
  153. /* <div> {{ form_start(form) }}*/
  154. /* {{form_errors(form) }}*/
  155. /* */
  156. /* <div class="form-group">*/
  157. /* <label for="Quantiteproduit" class="col-sm-2 control-label">Quantite produit</label>*/
  158. /* {{ form_errors(form.Quantiteproduit) }}*/
  159. /* <div class="col-sm-10">*/
  160. /* {{ form_widget(form.Quantiteproduit) }}*/
  161. /* </div> */
  162. /* </div>*/
  163. /* <div class="form-group">*/
  164. /* <label for="DateAjout" class="col-sm-2 control-label">Date Ajout</label>*/
  165. /* {{ form_errors(form.DateAjout) }}*/
  166. /* <div class="col-sm-10">*/
  167. /* {{ form_widget(form.DateAjout) }}*/
  168. /* </div> */
  169. /* </div>*/
  170. /* <div class="form-group">*/
  171. /* <label for="Enseigne" class="col-sm-2 control-label">Enseigne</label>*/
  172. /* {{ form_errors(form.Enseigne) }}*/
  173. /* <div class="col-sm-10">*/
  174. /* {{ form_widget(form.Enseigne) }}*/
  175. /* </div></div> */
  176. /* <div class="form-group">*/
  177. /* <label for="Produit" class="col-sm-2 control-label">Produit</label>*/
  178. /* {{ form_errors(form.Produit) }}*/
  179. /* <div class="col-sm-10">*/
  180. /* {{ form_widget(form.Produit) }}*/
  181. /* </div></div> */
  182. /* */
  183. /* */
  184. /* */
  185. /* */
  186. /* <div class="box-footer">*/
  187. /* {{form_widget(form.AjouterStock) }}*/
  188. /* </div>*/
  189. /* {{ form_end(form)}}*/
  190. /* */
  191. /* */
  192. /* </div>*/
  193. /* </form>*/
  194. /* </div>*/
  195. /* </div>*/
  196. /* </div><!-- /.box -->*/
  197. /* */
  198. /* */
  199. /* {% endblock %}*/