Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephane Crozat
apisub
Commits
c2e35acb
Commit
c2e35acb
authored
Feb 08, 2019
by
Stephane Crozat
Browse files
Amélioration mise en forme
parent
5066f949
Changes
2
Hide whitespace changes
Inline
Side-by-side
css/main.css
View file @
c2e35acb
body
{
color
:
#393939
;
}
.user
.name
{
font-weight
:
bold
;
}
...
...
@@ -14,7 +17,7 @@
}
a
{
text-decoration
:
none
;
color
:
#393939
;
color
:
black
;
}
hr
{
...
...
lib/views.php
View file @
c2e35acb
...
...
@@ -52,7 +52,7 @@ class Views {
echo
'<a href="index.php?mode=admin">[Super-pouvoirs]</a> '
;
}
if
(
$isResp
||
$isAdmin
)
{
echo
'<a href="index.php">[
Accueil
]</a>'
;
echo
'<a href="index.php">[
Inscriptions
]</a>'
;
}
echo
"</div>"
;
}
...
...
@@ -150,8 +150,7 @@ class Views {
if
(
$api
!=
$sub
[
'id'
])
{
$api
=
$sub
[
'id'
];
echo
'<hr/>'
;
echo
'<h2>'
.
$this
->
printApi
(
$sub
)
.
'</h2>'
;
echo
"<div><a href='api.php?api=
$api
'>> Trombinoscope</a></div>"
;
echo
"<h2><a href='api.php?api=
$api
'>"
.
$this
->
printApi
(
$sub
)
.
' 📷</a></h2>'
;
}
if
(
$sub
[
'utclogin'
])
{
if
(
$sub
[
'validation'
])
{
...
...
@@ -185,7 +184,7 @@ class Views {
foreach
(
$students
as
$s
)
{
$mailinglist
=
$mailinglist
.
"
$s[email]
,"
;
}
echo
"<div><a href='
$mailinglist
'>
>
Mailing list</a></div>"
;
echo
"<div
class='menu'
><a href='
$mailinglist
'>
[
Mailing list
]
</a></div>"
;
echo
"<hr/>"
;
}
else
{
...
...
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