Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Adullact
Theme-WordPress-Adullact-org
Commits
53994384
Commit
53994384
authored
Jul 04, 2019
by
N. Peraldi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove useless texts
parent
8eca1da8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
contact.php
contact.php
+8
-8
No files found.
contact.php
View file @
53994384
...
@@ -383,22 +383,22 @@ get_header();
...
@@ -383,22 +383,22 @@ get_header();
<div
id=
"informationsCollectivite"
>
<div
id=
"informationsCollectivite"
>
<h3>
Informations obligatoires :
</h3>
<h3>
Informations obligatoires :
</h3>
<label
for=
"nomCollectivite"
>
Nom de la collectivité
(obligatoire)
:
</label>
<label
for=
"nomCollectivite"
>
Nom de la collectivité :
</label>
<input
type=
"text"
name=
"nomCollectivite"
id=
"nomCollectivite"
required=
""
<input
type=
"text"
name=
"nomCollectivite"
id=
"nomCollectivite"
required=
""
value=
"
<?php
tryToEcho
(
"nomCollectivite"
);
?>
"
><br>
value=
"
<?php
tryToEcho
(
"nomCollectivite"
);
?>
"
><br>
<?php
tryToShowError
(
"nom"
);
?>
<?php
tryToShowError
(
"nom"
);
?>
<label
for=
"adresseCollectivite"
>
Adresse
(obligatoire)
:
</label>
<label
for=
"adresseCollectivite"
>
Adresse :
</label>
<input
type=
"text"
name=
"adresseCollectivite"
id=
"adresseCollectivite"
required=
""
<input
type=
"text"
name=
"adresseCollectivite"
id=
"adresseCollectivite"
required=
""
value=
"
<?php
tryToEcho
(
"adresseCollectivite"
);
?>
"
><br>
value=
"
<?php
tryToEcho
(
"adresseCollectivite"
);
?>
"
><br>
<?php
tryToShowError
(
"adresse"
);
?>
<?php
tryToShowError
(
"adresse"
);
?>
<label
for=
"codePostalCollectivite"
>
Code postal
(obligatoire)
:
</label>
<label
for=
"codePostalCollectivite"
>
Code postal :
</label>
<input
type=
"text"
name=
"codePostalCollectivite"
id=
"codePostalCollectivite"
required=
""
<input
type=
"text"
name=
"codePostalCollectivite"
id=
"codePostalCollectivite"
required=
""
value=
"
<?php
tryToEcho
(
"codePostalCollectivite"
);
?>
"
><br>
value=
"
<?php
tryToEcho
(
"codePostalCollectivite"
);
?>
"
><br>
<?php
tryToShowError
(
"CP"
);
?>
<?php
tryToShowError
(
"CP"
);
?>
<label
for=
"villeCollectivite"
>
Ville
(obligatoire)
:
</label>
<label
for=
"villeCollectivite"
>
Ville :
</label>
<input
type=
"text"
name=
"villeCollectivite"
id=
"villeCollectivite"
required=
""
<input
type=
"text"
name=
"villeCollectivite"
id=
"villeCollectivite"
required=
""
value=
"
<?php
tryToEcho
(
"villeCollectivite"
);
?>
"
><br>
value=
"
<?php
tryToEcho
(
"villeCollectivite"
);
?>
"
><br>
<?php
tryToShowError
(
"ville"
);
?>
<?php
tryToShowError
(
"ville"
);
?>
...
@@ -414,7 +414,7 @@ get_header();
...
@@ -414,7 +414,7 @@ get_header();
value=
"
<?php
tryToEcho
(
"siteCollectivite"
);
?>
"
><br>
value=
"
<?php
tryToEcho
(
"siteCollectivite"
);
?>
"
><br>
<?php
tryToShowError
(
"site"
);
?>
<?php
tryToShowError
(
"site"
);
?>
<label
for=
"periodeAdhesionCollectivite"
>
Période d'adhésion
(obligatoire)
:
</label>
<label
for=
"periodeAdhesionCollectivite"
>
Période d'adhésion :
</label>
<select
name=
"periodeAdhesionCollectivite"
id=
"periodeAdhesionCollectivite"
required=
""
>
<select
name=
"periodeAdhesionCollectivite"
id=
"periodeAdhesionCollectivite"
required=
""
>
<option
class=
"optionPeriod"
value=
""
selected
>
---
</option>
<option
class=
"optionPeriod"
value=
""
selected
>
---
</option>
<?php
generateDates
();
?>
<?php
generateDates
();
?>
...
@@ -426,18 +426,18 @@ get_header();
...
@@ -426,18 +426,18 @@ get_header();
<h3>
Informations relatives à Chorus Pro
</h3>
<h3>
Informations relatives à Chorus Pro
</h3>
<label
for=
"siretCollectivite"
>
SIRET
(obligatoire)
:
</label>
<label
for=
"siretCollectivite"
>
SIRET :
</label>
<input
type=
"number"
name=
"siretCollectivite"
id=
"siretCollectivite"
required=
""
<input
type=
"number"
name=
"siretCollectivite"
id=
"siretCollectivite"
required=
""
value=
"
<?php
tryToEcho
(
"siretCollectivite"
);
?>
"
><br>
value=
"
<?php
tryToEcho
(
"siretCollectivite"
);
?>
"
><br>
<?php
tryToShowError
(
"siret"
);
?>
<?php
tryToShowError
(
"siret"
);
?>
<label
for=
"numeroEngagementCollectivite"
>
N° d'engagement
(obligatoire)
:
</label>
<label
for=
"numeroEngagementCollectivite"
>
N° d'engagement :
</label>
<input
type=
"text"
name=
"numeroEngagementCollectivite"
id=
"numeroEngagementCollectivite"
required=
""
<input
type=
"text"
name=
"numeroEngagementCollectivite"
id=
"numeroEngagementCollectivite"
required=
""
value=
"
<?php
tryToEcho
(
"numeroEngagementCollectivite"
);
?>
"
><br>
value=
"
<?php
tryToEcho
(
"numeroEngagementCollectivite"
);
?>
"
><br>
<?php
tryToShowError
(
"numeroEngagement"
);
?>
<?php
tryToShowError
(
"numeroEngagement"
);
?>
<label
for=
"codeCollectivite"
>
Code
(obligatoire)
:
</label>
<label
for=
"codeCollectivite"
>
Code :
</label>
<input
type=
"text"
name=
"codeCollectivite"
id=
"codeCollectivite"
required=
""
<input
type=
"text"
name=
"codeCollectivite"
id=
"codeCollectivite"
required=
""
value=
"
<?php
tryToEcho
(
"codeCollectivite"
);
?>
"
><br>
value=
"
<?php
tryToEcho
(
"codeCollectivite"
);
?>
"
><br>
<?php
tryToShowError
(
"code"
);
?>
<?php
tryToShowError
(
"code"
);
?>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment