[FIX] Error reports
[cds-indico.git] / indico / MaKaC / webinterface / tpls / BookingsWarning.tpl
blob1a45cad14bccf3eac7994bd2a359beed7dbf5c4c
2 <form action = ${ bookingsVRVSURL } method="POST">
3 <table width="65%" cellspacing="0" align="center" border="0" style="border-left: 1px solid #777777;padding-left:2px">
4         <td align="left">
5     <tr><td colspan="3" class="groupTitle">Creating a Booking on VRVS</td>
6            <tr><td><a  style="vertical-align:middle"> <font color="gray"> <p><b> ${ _("Please notice that to make a booking in VRVS system you have to be already a registered user with enough booking quota for the time slot needed.")}
7            <p> ${ _("If you are a registered user, press \"Continue\" otherwise please go to")} <a href="http://www.vrvs.org" target="_blank"> ${ _("VRVS site")} </a>  ${ _("for registration.")}  <input type="submit" class="btn" value="${ _("Continue")}">
8            </b></a></td></tr>
9           </td>
10     </tr>
11 </table>
12 </form>