New page to add users in the database
[platal.git] / templates / core / bug.tpl
1 <div style="width:800px;height:600px">\r
2 {if $bug_sent}\r
3 <script type="text/javascript">window.close();</script>\r
4 {/if}\r
5 <form action="send_bug" method="post">\r
6         <h1>Signaler un bug ou demander une amélioration</h1>\r
7         <div style="margin-left:10%;margin-right:10%">\r
8           <select name="task_type">\r
9             <option value="bug">Bug</option>\r
10             <option value="wish">Wish</option>\r
11           </select>\r
12           &nbsp;&nbsp;Sujet : <input type="text" name="item_summary" id="flyspray_title" value="sur la page {$smarty.server.HTTP_REFERER}" size="50" maxlength="100"/>\r
13           <textarea name="detailed_desc" id="flyspray_detail" cols="70" rows="10" style="width:100%;margin-top:10px;margin-bottom:10px;height:400px;display:block;">\r
14 \r
15 ** Explique ici le problème ou l'amélioration proposée **\r
16                 \r
17 Page : {$smarty.server.HTTP_REFERER}\r
18 \r
19 Navigateur : {$smarty.server.HTTP_USER_AGENT}\r
20 Skin : {$smarty.session.skin} \r
21 Signalé par {$smarty.session.forlife}</textarea>\r
22           <div style="text-align:center">\r
23               <input type="button" value="Fermer" onclick="window.close()"/>\r
24               <input type="submit" name="send" value="Signaler le bug"/>\r
25           </div>\r
26     </div>\r
27 </form>\r
28 </div>\r