]> source.dussan.org Git - archiva.git/blob
0fde2ad4daac3dde05fae3b729aee9de2f1ab167
[archiva.git] /
1 <!--
2   ~ Licensed to the Apache Software Foundation (ASF) under one
3   ~ or more contributor license agreements.  See the NOTICE file
4   ~ distributed with this work for additional information
5   ~ regarding copyright ownership.  The ASF licenses this file
6   ~ to you under the Apache License, Version 2.0 (the
7   ~ "License"); you may not use this file except in compliance
8   ~ with the License.  You may obtain a copy of the License at
9   ~
10   ~   http://www.apache.org/licenses/LICENSE-2.0
11   ~
12   ~ Unless required by applicable law or agreed to in writing,
13   ~ software distributed under the License is distributed on an
14   ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15   ~ KIND, either express or implied.  See the License for the
16   ~ specific language governing permissions and limitations
17   ~ under the License.
18 -->
19 <script id="proxyConnectorsMain" type="text/x-jquery-tmpl">
20   <div class="page-header">
21     <h2>${$.i18n.prop('proxy-connectors.list')}</h2>
22   </div>
23
24   <ul id="proxy-connector-view-tabs" class="tabs">
25     <li id="network-proxies-view-tabs-li-grid" class="active">
26       <a href="#network-proxies-view" id="network-proxies-view-tabs-a-network-proxies-grid">${$.i18n.prop('network-proxies.grid.tab.title')}</a>
27     </li>
28     <li id="network-proxies-view-tabs-li-edit">
29       <a href="#network-proxies-edit">${$.i18n.prop('add')}</a>
30     </li>
31   </ul>
32   <div id="network-proxies-view-tabs-content" class="tab-content">
33     <div id="network-proxies-view" class="active">
34         <table class="bordered-table zebra-striped" id="networkProxiesTable>
35                data-bind="simpleGrid: gridViewModel,simpleGridTemplate:'ko-network-proxies-grid',pageLinksId:'network-proxiesPagination'">
36         </table>
37         <div id="network-proxiesPagination"></div>
38     </div>
39     <div id="network-proxies-edit" data-bind='template: {name:"network-proxy-edit-tmpl"}'></div>
40   </div>
41
42 </script>