11< div ng-controller ="OntologyCtrl ">
22
3- < div class ="modal fade " id ="modalOntology ">
4- < div class ="modal-dialog ">
3+ < div class ="row below ">
4+ < h3 class ="green bold ">
5+ < span class ="btn-group ">
6+ < button type ="button " class ="btn btn-link reset " ng-click ="refreshOntologies() ">
7+ < i class ="glyphicon glyphicon-refresh " aria-hidden ="true "> </ i >
8+ </ button >
9+ </ span >
10+ Ontologies
11+ </ h3 >
12+
13+ < table class ="table table-striped ">
14+ < thead >
15+ < tr >
16+ < th > Action</ th >
17+ < th > URI</ th >
18+ </ tr >
19+ </ thead >
20+ < tbody >
21+ < tr ng-repeat ="onto in ontologies ">
22+ < td >
23+ < button type ="button " class ="btn btn-default btn-xs " ng-click ="delete('{{onto}}') "> < span class ="glyphicon glyphicon-trash "> </ span > </ button >
24+ < button type ="button " class ="btn btn-default btn-xs " data-toggle ="modal " ng-click ="setUrl('{{onto}}'); openModal(); "> < span class ="glyphicon glyphicon-edit "> </ span > </ button >
25+ </ td >
26+ < td > {{onto}}</ td >
27+ </ tr >
28+ </ tbody >
29+ </ table >
30+
31+ < button type ="button " class ="btn btn-primary btn-large " data-toggle ="modal " data-target ="#modalOntology " ng-click ="new(); "> Add new ontology</ button >
32+
33+ < div class ="modal fade " id ="modalOntology ">
534 < div class ="modal-content ">
635 < div class ="modal-header ">
736 < button type ="button " class ="close " data-dismiss ="modal " aria-hidden ="true "> ×</ button >
@@ -53,43 +82,11 @@ <h5 class="modal-title green bold">Add ontology</h5>
5382 </ div >
5483 </ div >
5584 </ div >
56- </ div >
57-
58- < div class ="row below ">
59- < h3 class ="green bold ">
60- < span class ="btn-group ">
61- < button type ="button " class ="btn btn-link reset " ng-click ="refreshOntologies() ">
62- < i class ="glyphicon glyphicon-refresh " aria-hidden ="true "> </ i >
63- </ button >
64- </ span >
65- Ontologies
66- </ h3 >
67-
68- < table class ="table table-striped ">
69- < thead >
70- < tr >
71- < th > Action</ th >
72- < th > URI</ th >
73- </ tr >
74- </ thead >
75- < tbody >
76- < tr ng-repeat ="onto in ontologies ">
77- < td >
78- < button type ="button " class ="btn btn-default btn-xs " ng-click ="delete('{{onto}}') "> < span class ="glyphicon glyphicon-trash "> </ span > </ button >
79- < button type ="button " class ="btn btn-default btn-xs " data-toggle ="modal " ng-click ="setUrl('{{onto}}'); openModal(); "> < span class ="glyphicon glyphicon-edit "> </ span > </ button >
80- </ td >
81- < td > {{onto}}</ td >
82- </ tr >
83- </ tbody >
84- </ table >
85-
86- < button type ="button " class ="btn btn-primary btn-large " data-toggle ="modal " data-target ="#modalOntology " ng-click ="new(); "> Add new ontology</ button >
8785
8886 < div class ="modal fade " id ="fullModal ">
89- < div class ="modal-dialog ">
9087 < div class ="modal-content ">
9188 < div class ="modal-header ">
92- < button type ="button " class ="close " data-dismiss =" modal " aria-hidden ="true "> ×</ button >
89+ < button type ="button " class ="close " ng-click =" close('#modalLogin') " aria-hidden ="true "> ×</ button >
9390 < h5 class ="modal-title green bold "> MiniDix</ h5 >
9491 </ div >
9592 < div class ="modal-body ">
@@ -98,5 +95,4 @@ <h5 class="modal-title green bold">MiniDix</h5>
9895 </ div >
9996 </ div >
10097 </ div >
101- </ div >
10298</ div >
0 commit comments