<% /* 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.setHtmlTitle("Sign up for EtherPad PNE Free Trial"); %> <% helpers.includeJQuery() %> <% helpers.includeJs("etherpad.js") %> <% helpers.includeJs("store.js") %> <% helpers.includeCss("store/store.css") %> <% function renderField(maxlen, id, title) { var oldValue = (oldData[id] || ""); return DIV(P(LABEL({htmlFor: id}, title), INPUT({maxlength: maxlen, type: "text", className: "signupData", name: id, id: id, value: oldValue}))); } function renderWebLeadField(name) { return INPUT({type: 'hidden', name: name, id: "wl_"+name, value: ""}); } %>

Private Network Edition: <%= trialDays %>-Day Free Trial

Enter your information here to download a free <%= trialDays %>-day trial of EtherPad Private Network Edition.

<% /* note: these fields should match exactly the eepnet-pricingcontact form in pricing_eepnet.ejs */ %> <%= renderField(40, "firstName", "First Name:") %> <%= renderField(80, "lastName", "Last Name:") %> <%= renderField(80, "email", "Your Email (license key will be sent here):") %> <%= renderField(40, "orgName", "Company/Organization:") %>

<%= renderField(40, "jobTitle", "Your Title:") %> <%= renderField(40, "phone", "Phone Number:") %> <%= renderField(160, "estUsers", "Estimated number of users:") %>

If you already have a license, you can skip directly to download.

You can also recover a lost license key.

Questions? Email <%= helpers.oemail("sales") %>.

<% [ "oid", "first_name", "last_name", "email", "company", "title", "phone", "00N80000003FYtG", "00N80000003FYto", "00N80000003FYuI", "lead_source", "industry" ].forEach(function(f) { %> <%= renderWebLeadField(f) %> <% }); %>