mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
initial commit
This commit is contained in:
11
apps/atlbiomed/modules/unprocessed/templates/_device.php
Executable file
11
apps/atlbiomed/modules/unprocessed/templates/_device.php
Executable file
@ -0,0 +1,11 @@
|
||||
|
||||
<? if(empty($devices)) {?>
|
||||
<option value='-1'>No Device</option>
|
||||
<? }else{?>
|
||||
<option value='-2'>Select A Device</option>
|
||||
<?php
|
||||
}?>
|
||||
<?php foreach($devices as $device) { ?>
|
||||
<option value='<?print $device->getIdentification(); ?>'><?print $device->getIdentification(); ?></option>
|
||||
<?php } ?>
|
||||
|
Reference in New Issue
Block a user