| Server IP : 31.14.161.123 / Your IP : 216.73.216.229 Web Server : Apache System : Linux cpanel.classit.ro 4.18.0-553.144.1.el8_10.x86_64 #1 SMP Tue Jul 14 09:26:58 EDT 2026 x86_64 User : diamedic ( 1014) PHP Version : 8.2.32 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/diamedic/public_html/gestiune/ |
Upload File : |
<i style="position:absolute;top:0;right:0" class="glyphicon glyphicon-pencil"> </i>
<table ng-table="tableParams" class="table inline-list" fixed-header>
<thead>
<td style="background:#cC2D2D;color:#fff">NAME</td>
<td style="background:#cC2D2D;color:#fff" ng-repeat="med in listList track by $index">{{detailsMed[med.split('/')[0]]}}</td>
</thead>
<tr ng-repeat="rand in analize" ng-init="rand.show"> {{rand.show}}
<td class="fCell" style="padding-right:10px;white-space:nowrap;border-left:8px solid {{cons.color}}; text-align:left;padding-left:10px; vertical-align:middle;" data-title="'Name'" sortable="'name'">{{rand.nume}}</td>
<td ng-mouseover="rand.show[$index] = true" ng-mouseleave="rand.show[$index] = false" ng-repeat="med in listList track by $index">
<label class="btn btn-default btn-td" ng-class="{'save' : edited}">
<div class="editvalue" ng-hide="editValue" ng-click="editValue = true" ng-model="test">{{rand.list[med].value}}</div>
<input type="text" ng-show="editValue" ng-change="edited = true; console.log('test')" ng-blur="editValue = false" class="form-control" ng-model="rand.list[med].value">
<span ng-show="edited && (editValue || rand.show[$index])" class="edit save glyphicon glyphicon-save" ng-click="edited = !edited;save(detailsMed[med.split('/')[0]],rand,med)"></span>
<span class="edit glyphicon glyphicon-signal" ng-click="showHistory(detailsMed[med.split('/')[0]],rand,med); history = !history;" ng-show="rand.show[$index]"></span>
</label>
<div class="tooltip-analize alert alert-warning" ng-if="history">
<div ng-if="!rand.history || !rand.history[med] || rand.history[med].length < 1">
Nu exista istoric pt acest medicament!
</div>
<table>
<tr ng-repeat="cell in rand.history[med]">
<td>{{cell.luna}}</td>
<td>{{cell.valoare}}</td>
</tr>
</table>
</div>
</td>
</tr>