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
a7efea4a
Commit
a7efea4a
authored
Oct 05, 2005
by
Leigh B. Stoller
Browse files
Make the chat server stuff live on the web interface.
parent
482e3204
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/menu.php3
View file @
a7efea4a
...
...
@@ -595,8 +595,8 @@ function WRITESIDEBAR() {
WRITESIDEBARBUTTON
(
"My CVS Repositories"
,
$TBBASE
,
"listrepos.php3?target_uid=
$login_uid
"
);
}
if
(
STUDLY
()
&&
$CHATSUPPORT
)
{
WRITESIDEBARBUTTON
(
"My
IM
"
,
$TBBASE
,
if
(
$CHATSUPPORT
)
{
WRITESIDEBARBUTTON
(
"My
Chat Buddies
"
,
$TBBASE
,
"mychat.php3?target_uid=
$login_uid
"
);
}
WRITESIDEBARDIVIDER
();
...
...
www/mychat.php3
View file @
a7efea4a
...
...
@@ -75,7 +75,9 @@ echo "<br><br>
echo
"<br><br>
The Emulab Jabber server also supports multi user <em>chatrooms</em>.
You are welcome to create chatrooms as needed. Simply use
<tt>conference.emulab.net</tt> as the server hostname when prompted.
\n
"
;
<tt>conference.emulab.net</tt> as the server hostname when prompted. "
;
echo
"<em>(We plan to add automatic creation of per-project chatrooms in
the future)</em>
\n
"
;
#
# Standard Testbed Footer
...
...
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