Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PlanetRed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Digital Experience Group
PlanetRed
Commits
956002fc
Commit
956002fc
authored
15 years ago
by
Matthew Juhl
Browse files
Options
Downloads
Patches
Plain Diff
Added profile link to map bubbles.
parent
3f1fd35a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
customindex/views/default/customindex/metatags.php
+5
-6
5 additions, 6 deletions
customindex/views/default/customindex/metatags.php
with
5 additions
and
6 deletions
customindex/views/default/customindex/metatags.php
+
5
−
6
View file @
956002fc
...
@@ -20,8 +20,7 @@
...
@@ -20,8 +20,7 @@
p
.witw_location
{
p
.witw_location
{
text-transform
:
capitalize
;
text-transform
:
capitalize
;
}
}
</style>
"
</style>
<!--[if IE]>
<!--[if IE]>
<style type="text/css">
<style type="text/css">
#FE_InfoWindow {
#FE_InfoWindow {
...
@@ -177,15 +176,15 @@ function applylabel(latlng, location, title, comment, displayname, username, lin
...
@@ -177,15 +176,15 @@ function applylabel(latlng, location, title, comment, displayname, username, lin
if
(
!
linkname
){
//these are the most recently joined users
if
(
!
linkname
){
//these are the most recently joined users
if
(
comment
!=
undefined
&&
comment
!=
""
)
if
(
comment
!=
undefined
&&
comment
!=
""
)
label
.
openInfoWindowHtml
(
'
<div id="witw_wrapper">
'
+
label
.
openInfoWindowHtml
(
'
<div id="witw_wrapper">
'
+
'
<img class="witw_icon" src="
<?php
echo
$CONFIG
->
url
?>
mod/profile/icondirect.php?username=
'
+
username
+
'
&size=medium" width="60" height="60" /><h1>
'
+
displayname
+
'
</h1>
'
+
'
<
a href="
<?php
echo
$CONFIG
->
url
?>
pg/profile/
'
+
username
+
'
"><
img class="witw_icon" src="
<?php
echo
$CONFIG
->
url
?>
mod/profile/icondirect.php?username=
'
+
username
+
'
&size=medium" width="60" height="60" /><
/a><
h1>
'
+
displayname
+
'
</h1>
'
+
'
<p class="witw_location">
'
+
location
+
'
</p><p class="witw_title">
'
+
title
+
'
</p>
'
+
'
<p class="witw_location">
'
+
location
+
'
</p><p class="witw_title">
'
+
title
+
'
</p>
'
+
'
<p class="witw_comment"><strong>Why here?</strong><br /><em>
\
"
'
+
comment
+
'
\
"</em></p>
'
+
'
<p class="witw_comment"><strong>Why here?</strong><br /><em>
\
"
'
+
comment
+
'
\
"</em></p>
<p class="witw_comment" style="margin-top:-6px; padding-right: 12px; text-align:right;"><a href="
<?php
echo
$CONFIG
->
url
?>
pg/profile/
'
+
username
+
'
">View Profile</a></p>
'
+
'
</div>
'
,
256
,
154
);
'
</div>
'
,
256
,
154
);
else
else
label
.
openInfoWindowHtml
(
'
<div id="witw_wrapper">
'
+
label
.
openInfoWindowHtml
(
'
<div id="witw_wrapper">
'
+
'
<img class="witw_icon" src="
<?php
echo
$CONFIG
->
url
?>
mod/profile/icondirect.php?username=
'
+
username
+
'
&size=medium" width="60" height="60" /><h1>
'
+
displayname
+
'
</h1>
'
+
'
<
a href="
<?php
echo
$CONFIG
->
url
?>
pg/profile/
'
+
username
+
'
"><
img class="witw_icon" src="
<?php
echo
$CONFIG
->
url
?>
mod/profile/icondirect.php?username=
'
+
username
+
'
&size=medium" width="60" height="60" /><
/a><
h1>
'
+
displayname
+
'
</h1>
'
+
'
<p class="witw_location">
'
+
location
+
'
</p><p class="witw_title">
'
+
title
+
'
</p>
'
+
'
<p class="witw_location">
'
+
location
+
'
</p><p class="witw_title">
'
+
title
+
'
</p>
'
+
'
<p class="witw_comment"></p>
'
+
'
<p class="witw_comment"></p>
<p class="witw_comment"><a href="
<?php
echo
$CONFIG
->
url
?>
pg/profile/
'
+
username
+
'
">View Profile</a></p>
'
+
'
</div>
'
,
256
,
154
);
'
</div>
'
,
256
,
154
);
}
}
else
//these are the featured WITW Huskers (like Buffett, etc)
else
//these are the featured WITW Huskers (like Buffett, etc)
...
...
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