<% /* Copyright 2009 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS-IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ %><% helpers.addBodyClass("pro-withtopbar"); %>
<% if (account) { %>
<%= toHTML(account.email) %> (sign out)
<% } else { %> <% // TODO: eventually have sign-in link here. %> <% } %>
<%= proDomainOrgName %> <% if (isAnEtherpadAdmin) { %> INVISIBLE ADMIN MODE <% } %>
<% function renderProTopNav() { var links = [ ['/', 'Home', 'home'], ['/ep/padlist/', 'Pads', 'padlist'], ['/ep/account/', 'My Account', 'account'], ]; if (account && account.isAdmin) { links.push(['/ep/admin/', 'Admin', 'admin']); } var ul = UL(); links.forEach(function(l) { var c = l[2]; var selc = (request.path == l[0] || navSelection == c) ? " selected" : ""; ul.push(LI({className: 'topnav_'+c+selc}, A({href: request.scheme + '://'+request.host+l[0]}, l[1]))); }); return ul; } %> <%= pneTrackerHtml %>
<%= renderProTopNav() %> <%= helpers.clearFloats() %>