[FIX] Error reports
[cds-indico.git] / indico / MaKaC / webinterface / tpls / SlidesCreation.tpl
blobda62caaaa8e25bd00fdef618d373df5c25130082
1 <form action="${ postURL }" method="POST">
2     ${ locator }
3     <input type="hidden" name="typeMaterial" value="${ typeMaterial }">
4     <table width="50%" align="center" border="0" style="border-left: 1px solid #777777">
5         <tr>
6             <td class="groupTitle" colspan="2"> ${ _("Creating the slides")}</td>
7         </tr>
8         <tr>
9             <td nowrap class="titleCellTD"><span class="titleCellFormat"> ${ _("Title")}</span></td>
10             <td align="left"><input type="text" name="title" size="60" value="${ title }"></td>
11         </tr>
12         <tr>
13             <td nowrap class="titleCellTD"><span class="titleCellFormat"> ${ _("Description")}</span></td>
14             <td align="left"><textarea name="description" cols="43" rows="6">${ description }</textarea></td>
15         </tr>
16         <tr><td>&nbsp;</td></tr>
17         <tr>
18             <td colspan="2" align="left"><input type="submit" class="btn" value="${ _("ok")}"></td>
19         </tr>
20     </table>
21 </form>