Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
ba4b5a73
Commit
ba4b5a73
authored
Feb 07, 2012
by
root
Browse files
Add top bar to template.
parent
a5676ab6
Changes
1
Hide whitespace changes
Inline
Side-by-side
astakos/im/templates/im/base.html
View file @
ba4b5a73
...
...
@@ -59,6 +59,16 @@
$
(
"
form .form-row
"
).
formErrors
();
})
</script>
<script
src=
"http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"
></script>
<script>
//var CLOUDBAR_USER_DATA = {'user': 'kpap@grnet.gr', 'logged_in': true};
//var CLOUDBAR_ACTIVE_SERVICE = 'okeanos';
var
CLOUDBAR_LOC
=
"
http://docs.dev.grnet.gr/cloudbar/
"
;
$
(
document
).
ready
(
function
(){
$
.
getScript
(
CLOUDBAR_LOC
+
'
servicesbar.js
'
);
})
</script>
</head>
<body>
...
...
Write
Preview
Markdown
is supported
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