Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tripal_abims
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
abims
e-infra
tripal_abims
Commits
7eb898c3
Commit
7eb898c3
authored
5 years ago
by
Loraine Guéguen
Browse files
Options
Downloads
Patches
Plain Diff
change footer
parent
adca566e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/page--front.tpl.php
+3
-3
3 additions, 3 deletions
templates/page--front.tpl.php
templates/page.tpl.php
+5
-2
5 additions, 2 deletions
templates/page.tpl.php
with
8 additions
and
5 deletions
templates/page--front.tpl.php
+
3
−
3
View file @
7eb898c3
...
...
@@ -432,7 +432,7 @@
</div>
<!-- #main -->
<footer
id=
"colophon"
class=
"site-footer"
role=
"contentinfo"
>
<div
id=
"secondary"
class=
"sidebar-container"
role=
"complementary"
>
<div
class=
"widget-area masonry"
style=
"position: relative; height:
2
50px;"
>
<div
class=
"widget-area masonry"
style=
"position: relative; height:
1
50px;"
>
<aside
id=
"meta-2"
class=
"widget widget_meta masonry-brick"
style=
"position: absolute; left: 248px; top: 0px;"
><h3
class=
"widget-title"
>
Links
</h3>
<ul>
<?php
if
(
!
$logged_in
)
:
?>
...
...
@@ -445,8 +445,8 @@
<aside
id=
"text-4"
class=
"widget widget_text masonry-brick"
style=
"position: absolute; left: 496px; top: 0px;"
>
<div
class=
"textwidget"
>
<img
src=
"
<?php
echo
$GLOBALS
[
'base_url'
]
.
"/"
.
drupal_get_path
(
'theme'
,
'abims'
);
?>
/images/abims/cnrs.png"
>
<img
src=
"
<?php
echo
$GLOBALS
[
'base_url'
]
.
"/"
.
drupal_get_path
(
'theme'
,
'abims'
);
?>
/images/abims/su.png"
>
<img
src=
"
<?php
echo
$GLOBALS
[
'base_url'
]
.
"/"
.
drupal_get_path
(
'theme'
,
'abims'
);
?>
/images/abims/cnrs.png"
height=
"50"
>
<img
src=
"
<?php
echo
$GLOBALS
[
'base_url'
]
.
"/"
.
drupal_get_path
(
'theme'
,
'abims'
);
?>
/images/abims/su.png"
height=
"50"
style=
"padding-left: 10px;"
>
</div>
</aside>
</div>
<!-- .widget-area -->
...
...
This diff is collapsed.
Click to expand it.
templates/page.tpl.php
+
5
−
2
View file @
7eb898c3
...
...
@@ -296,7 +296,7 @@ if (isset($node) && $node->type == "chado_feature") {
</div>
<!-- #main -->
<footer
id=
"colophon"
class=
"site-footer"
role=
"contentinfo"
>
<div
id=
"secondary"
class=
"sidebar-container"
role=
"complementary"
>
<div
class=
"widget-area masonry"
style=
"position: relative; height:
2
50px;"
>
<div
class=
"widget-area masonry"
style=
"position: relative; height:
1
50px;"
>
<aside
id=
"meta-2"
class=
"widget widget_meta masonry-brick"
style=
"position: absolute; left: 248px; top: 0px;"
><h3
class=
"widget-title"
>
Links
</h3>
<ul>
<li><a
href=
"
<?php
echo
$GLOBALS
[
'base_url'
]
.
"/user"
?>
"
>
Log in
</a></li>
...
...
@@ -306,7 +306,10 @@ if (isset($node) && $node->type == "chado_feature") {
<aside
id=
"text-4"
class=
"widget widget_text masonry-brick"
style=
"position: absolute; left: 496px; top: 0px;"
>
<div
class=
"textwidget"
><img
src=
"
<?php
echo
$GLOBALS
[
'base_url'
]
.
"/"
.
drupal_get_path
(
'theme'
,
'abims'
);
?>
/images/abims/abims.png"
></div>
<div
class=
"textwidget"
>
<img
src=
"
<?php
echo
$GLOBALS
[
'base_url'
]
.
"/"
.
drupal_get_path
(
'theme'
,
'abims'
);
?>
/images/abims/cnrs.png"
height=
"50"
>
<img
src=
"
<?php
echo
$GLOBALS
[
'base_url'
]
.
"/"
.
drupal_get_path
(
'theme'
,
'abims'
);
?>
/images/abims/su.png"
height=
"50"
style=
"padding-left: 10px;"
>
</div>
</aside>
</div>
<!-- .widget-area -->
</div>
<!-- #secondary -->
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