Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
anchor-theme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tetras-libre
anchor-theme
Commits
05d7ad99
Verified
Commit
05d7ad99
authored
7 years ago
by
David Beniamine
Browse files
Options
Downloads
Patches
Plain Diff
petites adaptations
parent
e3d529f9
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
css/style.css
+12
-2
12 additions, 2 deletions
css/style.css
footer.php
+11
-23
11 additions, 23 deletions
footer.php
header.php
+7
-8
7 additions, 8 deletions
header.php
with
30 additions
and
33 deletions
css/style.css
+
12
−
2
View file @
05d7ad99
...
...
@@ -343,6 +343,16 @@ ul.commentlist {
margin-bottom
:
10px
;
text-align
:
center
;
}
#
barre
2
{
padding-to
p
:
25px
;
footer
.
barre
{
padding-
bot
to
m
:
25px
;
}
/*
* Override bootstrap
*/
.navbar-default
.navbar-collapse
,
.navbar-default
{
margin-top
:
15px
;
}
.navbar-form
{
border
:
none
;
}
This diff is collapsed.
Click to expand it.
footer.php
+
11
−
23
View file @
05d7ad99
<div
class=
"main-wrap"
>
<footer
id=
"bottom"
>
<div
class=
"row barre-reseau"
>
<div
class=
"half-right "
>
<?php
social_list
(
"class=navigation"
)
?>
</div>
<div
class=
"half-right col-md-12"
id=
"barre2"
>
<ul
class=
"navigation "
>
<li><a
href=
"
<?php
echo
base_url
();
?>
"
title=
"Retour à l'accueil."
>
Accueil
</a></li>
<li><a
href=
"
<?php
echo
base_url
(
'admin'
);
?>
"
title=
"Administration"
>
Administration
</a></li>
<li><a
href=
"
<?php
echo
rss_url
();
?>
"
>
<?php
echo
social_logo
(
'rss'
);
?>
RSS
</a></li>
</ul>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<div
class=
"half-left"
>
<footer
id=
"bottom"
>
<div
class=
"row"
>
<div
class=
"col-md-6 col-sd-12"
>
<?php
echo
html_meta
(
'contact'
);
?>
<?php
echo
html_meta
(
'site_licence'
);
?>
<?php
echo
html_meta
(
'legal_informations'
);
?>
</div>
</div>
<div
class=
"half-right"
>
<div
class=
"col-md-6 col-sd-12 barre"
>
<?php
social_list
(
"class=col-md-12"
)
?>
<ul
class=
"col-md-12 barre"
>
<li><a
href=
"
<?php
echo
base_url
();
?>
"
title=
"Retour à l'accueil."
>
Accueil
</a></li>
<li><a
href=
"
<?php
echo
base_url
(
'admin'
);
?>
"
title=
"Administration"
>
Administration
</a></li>
<li><a
href=
"
<?php
echo
rss_url
();
?>
"
>
<?php
echo
social_logo
(
'rss'
);
?>
RSS
</a></li>
</ul>
<?php
echo
html_meta
(
'w3c'
);
?>
</div>
</div>
</footer>
</div>
</footer>
</div>
</body>
</html>
This diff is collapsed.
Click to expand it.
header.php
+
7
−
8
View file @
05d7ad99
...
...
@@ -70,16 +70,15 @@
</li>
<?php
endwhile
;
endif
;
?>
<li
class=
"tray"
>
<a
href=
"#tray"
class=
"linky"
><img
src=
"
<?php
echo
theme_url
(
'img/categories.png'
);
?>
"
alt=
"Categories"
title=
"Articles par catégories"
></a>
</li>
<form
class=
"navbar-form navbar-left"
>
<div
class=
"form-group"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Search"
>
<li>
<form
id=
"search"
action=
"/search"
method=
"post"
class=
"navbar-form navbar-left"
>
<div
class=
"form-group"
>
<input
type=
"search"
id=
"term"
name=
"term"
class=
"form-control"
placeholder=
"Rechercher…"
value=
""
>
<input
type=
"hidden"
id=
"whatSearch"
name=
"whatSearch"
value=
"all"
/>
</div>
<button
type=
"submit"
class=
"btn btn-default"
>
Submit
</button
>
</
form
>
</form
>
</
li
>
</ul>
</div>
<!-- /.navbar-collapse -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment