/** * Copyright (C) 2017 The Android Open Source Project * * 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 com.google.gerrit.httpd.raw} /** * @param canonicalPath * @param staticResourcePath * @param? assetsPath {string} URL to static assets root, if served from CDN. * @param? assetsBundle {string} Assets bundle .html file, served from $assetsPath. * @param? faviconPath * @param? versionInfo * @param? deprecateGwtUi */ {template .Index} {\n} {\n} {\n} {\n} {\n} {\n} {\n} {if $faviconPath} {\n} {else} {\n} {/if} // RobotoMono fonts are used in styles/fonts.css // @see https://github.com/w3c/preload/issues/32 regarding crossorigin {\n} {\n} {\n} {\n} {\n} {\n} {\n} {\n} {\n} // Content between webcomponents-lite and the load of the main app element // run before polymer-resin is installed so may have security consequences. // Contact your local security engineer if you have any questions, and // CC them on any changes that load content before gr-app.html. // // github.com/Polymer/polymer-resin/blob/master/getting-started.md#integrating {if $assetsPath and $assetsBundle} {\n} {/if} {\n} {\n} {\n} {\n} {/template}