| Line 17... |
Line 17... |
| 17 |
<?php foreach ($messages as $message) : ?>
|
17 |
<?php foreach ($messages as $message) : ?>
|
| 18 |
<p class="information"><?=$message?></p>
|
18 |
<p class="information"><?=$message?></p>
|
| 19 |
<?php endforeach; ?>
|
19 |
<?php endforeach; ?>
|
| 20 |
<?php endif; ?>
|
20 |
<?php endif; ?>
|
| Line -... |
Line 21... |
| - |
|
21 |
|
| - |
|
22 |
<h2>Formulaire</h2>
|
| 21 |
|
23 |
<p>1. Remplir le formulaire ci-dessous.</p>
|
| 22 |
<div id="zone-form">
|
24 |
<div id="zone-form">
|
| 23 |
<form id="ref-demande-versionnage" name="ref-demande-versionnage" action="<?=$url_form?>" method="post">
|
25 |
<form id="ref-demande-versionnage" name="ref-demande-versionnage" action="<?=$url_form?>" method="post">
|
| 24 |
<fieldset>
|
26 |
<fieldset id="champs-general">
|
| 25 |
<legend>Général</legend>
|
27 |
<legend>Général</legend>
|
| 26 |
<ul class="liste-champs">
|
28 |
<ul class="liste-champs">
|
| 27 |
<li>
|
29 |
<li>
|
| 28 |
<label for="titre">Titre</label>
|
30 |
<label for="titre">Titre</label>
|
| Line 34... |
Line 36... |
| 34 |
</li>
|
36 |
</li>
|
| 35 |
<li>
|
37 |
<li>
|
| 36 |
<label for="version">Version</label>
|
38 |
<label for="version">Version</label>
|
| 37 |
<input id="version" type="text" value=""/>
|
39 |
<input id="version" type="text" value=""/>
|
| 38 |
</li>
|
40 |
</li>
|
| - |
|
41 |
<li>
|
| - |
|
42 |
<label for="date_prod">Date de production</label>
|
| - |
|
43 |
<input id="date_prod" name="date_prod" type="text" value="<?=$date_prod?>" readonly="readonly"/>
|
| - |
|
44 |
</li>
|
| 39 |
</ul>
|
45 |
</ul>
|
| 40 |
</fieldset>
|
46 |
</fieldset>
|
| Line 41... |
Line 47... |
| 41 |
|
47 |
|
| 42 |
<fieldset>
|
48 |
<fieldset id="champs-contact">
|
| Line -... |
Line 49... |
| - |
|
49 |
<legend>Contacts</legend>
|
| - |
|
50 |
|
| 43 |
<legend>Date</legend>
|
51 |
<ul class="liste-champs">
|
| 44 |
|
52 |
<li>
|
| - |
|
53 |
<label for="auteur_principal">Auteur principal</label>
|
| - |
|
54 |
<input type="text" id="auteur_principal" name="auteur_principal" value="" />
|
| - |
|
55 |
</li>
|
| - |
|
56 |
<li>
|
| - |
|
57 |
<label for="coordinateur">Coordinateur</label>
|
| - |
|
58 |
<input type="text" id="coordinateur" name="coordinateur" value="" />
|
| - |
|
59 |
</li>
|
| - |
|
60 |
<li>
|
| - |
|
61 |
<label for="editeur">Éditeur</label>
|
| - |
|
62 |
<input type="text" id="editeur" name="editeur" value="" />
|
| - |
|
63 |
</li>
|
| - |
|
64 |
<li>
|
| - |
|
65 |
<label for="contact">Courriel de contact</label>
|
| - |
|
66 |
<input type="text" name="contact" value="" />
|
| 45 |
<label for="date_prod">Date de production</label>
|
67 |
</li>
|
| 46 |
<input id="date_prod" name="date_prod" type="text" value="<?=$date_prod?>" readonly="readonly"/>
|
68 |
</ul>
|
| - |
|
69 |
</fieldset>
|
| - |
|
70 |
|
| - |
|
71 |
<fieldset id="champs-contributeur" style="width:825px;">
|
| - |
|
72 |
<legend>Auteurs/Contributeurs</legend>
|
| - |
|
73 |
<p>
|
| - |
|
74 |
Mettre une nom de contributeur par ligne au format : <br />
|
| - |
|
75 |
Prénom1 NOM1 (Organisation1) <courriel1>,<br />
|
| - |
|
76 |
Prénom2 NOM2 (Organisation2) <courriel2>.
|
| - |
|
77 |
</p>
|
| - |
|
78 |
<div>
|
| - |
|
79 |
<label for="contributeur">Auteurs/Contributeurs</label>
|
| 47 |
</fieldset>
|
80 |
<textarea id="contributeur" name="contributeur" rows="5"></textarea>
|
| - |
|
81 |
</div>
|
| - |
|
82 |
</fieldset>
|
| - |
|
83 |
<hr class="nettoyage" />
|
| 48 |
|
84 |
|
| 49 |
<fieldset>
|
85 |
<fieldset id="champs-domaine">
|
| 50 |
<legend>Domaines couverts par le référentiel</legend>
|
86 |
<legend>Domaines couverts par le référentiel</legend>
|
| 51 |
<p> Vous pouvez choisir plusieurs éléments par liste.</p>
|
87 |
<p> Vous pouvez choisir plusieurs éléments par liste.</p>
|
| 52 |
<label for="ref-ver-dom-tax">Domaine taxonomique</label>
|
88 |
<label for="ref-ver-dom-tax">Domaine taxonomique</label>
|
| 53 |
<div id="ref-ver-dom-tax" class="case-a-cocher-scroll" style="width:150px;"/>
|
89 |
<div id="ref-ver-dom-tax" class="case-a-cocher-scroll" />
|
| 54 |
<ul class="liste-simple">
|
90 |
<ul class="liste-simple">
|
| 55 |
<? foreach ($domaine_taxo as $taxo) : ?>
|
91 |
<? foreach ($domaine_taxo as $taxo) : ?>
|
| 56 |
<li><label><input type="checkbox" name="dom_tax" value="<?=$taxo?>" /><?=$taxo?></label></li>
|
92 |
<li><label><input type="checkbox" name="dom_tax" value="<?=$taxo?>" /> <?=$taxo?></label></li>
|
| 57 |
<? endforeach; ?>
|
93 |
<? endforeach; ?>
|
| 58 |
</ul>
|
94 |
</ul>
|
| 59 |
</div>
|
95 |
</div>
|
| 60 |
<label for="ref-ver-dom-geo">Domaine géographique</label>
|
96 |
<label for="ref-ver-dom-geo">Domaine géographique</label>
|
| 61 |
<div id="ref-ver-dom-geo" class="case-a-cocher-scroll" style="width:250px;"/>
|
97 |
<div id="ref-ver-dom-geo" class="case-a-cocher-scroll" />
|
| 62 |
<ul class="liste-simple">
|
98 |
<ul class="liste-simple">
|
| 63 |
<? foreach ($domaine_geo as $geo) : ?>
|
99 |
<? foreach ($domaine_geo as $geo) : ?>
|
| 64 |
<li><label><input type="checkbox" name="dom_geo" value="<?=$geo?>" /><?=$geo?></label></li>
|
100 |
<li><label><input type="checkbox" name="dom_geo" value="<?=$geo?>" /> <?=$geo?></label></li>
|
| 65 |
<? endforeach; ?>
|
101 |
<? endforeach; ?>
|
| 66 |
</ul>
|
102 |
</ul>
|
| 67 |
</div>
|
103 |
</div>
|
| 68 |
<label for="ref-ver-dom-code">Codes botaniques utilisés</label>
|
104 |
<label for="ref-ver-dom-code">Codes botaniques utilisés</label>
|
| 69 |
<div id="ref-ver-dom-code" class="case-a-cocher-scroll" style="width:150px;"/>
|
105 |
<div id="ref-ver-dom-code" class="case-a-cocher-scroll" />
|
| 70 |
<ul class="liste-simple">
|
106 |
<ul class="liste-simple">
|
| 71 |
<? foreach ($domaine_code as $code) : ?>
|
107 |
<? foreach ($domaine_code as $code) : ?>
|
| 72 |
<li><label><input type="checkbox" name="dom_code" value="<?=$code?>" /><?=$code?></label></li>
|
108 |
<li><label><input type="checkbox" name="dom_code" value="<?=$code?>" /> <?=$code?></label></li>
|
| 73 |
<? endforeach; ?>
|
109 |
<? endforeach; ?>
|
| 74 |
</ul>
|
110 |
</ul>
|
| 75 |
</div>
|
111 |
</div>
|
| 76 |
</fieldset>
|
- |
|
| 77 |
|
- |
|
| 78 |
<fieldset>
|
- |
|
| 79 |
<legend>Contacts</legend>
|
112 |
</fieldset>
|
| 80 |
|
- |
|
| 81 |
<ul class="liste-champs">
|
- |
|
| 82 |
<li>
|
- |
|
| 83 |
<label for="auteur_principal">Auteur principal</label>
|
- |
|
| 84 |
<input type="text" id="auteur_principal" name="auteur_principal" value="" />
|
- |
|
| 85 |
</li>
|
- |
|
| 86 |
<li>
|
- |
|
| 87 |
<label for="coordinateur">Coordinateur</label>
|
- |
|
| 88 |
<input type="text" id="coordinateur" name="coordinateur" value="" />
|
- |
|
| 89 |
</li>
|
- |
|
| 90 |
<li>
|
- |
|
| 91 |
<label for="contributeur">Auteurs/Contributeurs</label>
|
- |
|
| 92 |
<textarea id="contributeur" name="contributeur" rows="5" cols="50"></textarea>
|
- |
|
| 93 |
</li>
|
- |
|
| 94 |
<li>
|
- |
|
| 95 |
<label for="editeur">Éditeur</label>
|
- |
|
| 96 |
<input type="text" id="editeur" name="editeur" value="" />
|
- |
|
| 97 |
</li>
|
- |
|
| 98 |
<li>
|
- |
|
| 99 |
<label for="contact">Courriel de contact</label>
|
- |
|
| 100 |
<input type="text" name="contact" value="" />
|
- |
|
| 101 |
</li>
|
- |
|
| 102 |
</ul>
|
- |
|
| 103 |
</fieldset>
|
- |
|
| 104 |
|
113 |
|
| Line 105... |
Line 114... |
| 105 |
<fieldset>
|
114 |
<fieldset id="champs-citation">
|
| 106 |
<legend>Citation</legend>
|
115 |
<legend>Citation</legend>
|
| 107 |
|
116 |
|
| 108 |
<ul class="liste-champs">
|
117 |
<ul class="liste-champs">
|
| 109 |
<li>
|
118 |
<li>
|
| 110 |
<label for="source">Source</label>
|
119 |
<label for="source">Source</label>
|
| 111 |
<textarea id="source" name="source" rows="5" cols="50"></textarea>
|
120 |
<textarea id="source" name="source" rows="5"></textarea>
|
| 112 |
</li>
|
121 |
</li>
|
| 113 |
<li>
|
122 |
<li>
|
| 114 |
<label for="mention_legale">Mention légale</label>
|
123 |
<label for="mention_legale">Mention légale</label>
|
| 115 |
<input type="text" id="mention_legale" name="mention_legale" value="" />
|
124 |
<input type="text" id="mention_legale" name="mention_legale" value="" />
|
| 116 |
</li>
|
125 |
</li>
|
| 117 |
<li>
|
126 |
<li>
|
| 118 |
<label for="ref-ver-licence">Licence</label>
|
127 |
<label for="ref-ver-licence">Licence</label>
|
| 119 |
<div class="case-a-cocher-scroll" style="width:350px;">
|
128 |
<div id="case-a-cocher-scroll-licence" class="case-a-cocher-scroll">
|
| 120 |
<ul id="ref-ver-licence" class="liste-simple">
|
129 |
<ul id="ref-ver-licence" class="liste-simple">
|
| 121 |
<? foreach ($licences as $licence) : ?>
|
130 |
<? foreach ($licences as $licence) : ?>
|
| 122 |
<li><label><input type="checkbox" name="licence" value="<?=$licence['url']?>" /><a href="<?=$licence['url']?>" onclick="window.open(this.href); return false;"><?=$licence['nom']?></a></label></li>
|
131 |
<li><label><input type="checkbox" name="licence" value="<?=$licence['url']?>" /> <a href="<?=$licence['url']?>" onclick="window.open(this.href); return false;"><?=$licence['nom']?></a></label></li>
|
| 123 |
<? endforeach; ?>
|
132 |
<? endforeach; ?>
|
| 124 |
</ul>
|
133 |
</ul>
|
| 125 |
</div>
|
134 |
</div>
|
| 126 |
</li>
|
135 |
</li>
|
| 127 |
<li>
|
136 |
<li>
|
| 128 |
<label for="referencement">Comment citer ce référentiel?</label>
|
137 |
<label for="referencement">Comment citer ce référentiel?</label>
|
| 129 |
<textarea id="referencement" name="referencement" rows="5" cols="50"></textarea>
|
138 |
<textarea id="referencement" name="referencement" rows="5"></textarea>
|
| - |
|
139 |
</li>
|
| Line 130... |
Line 140... |
| 130 |
</li>
|
140 |
</ul>
|
| 131 |
</ul>
|
141 |
</fieldset>
|
| 132 |
</fieldset>
|
142 |
<hr class="nettoyage" />
|
| 133 |
|
143 |
|
| 134 |
<input id="ref-versionnage-ok" type="submit" value="1. Versionner" />
|
144 |
<input id="ref-versionnage-ok" type="submit" value="2. Lancer le versionnage" />
|
| 135 |
</form>
|
145 |
</form>
|
| 136 |
<form id="ref-rafraichir" name="ref-rafraichir" action="<?=$url_form;?>" method="get">
|
146 |
<form id="ref-rafraichir" name="ref-rafraichir" action="<?=$url_form;?>" method="get">
|
| 137 |
<input name="module" type="hidden" value="<?=$url_module;?>" />
|
147 |
<input name="module" type="hidden" value="<?=$url_module;?>" />
|
| 138 |
<input name="action" type="hidden" value="<?=$url_action_rafraichir;?>" />
|
148 |
<input name="action" type="hidden" value="<?=$url_action_rafraichir;?>" />
|
| Line -... |
Line 149... |
| - |
|
149 |
<input name="ref" type="hidden" value="<?=$ref;?>" />
|
| 139 |
<input name="ref" type="hidden" value="<?=$ref;?>" />
|
150 |
<input id="ref-raf-ok" type="submit" value="3. Rafraichir" />
|
| Line 140... |
Line 151... |
| 140 |
<input id="ref-raf-ok" type="submit" value="2. Rafraichir" />
|
151 |
</form>
|
| 141 |
</form>
|
152 |
</div>
|
| 142 |
</div>
|
153 |
|