<% /* Copyright 2009 Google Inc. Copyright 2010 Pita, Peter Martischka 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.setBodyId("padbody"); helpers.addBodyClass(bodyClass); helpers.includeCss("pad2_ejs.css"); helpers.includeJs("undo-xpopup.js"); helpers.includeCometJs(); helpers.includeJQuery();; helpers.includeJs("json2.js"); helpers.includeJs("colorutils.js"); helpers.includeJs("draggable.js"); helpers.includeJs("pad_utils.js"); helpers.includeJs("pad_cookie.js"); helpers.includeJs("pad_editor.js"); helpers.includeJs("pad_editbar.js"); helpers.includeJs("pad_docbar.js"); helpers.includeJs("pad_modals.js"); helpers.includeJs("pad2.js"); helpers.suppressGA(); helpers.setRobotsPolicy({index: false, follow: false}); %> <% template.define('body', function() { var ejs_data=''; %>
<% /* floated left */ %>
<% /* New Pad */ %> <% /* floated right */ %>
<% /* Toggle Width */ %> <% /* non-floated */ %> <% if (isProAccountHolder) { %> Return to pad list
<%= toHTML(account.email) %> (sign out)
<% } else if (isPro) { %> <% } %>

Server Notice:

hide

<%: template.use('docBarTitle'); %> <%: template.use('docBarItems'); %> <%: plugins.callHookStr('docbarItemsAll', {}, '', '', ''); %>
 
<%: template.use('docBarTitleEditor'); %> <%: template.use('docBarDropdowns'); %>
<%: template.use('sideBar'); %>
<% /* floated left */ %>
<% /* floated right */ %>
<% /* non-floated */ %>
<%: template.use('editBarItemsLeft'); %>
 
<%: template.use('editBarItemsRight'); %>
<%: template.use('contentArea'); %>
Zoom:
<%: template.use('modals'); %> <% return ejs_data; }); %>