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