/grails-app/views/planningPoker/_request.gsp

http://github.com/icescrum/iceScrum-plugin-planning-poker · Grails · 46 lines · 45 code · 1 blank · 0 comment · 0 complexity · 7b02d488ca50f4871b74369c7b46fb1b MD5 · raw file

  1. <%--*
  2. * Copyright (c) 2011 BE ISI iSPlugins Université Paul Sabatier.
  3. *
  4. * This file is part of iceScrum.
  5. *
  6. * Planning Poker plugin is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU Affero General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License.
  9. *
  10. * Planning Poker plugin is distributed in the hope that it will be useful,
  11. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. * GNU General Public License for more details.
  14. *
  15. * You should have received a copy of the GNU Affero General Public License
  16. * along with Planning Poker plugin. If not, see <http://www.gnu.org/licenses/>.
  17. *
  18. * Authors: Claude AUBRY (claude.aubry@gmail.com)
  19. * Vincent BARRIER (vbarrier@kagilum.com)
  20. * Marc-Antoine BEAUVAIS (marcantoine.beauvais@gmail.com)
  21. * Vincent CARASSUS (vincentcarassus@gmail.com)
  22. * Gabriel GIL (contact.gabrielgil@gmail.com)
  23. * Julien GOUDEAUX (julien.goudeaux@orange.fr)
  24. * Guillaume JANDIN (guillaume.baz@gmail.com)
  25. * Jihane KHALIL (khaliljihane@gmail.com)
  26. * Paul LABONNE (paul.labonne@gmail.com)
  27. * Nicolas NOULLET (nicolas.noullet@gmail.com)
  28. * Bertrand PAGES (pages.bertrand@gmail.com)
  29. * Jérémy SIMONKLEIN (jeremy.simonklein@gmail.com)
  30. * Steven STREHL (steven.strehl@googlemail.com)
  31. *
  32. *
  33. *--%>
  34. <form id="pokerForm" name="pokerForm" method="post" class='box-form box-form-small-legend box-content box-form-180'>
  35. <g:message code="is.ui.joinPlanningPoker"/>
  36. <is:buttonBar id="pokerButtonBar">
  37. <is:button
  38. name="pokerButton"
  39. type="submit"
  40. url="[controller:id, action:'start', params:[u:true] ]"
  41. value="${message(code:'is.yes')}"/>
  42. <is:button type="link" button="button-s button-s-black"
  43. value="${message(code: 'is.no')}"/>
  44. </is:buttonBar>
  45. </form>