Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SambaEdu
sambaedu-wpkg
Commits
606cb569
Commit
606cb569
authored
Feb 08, 2022
by
Laurent Joly
Browse files
Update maintenance_top.php
parent
65ccf5e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
sources/var/www/sambaedu/wpkg/maintenance_top.php
View file @
606cb569
...
...
@@ -6,27 +6,35 @@
echo
"<tr bgcolor='white' height='30' valing='center'>"
;
if
(
$page_id
==
0
)
{
echo
"<th width='2
2
0' bgcolor='black' style='color:white'>Accueil</th>"
;
echo
"<th width='2
0
0' bgcolor='black' style='color:white'>Accueil</th>"
;
}
else
{
echo
"<th width='2
2
0'><a href='maintenance_accueil.php'>Accueil</a></th>"
;
echo
"<th width='2
0
0'><a href='maintenance_accueil.php'>Accueil</a></th>"
;
}
if
(
$page_id
==
1
)
{
echo
"<th width='2
2
0' bgcolor='black' style='color:white'>
Bientôt
</th>"
;
echo
"<th width='2
0
0' bgcolor='black' style='color:white'>
Supression<br>des postes
</th>"
;
}
else
{
echo
"<th width='2
2
0'><a href='maintenance_accueil.php'>
Bientôt
</a></th>"
;
echo
"<th width='2
0
0'><a href='maintenance_accueil.php'>
Supression<br>des postes
</a></th>"
;
}
if
(
$page_id
==
2
)
{
echo
"<th width='2
2
0' bgcolor='black' style='color:white'>Bientôt</th>"
;
echo
"<th width='2
0
0' bgcolor='black' style='color:white'>Bientôt</th>"
;
}
else
{
echo
"<th width='220'><a href='maintenance_accueil.php'>Bientôt</a></th>"
;
echo
"<th width='200'><a href='maintenance_accueil.php'>Bientôt</a></th>"
;
}
if
(
$page_id
==
3
)
{
echo
"<th width='200' bgcolor='black' style='color:white'>Bientôt</th>"
;
}
else
{
echo
"<th width='200'><a href='maintenance_accueil.php'>Bientôt</a></th>"
;
}
echo
"</tr>
\n
"
;
echo
"</table>
\n
"
;
...
...
Write
Preview
Supports
Markdown
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