small fixes from previous
[platal.git] / templates / skin / common.footer.tpl
CommitLineData
0337d704 1{**************************************************************************}
2{* *}
50a40a33 3{* Copyright (C) 2003-2006 Polytechnique.org *}
0337d704 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
7f8bf077 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>
5b459882 34 <input type="text" name="item_summary" id="flyspray_title" value="sur la page {$smarty.server.REQUEST_URI}" size="50" maxlength="100"/>
7f8bf077 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
5b459882 48Page : {#globals.baseurl#}/?{$smarty.server.QUERY_STRING}
7f8bf077 49Navigateur : {$smarty.server.HTTP_USER_AGENT}
50Skin : {$smarty.session.skin}
5b459882 51Signalé par {$smarty.session.forlife}</textarea>
7f8bf077 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>
0337d704 59
60<div>
7b2413f6 61 Plat/al <a href="changelog">{#globals.version#}</a> - Copyright © 1999-2006 <a href="http://x-org.polytechnique.org/">Polytechnique.org</a>
0337d704 62 &nbsp;-&nbsp;
7b2413f6 63 <a href="Docs/ConventionAX">Lien avec l'AX</a>
0337d704 64 &nbsp;-&nbsp;
7b2413f6 65 <a href="Docs/APropos">A propos de ce site</a>
0337d704 66<br />
7b2413f6 67 <a href="Docs/Ethique">Services et Ethique</a>
68 | <a href="Docs/Charte">Charte</a>
c6db254a 69{if $smarty.session.auth ge AUTH_COOKIE}
7b2413f6 70 | <a href="stats/coupures">Disponibilité</a>
71 | <a href="stats">Statistiques</a>
c6db254a 72{/if}
0337d704 73</div>
74
75{* vim:set et sw=2 sts=2 sws=2: *}