-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFicheProjet.html
194 lines (172 loc) · 9.38 KB
/
FicheProjet.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Création de fiche porteur | Indicateurs French Tech</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
</head><!--/head-->
<body>
<body>
<header class="navbar navbar-inverse navbar-fixed-top white" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="indexUser.html"><img src="images/logo.png" alt="logo"></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="indexUser.html">Accueil</a></li>
<li class="active"><a href="Indicateurs.html">Projets</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><img src="images/ProfilPic/profile.png" alt="profil" class="img-circle" width="40" height="40"></a>
<ul class="dropdown-menu">
<li class="pinkFrenchTech"><a href="profil.html">Mon Profil</a></li>
<li class="pinkFrenchTech"><a href="parametres.html">Paramètres</a></li>
<li class="pinkFrenchTech"><a href="deconnexion.html">Déconnexion</a></li>
</ul>
</li>
</ul>
</div>
</div>
</header><!--/header-->
<section id="title" class="pinkFrenchTech">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h2>Création d'un nouveau projet</h2>
<p><a href="#">Projets</a> ></p>
</div>
</div>
</div>
</section><!--/#title-->
<section id="ficheProjet" class="container">
<div class="row">
<div class="col-sm-12">
<!-- tabs -->
<ul class="nav nav-tabs">
<li><a href="Indicateurs.html">Mes Projets</a></li>
<li class="dropdown active">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Nouveau Projet<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="ficheProjet.html">Fiche Projet</a></li>
<li><a href="ficheContributeur.html">Fiche Contributeur</a></li>
<li><a href="fichePorteur.html">Fiche Porteur de Projet</a></li>
</ul>
</li>
</ul>
<!--/tabs -->
<div class="panel panel-default">
<div class="panel-heading"><h4>Création de fiche projet</h4></div>
<div class="panel-body">
<form class="form-horizontal">
<div class="media col-sm-12">
<div class="form-group col-sm-6">
<label class="control-label col-sm-4" for="Raison sociale">Raison sociale:</label>
<div class="col-sm-8">
<input type="Raison sociale" class="form-control" id="Raison sociale" placeholder="Raison sociale du projet">
</div>
</div>
<div class="form-group col-sm-6">
<label class="control-label col-sm-4" for="Date">Date de création:</label>
<div class="col-sm-7">
<input type="date" class="form-control" id="Date">
</div>
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-2" for="Description projet">Description des contributeurs:</label>
<div class="col-sm-9">
<textarea class="form-control" rows="4" id="Description projet"></textarea>
</div>
</div>
<div class="media col-sm-12">
<div class="form-group col-sm-6">
<label class="control-label col-sm-4" for="Description projet">Description du porteur projet:</label>
<div class="col-sm-8">
<textarea class="form-control" rows="4" id="Description projet"></textarea>
</div>
</div>
<div class="form-group col-sm-6">
<label class="control-label col-sm-4" for="Description projet">Description du produit:</label>
<div class="col-sm-8">
<textarea class="form-control" rows="4" id="Description projet"></textarea>
</div>
</div>
</div>
<div class="col-sm-12">
<div class="col-sm-4">
<label class="control-label col-sm-7" for="Typage">Typage du produit dans French Tech:</label>
<div class="col-sm-5">
<div class="checkbox">
<label><input type="checkbox" value="">Produit</label>
</div>
<div class="checkbox">
<label><input type="checkbox" value="">Usage</label>
</div>
<div class="checkbox">
<label><input type="checkbox" value="">Service</label>
</div>
<div class="checkbox">
<label><input type="checkbox" value="">Industriel</label>
</div>
</div>
</div>
<div class="col-sm-8">
<div class="form-group">
<label class="control-label col-sm-2" for="formeJuridique">Forme juridique:</label>
<div class="col-sm-9">
<select class="form-control" id="formeJuridique">
<option>Entreprise individuelle (commerçant)</option>
<option>EURL</option>
<option>SASU</option>
<option>SARL</option>
<option>SA</option>
<option>SAS</option>
<option>SCA</option>
<option>GIE</option>
</select>
</div>
</div>
</div>
<div class="col-sm-11">
<button type="submit" class="btn btn-lg pinkFrenchTech pull-right">Envoyer</button>
</div>
</div>
</div>
</div>
</form>
</section><!--/#contact-page-->
<footer id="footer" class="white">
<div class="container">
<div class="row">
<a target="_blank" href="http://www.saint-etiennefrenchtech.fr/" title="French Tech">© 2017 French Tech Saint Etienne</a>
</div>
</div>
</footer><!--/#footer-->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/main.js"></script>
</body>
</html>