mirror of https://github.com/apache/archiva.git
%s/text/x-jquery-tmpl/text/html
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1304390 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0dc4a69e7a
commit
34e4af8ca4
|
@ -42,7 +42,7 @@
|
|||
</div>
|
||||
</script>
|
||||
|
||||
<script id='ko-legacy-artifact-paths-grid' type='text/x-jquery-tmpl'>
|
||||
<script id='ko-legacy-artifact-paths-grid' type='text/html'>
|
||||
<thead>
|
||||
<tr>
|
||||
{{each(i, columnDefinition) columns}}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
~ specific language governing permissions and limitations
|
||||
~ under the License.
|
||||
-->
|
||||
<script id="ko_simpleGrid_pageLinks" type="text/x-jquery-tmpl">
|
||||
<script id="ko_simpleGrid_pageLinks" type="text/html">
|
||||
<div class="pagination">
|
||||
<ul>
|
||||
{{each(i) ko.utils.range(1, maxPageIndex)}}
|
||||
|
|
|
@ -16,32 +16,32 @@
|
|||
~ specific language governing permissions and limitations
|
||||
~ under the License.
|
||||
-->
|
||||
<script id='alert-message-success' type='text/x-jquery-tmpl'>
|
||||
<script id='alert-message-success' type='text/html'>
|
||||
<div class="alert fade in alert-success" data-alert="alert">
|
||||
<a class="close" data-dismiss="alert" href="#" id='alert-message-success-close-a'>×</a>
|
||||
${message}
|
||||
</div>
|
||||
</script>
|
||||
<script id='alert-message-error' type='text/x-jquery-tmpl'>
|
||||
<script id='alert-message-error' type='text/html'>
|
||||
<div class="alert fade in alert-error" data-alert="alert">
|
||||
<a class="close" data-dismiss="alert" href="#" id='alert-message-error-close-a'>×</a>
|
||||
${message}
|
||||
</div>
|
||||
</script>
|
||||
<script id='alert-message-warning' type='text/x-jquery-tmpl'>
|
||||
<script id='alert-message-warning' type='text/html'>
|
||||
<div class="alert fade in alert-heading" data-alert="alert">
|
||||
<a class="close" data-dismiss="alert" href="#" id='alert-message-warning-close-a'>×</a>
|
||||
${message}
|
||||
</div>
|
||||
</script>
|
||||
<script id='alert-message-info' type='text/x-jquery-tmpl'>
|
||||
<script id='alert-message-info' type='text/html'>
|
||||
<div class="alert fade in alert-info" data-alert="alert">
|
||||
<a class="close" data-dismiss="alert" href="#" id='alert-message-info-close-a'>×</a>
|
||||
${message}
|
||||
</div>
|
||||
</script>
|
||||
|
||||
<script id='footer-tmpl' type='text/x-jquery-tmpl'>
|
||||
<script id='footer-tmpl' type='text/html'>
|
||||
<div class="pull-left">
|
||||
<a target="_blank" href="http://archiva.apache.org/">Apache Archiva - ${version}</a>
|
||||
</div>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
~ specific language governing permissions and limitations
|
||||
~ under the License.
|
||||
-->
|
||||
<script id="networkProxiesMain" type="text/x-jquery-tmpl">
|
||||
<script id="networkProxiesMain" type="text/html">
|
||||
<div class="page-header">
|
||||
<h2><img src="images/internet-web-browser-32-32.png"/>${$.i18n.prop('network-proxies.list')}</h2>
|
||||
</div>
|
||||
|
@ -42,7 +42,7 @@
|
|||
|
||||
</script>
|
||||
|
||||
<script id='ko-network-proxies-grid' type='text/x-jquery-tmpl'>
|
||||
<script id='ko-network-proxies-grid' type='text/html'>
|
||||
<thead>
|
||||
<tr>
|
||||
{{each(i, columnDefinition) columns}}
|
||||
|
@ -94,7 +94,7 @@
|
|||
|
||||
</script>
|
||||
|
||||
<script id="network-proxy-edit-tmpl" type='text/x-jquery-tmpl'>
|
||||
<script id="network-proxy-edit-tmpl" type='text/html'>
|
||||
<form id="network-proxy-edit-form" class="well form-horizontal">
|
||||
<fieldset id="network-proxy-edit-fieldset">
|
||||
<div class="control-group">
|
||||
|
@ -159,12 +159,12 @@
|
|||
</form>
|
||||
</script>
|
||||
|
||||
<script id="network-proxies-bulk-save-tmpl" type='text/x-jquery-tmpl'>
|
||||
<script id="network-proxies-bulk-save-tmpl" type='text/html'>
|
||||
{{if bulkSave()}}
|
||||
<a data-bind="click: updateModifiedNetworkProxies" class="btn btn-danger" href="#">${$.i18n.prop('save.all')}</a>
|
||||
{{/if}}
|
||||
</script>
|
||||
<script id="network-proxy-delete-warning-tmpl" type='text/x-jquery-tmpl'>
|
||||
<script id="network-proxy-delete-warning-tmpl" type='text/html'>
|
||||
<div>
|
||||
<span class="label label-warning">${$.i18n.prop('warning.not.undone.operation')}</span>
|
||||
</div>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
~ specific language governing permissions and limitations
|
||||
~ under the License.
|
||||
-->
|
||||
<script id="proxyConnectorsMain" type="text/x-jquery-tmpl">
|
||||
<script id="proxyConnectorsMain" type="text/html">
|
||||
<div class="page-header">
|
||||
<h2><img src="images/preferences-system-network-proxy-32-32.png"/>${$.i18n.prop('proxy-connectors.list')}</h2>
|
||||
</div>
|
||||
|
@ -51,7 +51,7 @@
|
|||
|
||||
</script>
|
||||
|
||||
<script id='ko-proxy-connectors-grid' type='text/x-jquery-tmpl'>
|
||||
<script id='ko-proxy-connectors-grid' type='text/html'>
|
||||
<thead>
|
||||
<tr>
|
||||
<th title="${$.i18n.prop('proxy-connectors.grid.managedrepo.title')}">
|
||||
|
@ -110,7 +110,7 @@
|
|||
<div id="proxy-connectors-grid-remoterepo-settings-content-${val}-${targetRepoId}" style="display:none"></div>
|
||||
</script>
|
||||
|
||||
<script id='proxy-connectors-remote-settings-popover-tmpl' type='text/x-jquery-tmpl'>
|
||||
<script id='proxy-connectors-remote-settings-popover-tmpl' type='text/html'>
|
||||
<div>
|
||||
{{if proxyId}}
|
||||
${$.i18n.prop('proxy-connectors.remoterepo.settings.networkproxy')}: ${proxyConnector.proxyId}
|
||||
|
@ -134,7 +134,7 @@
|
|||
</div>
|
||||
</script>
|
||||
|
||||
<script id="proxy-connector-edit-form-tmpl" type='text/x-jquery-tmpl'>
|
||||
<script id="proxy-connector-edit-form-tmpl" type='text/html'>
|
||||
|
||||
<form id="proxy-connector-edit-form" class="well form-horizontal">
|
||||
<fieldset id="remote-repository-edit-fieldset">
|
||||
|
@ -246,7 +246,7 @@
|
|||
</form>
|
||||
|
||||
</script>
|
||||
<script id="proxy-connectors-bulk-save-tmpl" type='text/x-jquery-tmpl'>
|
||||
<script id="proxy-connectors-bulk-save-tmpl" type='text/html'>
|
||||
{{if bulkSave()}}
|
||||
<a data-bind="click: updateModifiedProxyConnectors" class="btn btn-danger" href="#">${$.i18n.prop('save.all')}</a>
|
||||
{{/if}}
|
||||
|
@ -302,7 +302,7 @@
|
|||
</div>
|
||||
</script>
|
||||
|
||||
<script id="proxy-connector-delete-warning-tmpl" type='text/x-jquery-tmpl'>
|
||||
<script id="proxy-connector-delete-warning-tmpl" type='text/html'>
|
||||
<div>
|
||||
<span class="label label-warning">${$.i18n.prop('warning.not.undone.operation')}</span>
|
||||
</div>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
~ specific language governing permissions and limitations
|
||||
~ under the License.
|
||||
-->
|
||||
<script id="repositoriesMain" type="text/x-jquery-tmpl">
|
||||
<script id="repositoriesMain" type="text/html">
|
||||
<div class="page-header">
|
||||
<h2><img src="images/system-file-manager-32-32.png"/>${$.i18n.prop('administration.repositories')}</h2>
|
||||
</div>
|
||||
|
@ -78,7 +78,7 @@
|
|||
</div>
|
||||
</script>
|
||||
|
||||
<script id='ko_managed-repositoriesGrid' type='text/x-jquery-tmpl'>
|
||||
<script id='ko_managed-repositoriesGrid' type='text/html'>
|
||||
<thead>
|
||||
<tr>
|
||||
{{each(i, columnDefinition) columns}}
|
||||
|
@ -153,7 +153,7 @@
|
|||
|
||||
</script>
|
||||
|
||||
<script id="managed-repository-edit-tmpl" type='text/x-jquery-tmpl'>
|
||||
<script id="managed-repository-edit-tmpl" type='text/html'>
|
||||
<form id="managed-repository-edit-form" class="well form-horizontal">
|
||||
<fieldset id="managed-repository-edit-fieldset">
|
||||
<div class="control-group">
|
||||
|
@ -254,7 +254,7 @@
|
|||
</form>
|
||||
</script>
|
||||
|
||||
<script id="managed-repository-delete-warning-tmpl" type='text/x-jquery-tmpl'>
|
||||
<script id="managed-repository-delete-warning-tmpl" type='text/html'>
|
||||
<div>
|
||||
<span class="label label-warning">${$.i18n.prop('warning.not.undone.operation')}</span>
|
||||
<div>
|
||||
|
@ -274,7 +274,7 @@
|
|||
</div>
|
||||
</script>
|
||||
|
||||
<script id="managed-repository-location-warning-tmpl" type='text/x-jquery-tmpl'>
|
||||
<script id="managed-repository-location-warning-tmpl" type='text/html'>
|
||||
<div>
|
||||
<span class="label label-warning">${$.i18n.prop('managedrepository.location.already.exists')}</span>
|
||||
<div>
|
||||
|
@ -284,12 +284,12 @@
|
|||
</div>
|
||||
</div>
|
||||
</script>
|
||||
<script id="managed-repository-scan-now-modal-tmpl" type='text/x-jquery-tmpl'>
|
||||
<script id="managed-repository-scan-now-modal-tmpl" type='text/html'>
|
||||
<div>
|
||||
${$.i18n.prop('managedrepository.scan.all')}: <input type="checkbox" id="managed-repository-scan-now-all">
|
||||
</div>
|
||||
</script>
|
||||
<script id="managed-repository-stats-tmpl" type='text/x-jquery-tmpl'>
|
||||
<script id="managed-repository-stats-tmpl" type='text/html'>
|
||||
<div id="managedrepository-stats-${managedRepository.id()}-popover" style="display:none">
|
||||
<div>${$.i18n.prop('managedrepository.stats.endTime')}: ${lastScanDate()}</div>
|
||||
<div>${$.i18n.prop('managedrepository.stats.duration')}: ${duration()}ms</div>
|
||||
|
@ -297,7 +297,7 @@
|
|||
<div>${$.i18n.prop('managedrepository.stats.newFileCount')}: ${newFileCount()}</div>
|
||||
</div>
|
||||
</script>
|
||||
<script id="pom-snippet-tmpl" type='text/x-jquery-tmpl'>
|
||||
<script id="pom-snippet-tmpl" type='text/html'>
|
||||
<div class="page-header">
|
||||
<h2>POM Snippet</h2></div>
|
||||
</div>
|
||||
|
@ -307,7 +307,7 @@
|
|||
|
||||
<!-- remote part -->
|
||||
|
||||
<script id='ko_remote-repositoriesGrid' type='text/x-jquery-tmpl'>
|
||||
<script id='ko_remote-repositoriesGrid' type='text/html'>
|
||||
<thead>
|
||||
<tr>
|
||||
{{each(i, columnDefinition) columns}}
|
||||
|
@ -354,7 +354,7 @@
|
|||
</script>
|
||||
|
||||
|
||||
<script id="remote-repository-edit-tmpl" type='text/x-jquery-tmpl'>
|
||||
<script id="remote-repository-edit-tmpl" type='text/html'>
|
||||
<form id="remote-repository-edit-form" class="well form-horizontal">
|
||||
<fieldset id="remote-repository-edit-fieldset">
|
||||
<div class="control-group">
|
||||
|
@ -461,7 +461,7 @@
|
|||
</form>
|
||||
</script>
|
||||
|
||||
<script id="remote-repository-scan-modal-tmpl" type='text/x-jquery-tmpl'>
|
||||
<script id="remote-repository-scan-modal-tmpl" type='text/html'>
|
||||
<div>
|
||||
${$.i18n.prop('remoterepository.download.remote.now')}: <input type="checkbox" id="remoterepository-scan-now">
|
||||
</div>
|
||||
|
@ -470,13 +470,13 @@
|
|||
</div>
|
||||
</script>
|
||||
|
||||
<script id="managed-repositories-bulk-save-tmpl" type='text/x-jquery-tmpl'>
|
||||
<script id="managed-repositories-bulk-save-tmpl" type='text/html'>
|
||||
{{if bulkSave()}}
|
||||
<a data-bind="click: updateModifiedManagedRepositories" class="btn btn-danger" href="#">${$.i18n.prop('save.all')}</a>
|
||||
{{/if}}
|
||||
</script>
|
||||
|
||||
<script id="remote-repositories-bulk-save-tmpl" type='text/x-jquery-tmpl'>
|
||||
<script id="remote-repositories-bulk-save-tmpl" type='text/html'>
|
||||
{{if bulkSave()}}
|
||||
<a data-bind="click: updateModifiedRemoteRepositories" class="btn btn-danger" href="#">${$.i18n.prop('save.all')}</a>
|
||||
{{/if}}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
~ specific language governing permissions and limitations
|
||||
~ under the License.
|
||||
-->
|
||||
<script id="repositoryGroupsMain" type="text/x-jquery-tmpl">
|
||||
<script id="repositoryGroupsMain" type="text/html">
|
||||
<div class="page-header">
|
||||
<h2><img src="images/applications-internet-2-32-32.png"/>${$.i18n.prop('repository.groups.list')}</h2>
|
||||
</div>
|
||||
|
@ -156,7 +156,7 @@
|
|||
</div>
|
||||
</script>
|
||||
|
||||
<script id="repository-group-delete-warning-tmpl" type='text/x-jquery-tmpl'>
|
||||
<script id="repository-group-delete-warning-tmpl" type='text/html'>
|
||||
<div>
|
||||
<span class="label label-warning">${$.i18n.prop('warning.not.undone.operation')}</span>
|
||||
</div>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
~ specific language governing permissions and limitations
|
||||
~ under the License.
|
||||
-->
|
||||
<script id="rolesTabs" type="text/x-jquery-tmpl">
|
||||
<script id="rolesTabs" type="text/html">
|
||||
<div class="page-header">
|
||||
<h2>${$.i18n.prop('roles.management.header')}</h2>
|
||||
</div>
|
||||
|
@ -45,7 +45,7 @@
|
|||
|
||||
</script>
|
||||
|
||||
<script id="editRoleTab" type="text/x-jquery-tmpl">
|
||||
<script id="editRoleTab" type="text/html">
|
||||
<div class="accordion" id="edit-role-accordion">
|
||||
<div class="accordion-group">
|
||||
<div class="accordion-heading">
|
||||
|
@ -196,7 +196,7 @@
|
|||
</div>
|
||||
</script>
|
||||
|
||||
<script id='ko_rolesGrid' type='text/x-jquery-tmpl'>
|
||||
<script id='ko_rolesGrid' type='text/html'>
|
||||
<thead>
|
||||
<tr>
|
||||
{{each(i, columnDefinition) columns}}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
~ specific language governing permissions and limitations
|
||||
~ under the License.
|
||||
-->
|
||||
<script id='redback/user-edit-tmpl' type='text/x-jquery-tmpl'>
|
||||
<script id='redback/user-edit-tmpl' type='text/html'>
|
||||
<div id="edit-user-details-pills">
|
||||
<ul id="edit_user_details_pills_headers" class="nav nav-pills" data-target="#edit-user-details-pills-content">
|
||||
<li class="active" id="user-view-detail-li">
|
||||
|
@ -102,7 +102,7 @@
|
|||
</div>
|
||||
</script>
|
||||
|
||||
<script id="user_view_roles_list_tmpl" type="text/x-jquery-tmpl">
|
||||
<script id="user_view_roles_list_tmpl" type="text/html">
|
||||
<div class="page-header">
|
||||
<h3>${$.i18n.prop('effective.roles')}</h3>
|
||||
</div>
|
||||
|
@ -115,7 +115,7 @@
|
|||
</div>
|
||||
</script>
|
||||
|
||||
<script id="user_edit_roles_tmpl" type="text/x-jquery-tmpl">
|
||||
<script id="user_edit_roles_tmpl" type="text/html">
|
||||
|
||||
<div>
|
||||
{{each $data.applicationRoles}}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
~ specific language governing permissions and limitations
|
||||
~ under the License.
|
||||
-->
|
||||
<script id='ko_usersGrid_grid' type='text/x-jquery-tmpl'>
|
||||
<script id='ko_usersGrid_grid' type='text/html'>
|
||||
<thead>
|
||||
<tr>
|
||||
{{each(i, columnDefinition) columns}}
|
||||
|
@ -84,7 +84,7 @@
|
|||
|
||||
</script>
|
||||
|
||||
<script id="usersGrid" type="text/x-jquery-tmpl">
|
||||
<script id="usersGrid" type="text/html">
|
||||
<div class="page-header">
|
||||
<h3><img src="images/system-users-32-32.png"/>${$.i18n.prop('users.list')}</h3>
|
||||
</div>
|
||||
|
@ -110,7 +110,7 @@
|
|||
</div>
|
||||
</script>
|
||||
|
||||
<script id="user-delete-warning-tmpl" type='text/x-jquery-tmpl'>
|
||||
<script id="user-delete-warning-tmpl" type='text/html'>
|
||||
<div>
|
||||
<span class="label label-warning">${$.i18n.prop('warning.not.undone.operation')}</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue