// Copyright 2018 The Nomulus Authors. All Rights Reserved. // // 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. {namespace registry.soy.registrar.console} /** * Main page for the OT&E creation. Holds a form with the required data. */ {template .formPage} {@param xsrfToken: string} /** Security token. */ {@param username: string} /** Arbitrary username to display. */ {@param logoutUrl: string} /** Generated URL for logging out of Google. */ {@param productName: string} /** Name to display for this software product. */ {@param logoFilename: string} {@param? errorMessage: string} /** If set - display the error message above the form. */ {@param? baseClientId: string} /** If set - an initial value to fill for the base client ID. */ {@param? contactEmail: string} /** If set - an initial value to fill for the email. */ {call registry.soy.console.header} {param app: 'registrar' /} {param subtitle: 'OT&E setup' /} {/call} {call registry.soy.console.googlebar data="all" /}
{/template} /** * Result page for a successful OT&E setup. */ {template .resultSuccess} {@param baseClientId: string} /** The base clientId used for the OT&E setup. */ {@param contactEmail: string} /** The contact's email added to the registrars. */ {@param clientIdToTld: map