Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

ryxeo-glpi-git / front / helpdesk.html @ b67d8923

Historique | Voir | Annoter | Télécharger (1,9 ko)

1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
3

    
4
<head>
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6

    
7
    <title>Helpdesk</title>
8
 <!-- Sample Helpdesk Frontend -->  
9
<style type="text/css">
10
<!--
11
/*  ... ici sont d&eacute;finis les formats ... */
12
        
13
body {
14

15
font-size : 12px;
16
 background-color : #FFFFFF;
17
color : #000000;
18
font-family: Verdana,Arial,Helvetica,sans-serif;
19
}
20

21
  
22
#contenuform {
23

24
height: 100%;
25
position: relative; 
26
left: 35%;
27
width: 600px;
28
margin-left: -150px;
29
}
30

31
#contenuform legend {
32

33
font-weight: bold;
34

35
}
36

37
#contenuform fieldset {
38
background-color: #eeeeee;
39
border: 2px solid #FFC65D;
40
-moz-border-radius: 8px;
41
padding-bottom:10px;
42
width: 600px;
43

44
}        
45

46
#contenuform textarea {
47

48
width:550px;
49

50
}
51

52
-->          
53
 </style> 
54
          
55
</head>
56

    
57
<body>
58
    <!-- Edit the next line to fit your installation -->
59

    
60
    
61
    
62
<div id="contenuform">
63

    
64
<form method="post"  name="helpdeskform"      action="tracking.injector.php">
65
        
66
        <input type="hidden" name="type" value="Helpdesk" />
67

    
68
                <h2 align='center'>Formulaire de signalement au
69
                        support technique</h2>
70
        
71
        <fieldset>
72
                <legend> Le probl&egrave;me doit &ecirc;tre r&eacute;solu</legend>
73
                
74
        S&eacute;lectionnez un niveau de priorit&eacute; :
75
                <select name="priority">
76
                        <option value="5">        Tr&egrave;s haute</option>
77

    
78
                        <option value="4">        Haute</option>
79

    
80
                        <option value="3" selected='selected'>        Moyenne</option>
81

    
82
                        <option value="2">        Basse</option>
83

    
84
                        <option value="1">        Tr&egrave;s Basse</option>
85
                </select>
86
        </fieldset>
87
                
88
                
89
        <fieldset>
90
        
91
        <legend>D&eacute;crivez votre         probl&egrave;me</legend>
92
        
93
                Titre : <input type='text' name="name" size='60'><br />
94
                <textarea name="contents" cols="60" rows="20"></textarea>
95

    
96
        </fieldset>
97
                
98
                <p align='center'><input type="submit"        value="Envoyer" /></p>
99

    
100
</form> </div>
101
</body>
102
</html>
Redmine Appliance - Powered by TurnKey Linux