Commit 747d2a301e7ab3c72b41aaf27cdaffce7ad3e127
1 parent
ede6803d
changes came from develop
Showing
1 changed file
with
186 additions
and
186 deletions
400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html
1 | - | |
2 | -<div class="bodyWrap row no-scroll"> | |
3 | - <div ng-include=" 'app/widget/MainMenu.html' " /> | |
4 | - <div class="main"> | |
5 | - <div class="col-sm-12 stickey-area clsstickydiv"> | |
6 | - <div class="breadcrumb"> | |
7 | - <div class="row center-block"> | |
8 | - <h5 class="text-center text-primary txt-white f15">Display Image By</h5> | |
9 | - <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
10 | - <div class="form-group"> | |
11 | - <h6 class="text-center text-primary txt-white f11">Body Region</h6> | |
12 | - <select ng-change="hideListViewDiv()" class="form-control input-sm" ng-model="query.selectedbodyregion" ng-options="item for item in CIAllBodyRegion track by item"> | |
13 | - <option value="">All</option> | |
14 | - </select> | |
15 | - </div> | |
16 | - </div> | |
17 | - <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
18 | - <div class="form-group"> | |
19 | - <h6 class="text-center text-primary txt-white f11">Body System</h6> | |
20 | - <select ng-change="hideListViewDiv()" class="form-control input-sm" ng-model="query.selectedbodysystem" ng-options="item for item in CIAllBodySystem track by item"> | |
21 | - <option value="">All</option> | |
22 | - </select> | |
23 | - </div> | |
24 | - </div> | |
25 | - | |
26 | - <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
27 | - <div class="form-group"> | |
28 | - <h6 class="text-center text-primary txt-white f11">View Orientation</h6> | |
29 | - <select ng-change="hideListViewDiv()" class="form-control input-sm" ng-model="query.selectedorientation" ng-options="item for item in CIAllOrientation track by item"> | |
30 | - <option value="">All</option> | |
31 | - </select> | |
32 | - </div> | |
33 | - </div> | |
34 | - <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
35 | - <div class="form-group"> | |
36 | - <h6 class="text-center text-primary txt-white f11">Image Type</h6> | |
37 | - <select ng-change="hideListViewDiv()" class="form-control input-sm" ng-model="query.selectedimagetype" ng-options="item for item in CIAllImageType track by item"> | |
38 | - <option value="">All</option> | |
39 | - </select> | |
40 | - </div> | |
41 | - </div> | |
42 | - <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
43 | - <div class="form-group"> | |
44 | - <h6 class="text-center text-primary txt-white f11">Medical Speciality</h6> | |
45 | - <select ng-change="hideListViewDiv()"class="form-control input-sm" ng-model="query.selectedspecialty" ng-options="item for item in CIAllSpeciality track by item"> | |
46 | - <option value="">All</option> | |
47 | - </select> | |
48 | - </div> | |
49 | - </div> | |
50 | - <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
51 | - <div class="form-group"> | |
52 | - <h6 class="text-center text-primary txt-white f11">Search</h6> | |
53 | - | |
54 | - <div class="btn-group col-xs-12" style="padding:0;"> | |
55 | - <button type="button" class="btn btn-primary btn-sm col-xs-9" ng-click="Reset(query)"><i class="fa fa-eye"></i> Show All</button> | |
56 | - <button type="button" class="btn btn-primary btn-sm col-xs-3" ng-click="ApplySearch(query)"> | |
57 | - <i class="fa fa-search"></i> | |
58 | - </button> | |
59 | - | |
60 | - </div> | |
61 | - | |
62 | - | |
63 | - | |
64 | - <!--<button class="btn btn-primary btn-sm" ng-click="ApplySearch(query)"><i class="fa fa-search"></i></button> <button class="btn btn-primary btn-sm col-md-9" ng-click="Reset(query)"><i class="fa fa-eye"></i> Show All</button>--> | |
65 | - </div> | |
66 | - </div> | |
67 | - </div> | |
68 | - </div> | |
69 | - </div> | |
70 | - | |
71 | - | |
72 | - <div class="row tab-content" style="padding-left:25px; width:99%"> | |
73 | - | |
74 | - <!--<div role="tabpanel" class="tab-pane active" id="grid-view">--> | |
75 | - <div class="customTable" role="tabpanel" ng-class="{'tab-pane active' : activeTab === 1,'tab-pane' : activeTab !==1 }" id="grid-view"> | |
76 | - <!--<div ng-if="!filterstring" ng-repeat="item in selectedCIListViewData"> | |
77 | - <div id="{{item._id}}" class="col-sm-3 col-lg-2" title="{{item._Title}}" data-ng-click="openView($event)"> | |
78 | - <div class="thumbnail"> | |
79 | - <img ng-src="~ /../content/images/ci/thumbnails/{{item._ThumbnailImage}}" alt="" title=""> | |
80 | - <div class="caption"> | |
81 | - <p>{{item._Title}}</p> | |
82 | - </div> | |
83 | - </div> | |
84 | - </div> | |
85 | - </div> | |
86 | - | |
87 | - <div ng-if="filterstring" ng-repeat="item in searchCIListViewData"> | |
88 | - <div id="{{item._id}}" class="col-sm-3 col-lg-2" title="{{item._Title}}" data-ng-click="openView($event)"> | |
89 | - <div class="thumbnail"> | |
90 | - <img ng-src="~ /../content/images/ci/thumbnails/{{item._ThumbnailImage}}" alt="" title=""> | |
91 | - <div class="caption"> | |
92 | - <p>{{item._Title}}</p> | |
93 | - </div> | |
94 | - </div> | |
95 | - </div> | |
96 | - </div>--> | |
97 | - </div> | |
98 | - <!--<div role="tabpanel" class="tab-pane" id="list-view">--> | |
99 | - <div class="customTable" role="tabpanel" ng-class="{'tab-pane active' : activeTab === 2,'tab-pane' : activeTab !==2 }" id="list-view"> | |
100 | - <!--<div class="col-sm-12 table-responsive">--> | |
101 | - <div class="panel col-sm-12 table-responsive"> | |
102 | - <!--<table class="table table-hover table-condensed bg-white" style="padding-left:25px; width:99%">--> | |
103 | - <table class="table table-hover table-fixed bg-white table-txt12"> | |
104 | - <thead class="clsthead"> | |
105 | - <tr class="active"> | |
106 | - <th width="20%">Title</th> | |
107 | - <th width="20%">Region</th> | |
108 | - <th width="20%">System</th> | |
109 | - <th width="10%">View</th> | |
110 | - <th width="10%">Type</th> | |
111 | - <th>Specialty</th> | |
112 | - </tr> | |
113 | - </thead> | |
114 | - <tbody id="ListViewDiv" ng-if="!filterstring" class="clstbody"> | |
115 | - <tr id="{{item._id}}" ng-class="{selected: item._id === idSelected}" ng-click="showItem(item._id)" ng-dblclick="openView($event)" ng-repeat="item in selectedCIListViewData"> | |
116 | - <td width="20%"> | |
117 | - {{item._Title}} | |
118 | - </td> | |
119 | - <td width="20%"> | |
120 | - {{item._BodyRegion}} | |
121 | - </td> | |
122 | - <td width="20%"> | |
123 | - {{item._BodySystem}} | |
124 | - </td> | |
125 | - <td width="10%"> | |
126 | - {{item._ViewOrientation}} | |
127 | - </td> | |
128 | - <td width="10%"> | |
129 | - {{item._ImageType}} | |
130 | - </td> | |
131 | - <td> | |
132 | - {{item._MedicalSpecialty}} | |
133 | - </td> | |
134 | - </tr> | |
135 | - </tbody> | |
136 | - <tbody id="ListViewDiv" ng-if="filterstring" class="clstbody"> | |
137 | - <tr ng-click="showItem(item._id)" ng-class="{selected: item._id === idSelected}" ng-dblclick="openView($event)" ng-repeat="item in searchCIListViewData"> | |
138 | - <td width="20%"> | |
139 | - {{item._Title}} | |
140 | - </td> | |
141 | - <td width="20%"> | |
142 | - {{item._BodyRegion}} | |
143 | - </td> | |
144 | - <td width="20%"> | |
145 | - {{item._BodySystem}} | |
146 | - </td> | |
147 | - <td width="10%"> | |
148 | - {{item._ViewOrientation}} | |
149 | - </td> | |
150 | - <td width="10%"> | |
151 | - {{item._ImageType}} | |
152 | - </td> | |
153 | - <td> | |
154 | - {{item._MedicalSpecialty}} | |
155 | - </td> | |
156 | - </tr> | |
157 | - <!--<tr ng-if="typeof(searchCIListViewData) == 'undefined' || searchCIListViewData == null || searchCIListViewData == ''"> | |
158 | - <td colspan="6"><strong id="searchItem" style="color:black;">No illustration found for the selected search criteria!</strong></td> | |
159 | - </tr>--> | |
160 | - | |
161 | - </tbody> | |
162 | - </table> | |
163 | - </div> | |
164 | - <div class="col-sm-12" ng-show="hiderow" style="padding-left:25px;padding-top:10px;"> | |
165 | - <div class="row well"> | |
166 | - <div title="{{SelectedCITitle}}" class="col-sm-3 col-lg-2 no-padding"> | |
167 | - <div class="thumbnail no-margin"> | |
168 | - <img id="{{SelectedCIId}}" src="{{SelectedCIthumbImage}}" alt="" title="{{SelectedCITitle}}" data-ng-click="openView($event)"> | |
169 | - </div> | |
170 | - </div> | |
171 | - <div class="col-sm-9 col-lg-9" style="padding-left:10px;"> | |
172 | - <p class="f11" ng-bind-html="SelectedCISummary"></p> | |
173 | - <button id="{{SelectedCIId}}" type="button" class="btn btn-primary btn-sm pull-right" data-ng-click="openView($event)">Open</button> | |
174 | - </div> | |
175 | - </div> | |
176 | - | |
177 | - </div> | |
178 | - </div> | |
179 | - </div> | |
180 | - </div> | |
181 | - <div id="ciSpinner" class="spinner" ng-show="isLoading" style="visibility:hidden"> | |
182 | - <img id="img-spinner" src="content/images/common/loading.gif" alt="Loading" /> | |
183 | - </div> | |
184 | -</div> | |
185 | - | |
186 | - | |
1 | + | |
2 | +<div class="bodyWrap row no-scroll"> | |
3 | + <div ng-include=" 'app/widget/MainMenu.html' " /> | |
4 | + <div class="main"> | |
5 | + <div class="col-sm-12 stickey-area clsstickydiv"> | |
6 | + <div class="breadcrumb"> | |
7 | + <div class="row center-block"> | |
8 | + <h5 class="text-center text-primary txt-white f15">Display Image By</h5> | |
9 | + <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
10 | + <div class="form-group"> | |
11 | + <h6 class="text-center text-primary txt-white f11">Body Region</h6> | |
12 | + <select ng-change="hideListViewDiv()" class="form-control input-sm" ng-model="query.selectedbodyregion" ng-options="item for item in CIAllBodyRegion track by item"> | |
13 | + <option value="">All</option> | |
14 | + </select> | |
15 | + </div> | |
16 | + </div> | |
17 | + <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
18 | + <div class="form-group"> | |
19 | + <h6 class="text-center text-primary txt-white f11">Body System</h6> | |
20 | + <select ng-change="hideListViewDiv()" class="form-control input-sm" ng-model="query.selectedbodysystem" ng-options="item for item in CIAllBodySystem track by item"> | |
21 | + <option value="">All</option> | |
22 | + </select> | |
23 | + </div> | |
24 | + </div> | |
25 | + | |
26 | + <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
27 | + <div class="form-group"> | |
28 | + <h6 class="text-center text-primary txt-white f11">View Orientation</h6> | |
29 | + <select ng-change="hideListViewDiv()" class="form-control input-sm" ng-model="query.selectedorientation" ng-options="item for item in CIAllOrientation track by item"> | |
30 | + <option value="">All</option> | |
31 | + </select> | |
32 | + </div> | |
33 | + </div> | |
34 | + <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
35 | + <div class="form-group"> | |
36 | + <h6 class="text-center text-primary txt-white f11">Image Type</h6> | |
37 | + <select ng-change="hideListViewDiv()" class="form-control input-sm" ng-model="query.selectedimagetype" ng-options="item for item in CIAllImageType track by item"> | |
38 | + <option value="">All</option> | |
39 | + </select> | |
40 | + </div> | |
41 | + </div> | |
42 | + <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
43 | + <div class="form-group"> | |
44 | + <h6 class="text-center text-primary txt-white f11">Medical Speciality</h6> | |
45 | + <select ng-change="hideListViewDiv()"class="form-control input-sm" ng-model="query.selectedspecialty" ng-options="item for item in CIAllSpeciality track by item"> | |
46 | + <option value="">All</option> | |
47 | + </select> | |
48 | + </div> | |
49 | + </div> | |
50 | + <div class="col-md-2 col-sm-4 pad-lftrgt3"> | |
51 | + <div class="form-group"> | |
52 | + <h6 class="text-center text-primary txt-white f11">Search</h6> | |
53 | + | |
54 | + <div class="btn-group col-xs-12" style="padding:0;"> | |
55 | + <button type="button" class="btn btn-primary btn-sm col-xs-9" ng-click="Reset(query)"><i class="fa fa-eye"></i> Show All</button> | |
56 | + <button type="button" class="btn btn-primary btn-sm col-xs-3" ng-click="ApplySearch(query)"> | |
57 | + <i class="fa fa-search"></i> | |
58 | + </button> | |
59 | + | |
60 | + </div> | |
61 | + | |
62 | + | |
63 | + | |
64 | + <!--<button class="btn btn-primary btn-sm" ng-click="ApplySearch(query)"><i class="fa fa-search"></i></button> <button class="btn btn-primary btn-sm col-md-9" ng-click="Reset(query)"><i class="fa fa-eye"></i> Show All</button>--> | |
65 | + </div> | |
66 | + </div> | |
67 | + </div> | |
68 | + </div> | |
69 | + </div> | |
70 | + | |
71 | + | |
72 | + <div class="row tab-content" style="padding-left:25px; width:99%"> | |
73 | + | |
74 | + <!--<div role="tabpanel" class="tab-pane active" id="grid-view">--> | |
75 | + <div class="customTable" role="tabpanel" ng-class="{'tab-pane active' : activeTab === 1,'tab-pane' : activeTab !==1 }" id="grid-view"> | |
76 | + <!--<div ng-if="!filterstring" ng-repeat="item in selectedCIListViewData"> | |
77 | + <div id="{{item._id}}" class="col-sm-3 col-lg-2" title="{{item._Title}}" data-ng-click="openView($event)"> | |
78 | + <div class="thumbnail"> | |
79 | + <img ng-src="~ /../content/images/ci/thumbnails/{{item._ThumbnailImage}}" alt="" title=""> | |
80 | + <div class="caption"> | |
81 | + <p>{{item._Title}}</p> | |
82 | + </div> | |
83 | + </div> | |
84 | + </div> | |
85 | + </div> | |
86 | + | |
87 | + <div ng-if="filterstring" ng-repeat="item in searchCIListViewData"> | |
88 | + <div id="{{item._id}}" class="col-sm-3 col-lg-2" title="{{item._Title}}" data-ng-click="openView($event)"> | |
89 | + <div class="thumbnail"> | |
90 | + <img ng-src="~ /../content/images/ci/thumbnails/{{item._ThumbnailImage}}" alt="" title=""> | |
91 | + <div class="caption"> | |
92 | + <p>{{item._Title}}</p> | |
93 | + </div> | |
94 | + </div> | |
95 | + </div> | |
96 | + </div>--> | |
97 | + </div> | |
98 | + <!--<div role="tabpanel" class="tab-pane" id="list-view">--> | |
99 | + <div class="customTable" role="tabpanel" ng-class="{'tab-pane active' : activeTab === 2,'tab-pane' : activeTab !==2 }" id="list-view"> | |
100 | + <!--<div class="col-sm-12 table-responsive">--> | |
101 | + <div class="panel col-sm-12 table-responsive"> | |
102 | + <!--<table class="table table-hover table-condensed bg-white" style="padding-left:25px; width:99%">--> | |
103 | + <table class="table table-hover table-fixed bg-white table-txt12"> | |
104 | + <thead class="clsthead"> | |
105 | + <tr class="active"> | |
106 | + <th width="20%">Title</th> | |
107 | + <th width="20%">Region</th> | |
108 | + <th width="20%">System</th> | |
109 | + <th width="10%">View</th> | |
110 | + <th width="10%">Type</th> | |
111 | + <th>Specialty</th> | |
112 | + </tr> | |
113 | + </thead> | |
114 | + <tbody id="ListViewDiv" ng-if="!filterstring" class="clstbody"> | |
115 | + <tr id="{{item._id}}" ng-class="{selected: item._id === idSelected}" ng-click="showItem(item._id)" ng-dblclick="openView($event)" ng-repeat="item in selectedCIListViewData"> | |
116 | + <td width="20%"> | |
117 | + {{item._Title}} | |
118 | + </td> | |
119 | + <td width="20%"> | |
120 | + {{item._BodyRegion}} | |
121 | + </td> | |
122 | + <td width="20%"> | |
123 | + {{item._BodySystem}} | |
124 | + </td> | |
125 | + <td width="10%"> | |
126 | + {{item._ViewOrientation}} | |
127 | + </td> | |
128 | + <td width="10%"> | |
129 | + {{item._ImageType}} | |
130 | + </td> | |
131 | + <td> | |
132 | + {{item._MedicalSpecialty}} | |
133 | + </td> | |
134 | + </tr> | |
135 | + </tbody> | |
136 | + <tbody id="ListViewDiv" ng-if="filterstring" class="clstbody"> | |
137 | + <tr ng-click="showItem(item._id)" ng-class="{selected: item._id === idSelected}" ng-dblclick="openView($event)" ng-repeat="item in searchCIListViewData"> | |
138 | + <td width="20%"> | |
139 | + {{item._Title}} | |
140 | + </td> | |
141 | + <td width="20%"> | |
142 | + {{item._BodyRegion}} | |
143 | + </td> | |
144 | + <td width="20%"> | |
145 | + {{item._BodySystem}} | |
146 | + </td> | |
147 | + <td width="10%"> | |
148 | + {{item._ViewOrientation}} | |
149 | + </td> | |
150 | + <td width="10%"> | |
151 | + {{item._ImageType}} | |
152 | + </td> | |
153 | + <td> | |
154 | + {{item._MedicalSpecialty}} | |
155 | + </td> | |
156 | + </tr> | |
157 | + <!--<tr ng-if="typeof(searchCIListViewData) == 'undefined' || searchCIListViewData == null || searchCIListViewData == ''"> | |
158 | + <td colspan="6"><strong id="searchItem" style="color:black;">No illustration found for the selected search criteria!</strong></td> | |
159 | + </tr>--> | |
160 | + | |
161 | + </tbody> | |
162 | + </table> | |
163 | + </div> | |
164 | + <div class="col-sm-12" ng-show="hiderow" style="padding-left:25px;padding-top:10px;"> | |
165 | + <div class="row well"> | |
166 | + <div title="{{SelectedCITitle}}" class="col-sm-3 col-lg-2 no-padding"> | |
167 | + <div class="thumbnail no-margin"> | |
168 | + <img id="{{SelectedCIId}}" src="{{SelectedCIthumbImage}}" alt="" title="{{SelectedCITitle}}" data-ng-click="openView($event)"> | |
169 | + </div> | |
170 | + </div> | |
171 | + <div class="col-sm-9 col-lg-9" style="padding-left:10px;"> | |
172 | + <p class="f11" ng-bind-html="SelectedCISummary"></p> | |
173 | + <button id="{{SelectedCIId}}" type="button" class="btn btn-primary btn-sm pull-right" data-ng-click="openView($event)">Open</button> | |
174 | + </div> | |
175 | + </div> | |
176 | + | |
177 | + </div> | |
178 | + </div> | |
179 | + </div> | |
180 | + </div> | |
181 | + <div id="ciSpinner" class="spinner" ng-show="isLoading" style="visibility:hidden"> | |
182 | + <img id="img-spinner" src="content/images/common/loading.gif" alt="Loading" /> | |
183 | + </div> | |
184 | +</div> | |
185 | + | |
186 | + | ... | ... |