#371, notifier un bug de plat/al directement depuis le site
[platal.git] / templates / skin / common.footer.tpl
1 {**************************************************************************}
2 {*                                                                        *}
3 {*  Copyright (C) 2003-2006 Polytechnique.org                             *}
4 {*  http://opensource.polytechnique.org/                                  *}
5 {*                                                                        *}
6 {*  This program is free software; you can redistribute it and/or modify  *}
7 {*  it under the terms of the GNU General Public License as published by  *}
8 {*  the Free Software Foundation; either version 2 of the License, or     *}
9 {*  (at your option) any later version.                                   *}
10 {*                                                                        *}
11 {*  This program is distributed in the hope that it will be useful,       *}
12 {*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *}
13 {*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *}
14 {*  GNU General Public License for more details.                          *}
15 {*                                                                        *}
16 {*  You should have received a copy of the GNU General Public License     *}
17 {*  along with this program; if not, write to the Free Software           *}
18 {*  Foundation, Inc.,                                                     *}
19 {*  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA               *}
20 {*                                                                        *}
21 {**************************************************************************}
22
23 <div id="flyspray_report">
24 <form action="http://trackers.polytechnique.org/" method="post" enctype="multipart/form-data">
25         <h1>Signaler un bug ou demander une amélioration</h1>
26         <div>
27                 <input type="hidden" name="do" value="modify"/>
28                 <input type="hidden" name="action" value="newtask"/>
29                 <input type="hidden" name="project_id" value="1"/>
30                 <select name="task_type">
31             <option value="1">Bug</option>
32                         <option value="2">Wish</option>
33                 </select>
34                 <input type="text" name="item_summary" id="flyspray_title" value="sur la page {$smarty.server.SCRIPT_URL}" size="50" maxlength="100"/>
35                 <input type="hidden" name="productcategory" value="1"/><!-- non trié -->
36                 <input type="hidden" name="itemstatus" value="2"/><!-- New -->
37                 <input type="hidden" name="assigned_to" value="0"/><!-- No one -->
38                 <input type="hidden" name="operating_system" value="1"/><!-- All -->
39                 <input type="hidden" name="task_severity" value="2"/><!-- Low -->
40                 <input type="hidden" name="task_priority" value="2"/><!-- Normal -->
41                 <input type="hidden" name="productversion" value=""/><!-- ??? -->
42                 <input type="hidden" name="closedbyversion" value=""/><!-- Undecided -->
43                 <input type="hidden" name="due_date" value=""/>
44                 <textarea name="detailed_desc" id="flyspray_detail" cols="70" rows="10">
45
46 ** Explique ici le problème ou l'amélioration proposée **
47                 
48 Page : {$smarty.server.SCRIPT_URI}
49 Navigateur : {$smarty.server.HTTP_USER_AGENT}
50 Skin : {$smarty.session.skin} 
51 Singalé par {$smarty.session.forlife}</textarea>
52                 <div id="flyspray_submit">
53                         <input type="button" value="Fermer" onclick="close_bug(this.form,false)"/>
54                         <input type="button" value="Signaler le bug" onclick="close_bug(this.form,true)"/>
55                 </div>
56         </div>
57 </form>
58 </div>
59
60 <div>
61   Plat/al <a href="changelog">{#globals.version#}</a> - Copyright © 1999-2006 <a href="http://x-org.polytechnique.org/">Polytechnique.org</a>
62   &nbsp;-&nbsp;
63   <a href="Docs/ConventionAX">Lien avec l'AX</a>
64   &nbsp;-&nbsp;
65   <a href="Docs/APropos">A propos de ce site</a>
66 <br />
67   <a href="Docs/Ethique">Services et Ethique</a>
68   | <a href="Docs/Charte">Charte</a>
69 {if $smarty.session.auth ge AUTH_COOKIE}
70   | <a href="stats/coupures">Disponibilité</a>
71   | <a href="stats">Statistiques</a>
72 {/if}
73 </div>
74
75 {* vim:set et sw=2 sts=2 sws=2: *}