~mrooney/etherpad/ubuntu

« back to all changes in this revision

Viewing changes to trunk/etherpad/src/templates/framed/framedpage-pro.ejs

  • Committer: Aaron Iba
  • Date: 2009-12-18 07:44:23 UTC
  • Revision ID: hg-v1:81287c8af1ac7133316fd4416b13a64c9faba321
removed duplicate trunk directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1

 
2
copyrev: 5bd25e4a6d3e257e7ac1d92af46bcff80f00a38d
 
3
copy: trunk/trunk/etherpad/src/templates/framed/framedpage-pro.ejs
 
4

 
5
<% /* Copyright 2009 Google Inc.
 
6
 
 
7
Licensed under the Apache License, Version 2.0 (the "License");
 
8
you may not use this file except in compliance with the License.
 
9
You may obtain a copy of the License at
 
10
 
 
11
     http://www.apache.org/licenses/LICENSE-2.0
 
12
 
 
13
Unless required by applicable law or agreed to in writing, software
 
14
distributed under the License is distributed on an "AS-IS" BASIS,
 
15
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
16
See the License for the specific language governing permissions and
 
17
limitations under the License. */ %><%
 
18
 helpers.setBodyId("framedpagebody");
 
19
 helpers.includeCss("etherpad.css");
 
20
 helpers.includeCss("pro/framedpage-pro.css");
 
21
 helpers.addBodyClass("pro-body");
 
22
%>
 
23
 
 
24
<div id="container">
 
25
 
 
26
<% if (helpers.isHeaderVisible()) { %>
 
27
  <%= renderHeader() %>
 
28
<% } %>
 
29
 
 
30
<%= renderGlobalProNotice() %>
 
31
 
 
32
<%= getContentHtml() %>
 
33
 
 
34
</div>
 
35