Skip to content

Commit 4354dd4

Browse files
committed
remove copyright blocks from diretive templates where 'replace' is set to true
1 parent b65f86d commit 4354dd4

21 files changed

+7
-217
lines changed

mica-webapp/src/main/webapp/app/attributes/views/attributes-editable-list-template.html

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<div>
122
<button type="button" class="btn btn-info btn-sm voffset2" ng-click="addAttribute()">
133
<i class="fa fa-plus"></i> <span translate>attribute.add-attribute</span>
@@ -47,4 +37,4 @@
4737
</table>
4838
</div>
4939
</div>
50-
</div>
40+
</div>

mica-webapp/src/main/webapp/app/attributes/views/attributes-list-template.html

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<div ng-show="namespaces || namespaces.length > 0">
122
<div class="" ng-repeat="(namespace, attributes) in namespaces">
133

@@ -36,4 +26,4 @@
3626
</tbody>
3727
</table>
3828
</div>
39-
</div>
29+
</div>
Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<div>
122
<obiba-comments comments="comments" on-update="updateComment" on-delete="deleteComment" name-resolver="userProfileService.getFullName" edit-action="EDIT" delete-action="DELETE"></obiba-comments>
133
<obiba-comment-editor on-submit="submitComment"></obiba-comment-editor>
14-
</div>
4+
</div>

mica-webapp/src/main/webapp/app/dataset/views/harmonization-study-tables-form.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<div class="voffset4">
122
<h3 translate>dataset.harmonized-tables.title</h3>
133

mica-webapp/src/main/webapp/app/dataset/views/network-table-modal-form-section.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<div>
122
<p class="help-block" translate>dataset.network-table.info</p>
133

mica-webapp/src/main/webapp/app/dataset/views/study-table-modal-form-section.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<div>
122
<p class="help-block" translate>dataset.study-table.info</p>
133

mica-webapp/src/main/webapp/app/entity-revisions/entity-revisions-template.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<div>
122
<h3>
133
<span>{{title}}</span>

mica-webapp/src/main/webapp/app/entity-sf-config/views/entity-sf-config-form.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<div class="form-group">
122

133
<uib-tabset class="voffset4">

mica-webapp/src/main/webapp/app/entity-taxonomy-config/views/entity-taxonomy-config-content-view.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<div>
122
<div ng-if="model.type=='taxonomy'" entity-taxonomy-config-criteria-view></div>
133
<div ng-if="model.type!=='taxonomy'" entity-taxonomy-config-terms-view></div>

mica-webapp/src/main/webapp/app/entity-taxonomy-config/views/entity-taxonomy-config-content.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<div>
122
<obiba-alert id="EntityTaxonomyConfigController"></obiba-alert>
133

mica-webapp/src/main/webapp/app/entity-taxonomy-config/views/entity-taxonomy-config-criteria-view.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<div>
122
<h4 translate>global.criteria</h4>
133

mica-webapp/src/main/webapp/app/entity-taxonomy-config/views/entity-taxonomy-config-properties-modal.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<div class="modal-content">
122
<div class="modal-header">
133
<button type="button" class="close" aria-hidden="true" ng-click="cancel()">&times;</button>

mica-webapp/src/main/webapp/app/entity-taxonomy-config/views/entity-taxonomy-config-properties-view.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<div>
122

133
<h3 ng-if="model.type==='taxonomy'">

mica-webapp/src/main/webapp/app/entity-taxonomy-config/views/entity-taxonomy-config-terms-view.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<div>
122

133
<h4 translate>global.terms</h4>

mica-webapp/src/main/webapp/app/entity-taxonomy-config/views/entity-taxonomy-config.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<div>
122
<div ng-if="targets">
133
<div ng-if="targets.length === 1">

mica-webapp/src/main/webapp/app/entity-taxonomy-config/views/property-view.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<span>
122
<span ng-repeat="part in property">
133
<span class="label label-default">{{part.locale}}</span>

mica-webapp/src/main/webapp/app/file-system/views/file-system-template.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<div ng-cloak>
122
<obiba-alert id="FileSystemController"></obiba-alert>
133

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<div>
122
<i class="fa fa-star-o" ng-if="state.publishedTag === undefined" title="{{'publish.not-published' | translate}}"></i>
133
<i class="fa fa-star-half-o" ng-if="state.publishedTag !== undefined && state.revisionsAhead > 0" title="{{'publish.published-out-of-date' | translate}} ({{state.publicationDate | amDateFormat : 'lll'}} [{{state.publishedBy}}])"></i>
144
<i class="fa fa-star" ng-if="state.publishedTag !== undefined && state.revisionsAhead == 0" title="{{'publish.published' | translate}} ({{state.publicationDate | amDateFormat : 'lll'}} [{{state.publishedBy}}])"></i>
155
<span class="label label-info" ng-if="state.publishedTag !== undefined && state.revisionsAhead > 0" title="{{'publish.revisions-ahead' | translate}} ({{state.publicationDate | amDateFormat : 'lll'}} [{{state.publishedBy}}])">{{state.revisionsAhead}}</span>
16-
</div>
6+
</div>
Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<a ng-click="publish()" class="btn btn-info">
122
<i class="fa fa-star-o" ng-if="status()"></i>
133
<i class="fa fa-star" ng-if="!status()"></i>
144
<span translate ng-if="!status()">publish.label</span>
155
<span translate ng-if="status()">publish.un-publish</span>
16-
</a>
6+
</a>

mica-webapp/src/main/webapp/app/status/file-status-buttons-template.html

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<div>
122
<a class="btn btn-danger btn-responsive" ng-click="onDelete()" ng-if="canDelete">
133
<i class="fa fa-trash"></i>
@@ -50,4 +40,4 @@
5040
</li>
5141
</ul>
5242
</div>
53-
</div>
43+
</div>

mica-webapp/src/main/webapp/app/status/status-buttons-template.html

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
<!--
2-
~ Copyright (c) 2017 OBiBa. All rights reserved.
3-
~
4-
~ This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0.
6-
~
7-
~ You should have received a copy of the GNU General Public License
8-
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
9-
-->
10-
111
<div>
122
<a class="btn btn-danger btn-responsive" ng-click="onDelete()" ng-if="state.permissions.delete && state.revisionStatus === 'DELETED'">
133
<i class="fa fa-trash"></i>
@@ -46,4 +36,4 @@
4636
</li>
4737
</ul>
4838
</div>
49-
</div>
39+
</div>

0 commit comments

Comments
 (0)