Commit c58c33d2c78dc5330fe9c9cd70422b1f49c0aee6
1 parent
5a28541d
this is for CI list view table
Showing
3 changed files
with
24 additions
and
19 deletions
400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html
... | ... | @@ -91,54 +91,54 @@ |
91 | 91 | <table class="table table-hover table-fixed bg-white table-txt12" style="padding-left:25px; width:100%;"> |
92 | 92 | <thead class="clsthead"> |
93 | 93 | <tr class="active"> |
94 | - <th>Title</th> | |
95 | - <th>Region</th> | |
96 | - <th>System</th> | |
97 | - <th>View</th> | |
98 | - <th>Type</th> | |
99 | - <th>Specialty</th> | |
94 | + <th width="15%">Title</th> | |
95 | + <th width="15%">Region</th> | |
96 | + <th width="15%">System</th> | |
97 | + <th width="15%">View</th> | |
98 | + <th width="15%">Type</th> | |
99 | + <th width="25%">Specialty</th> | |
100 | 100 | </tr> |
101 | 101 | </thead> |
102 | 102 | <tbody ng-if="!filterstring" class="clstbody"> |
103 | 103 | <tr id="{{item._id}}" ng-click="showItem(item._id)" ng-dblclick="openView($event)" ng-repeat="item in selectedCIlistViewData"> |
104 | - <td> | |
104 | + <td width="15%"> | |
105 | 105 | {{item._Title}} |
106 | 106 | </td> |
107 | - <td> | |
107 | + <td width="15%"> | |
108 | 108 | {{item._BodyRegion}} |
109 | 109 | </td> |
110 | - <td> | |
110 | + <td width="15%"> | |
111 | 111 | {{item._BodySystem}} |
112 | 112 | </td> |
113 | - <td> | |
113 | + <td width="15%"> | |
114 | 114 | {{item._ViewOrientation}} |
115 | 115 | </td> |
116 | - <td> | |
116 | + <td width="15%"> | |
117 | 117 | {{item._ImageType}} |
118 | 118 | </td> |
119 | - <td> | |
119 | + <td width="25%"> | |
120 | 120 | {{item._MedicalSpecialty}} |
121 | 121 | </td> |
122 | 122 | </tr> |
123 | 123 | </tbody> |
124 | 124 | <tbody ng-if="filterstring" class="clstbody"> |
125 | 125 | <tr ng-click="showItem(item._id)" ng-dblclick="openView($event)" ng-repeat="item in searchCIlistViewData"> |
126 | - <td> | |
126 | + <td width="15%"> | |
127 | 127 | {{item._Title}} |
128 | 128 | </td> |
129 | - <td> | |
129 | + <td width="15%"> | |
130 | 130 | {{item._BodyRegion}} |
131 | 131 | </td> |
132 | - <td> | |
132 | + <td width="15%"> | |
133 | 133 | {{item._BodySystem}} |
134 | 134 | </td> |
135 | - <td> | |
135 | + <td width="15%"> | |
136 | 136 | {{item._ViewOrientation}} |
137 | 137 | </td> |
138 | - <td> | |
138 | + <td width="15%"> | |
139 | 139 | {{item._ImageType}} |
140 | 140 | </td> |
141 | - <td> | |
141 | + <td width="25%"> | |
142 | 142 | {{item._MedicalSpecialty}} |
143 | 143 | </td> |
144 | 144 | </tr> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/index.html
400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css