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
emulab
emulab-devel
Commits
d9ec05d4
Commit
d9ec05d4
authored
Dec 12, 2014
by
Leigh B Stoller
Browse files
Add message about the portal being down Jan 5-7.
parent
0263128c
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/quickvm_sup.php
View file @
d9ec05d4
...
...
@@ -180,7 +180,8 @@ $PAGEHEADER_FUNCTION = function($thinheader = 0, $ignore1 = NULL,
goto
embed
;
}
echo
"
<div class='navbar navbar-static-top' role='navigation'>
<div class='navbar navbar-static-top' style='margin-bottom: 10px'
role='navigation'>
<div class='navbar-inner'>
<div class='brand'>
<img src='images/
$APTLOGO
'/>
...
...
@@ -277,6 +278,13 @@ $PAGEHEADER_FUNCTION = function($thinheader = 0, $ignore1 = NULL,
</div>
</div>
\n
"
;
$groupname
=
(
$ISAPT
?
"apt-users"
:
"cloudlab-users"
);
echo
"<center style='margin-bottom: 5px; margin-top: -8px'>
<font color=red>Portal will be down Jan 5-7.</font> See the
<a href='https://groups.google.com/forum/#!forum/${groupname}'
target='_blank'>Help Forum</a> for more info.
</center>
\n
"
;
if
(
!
NOLOGINS
()
&&
!
$login_user
&&
$page_title
!=
"Login"
)
{
SpitLoginModal
(
"quickvm_login_modal"
);
SpitWaitModal
(
"quickvm_login_waitwait"
);
...
...
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