Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Theme-WordPress-Adullact-org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Show 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();
<div
id=
"informationsCollectivite"
>
<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=
""
value=
"
<?php
tryToEcho
(
"nomCollectivite"
);
?>
"
><br>
<?php
tryToShowError
(
"nom"
);
?>
<label
for=
"adresseCollectivite"
>
Adresse
(obligatoire)
:
</label>
<label
for=
"adresseCollectivite"
>
Adresse :
</label>
<input
type=
"text"
name=
"adresseCollectivite"
id=
"adresseCollectivite"
required=
""
value=
"
<?php
tryToEcho
(
"adresseCollectivite"
);
?>
"
><br>
<?php
tryToShowError
(
"adresse"
);
?>
<label
for=
"codePostalCollectivite"
>
Code postal
(obligatoire)
:
</label>
<label
for=
"codePostalCollectivite"
>
Code postal :
</label>
<input
type=
"text"
name=
"codePostalCollectivite"
id=
"codePostalCollectivite"
required=
""
value=
"
<?php
tryToEcho
(
"codePostalCollectivite"
);
?>
"
><br>
<?php
tryToShowError
(
"CP"
);
?>
<label
for=
"villeCollectivite"
>
Ville
(obligatoire)
:
</label>
<label
for=
"villeCollectivite"
>
Ville :
</label>
<input
type=
"text"
name=
"villeCollectivite"
id=
"villeCollectivite"
required=
""
value=
"
<?php
tryToEcho
(
"villeCollectivite"
);
?>
"
><br>
<?php
tryToShowError
(
"ville"
);
?>
...
...
@@ -414,7 +414,7 @@ get_header();
value=
"
<?php
tryToEcho
(
"siteCollectivite"
);
?>
"
><br>
<?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=
""
>
<option
class=
"optionPeriod"
value=
""
selected
>
---
</option>
<?php
generateDates
();
?>
...
...
@@ -426,18 +426,18 @@ get_header();
<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=
""
value=
"
<?php
tryToEcho
(
"siretCollectivite"
);
?>
"
><br>
<?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=
""
value=
"
<?php
tryToEcho
(
"numeroEngagementCollectivite"
);
?>
"
><br>
<?php
tryToShowError
(
"numeroEngagement"
);
?>
<label
for=
"codeCollectivite"
>
Code
(obligatoire)
:
</label>
<label
for=
"codeCollectivite"
>
Code :
</label>
<input
type=
"text"
name=
"codeCollectivite"
id=
"codeCollectivite"
required=
""
value=
"
<?php
tryToEcho
(
"codeCollectivite"
);
?>
"
><br>
<?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