Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /var/www/rabbithabit.com/public_html/application/views/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="viewport" content="width=device-width" /><!-- IMPORTANT --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title><?= $title; ?></title> </head> <body bgcolor="#FFFFFF" style="padding:10px;"> <table style="width:90%; padding:10px; margin:0px auto; font-family:Verdana, Geneva, sans-serif; font-size:14px;"> <tr> <td colspan="2"> <img style="width: 200px;" src="<?= base_url() . 'uploads/LOGO_RABBITHABIT1.png'; ?>" /> <hr style="border:none;border-bottom: 1px dashed gray;" /> </td> </tr> <tr> <td> <b>KEPADA</b> </td> <td> <?= ucwords($customer->recipient_name);?><br> <?= $customer->shipping_phone;?><br> <?= ucfirst( $customer->shipping_address.', '. $customer->shipping_province.', '. $customer->shipping_district.', '. $customer->shipping_subdistrict.', '. $customer->shipping_postcode ); ?> </td> </tr> <tr> <td> <br /> <b>DARI</b> </td> <td> <br /> <?= ucfirst( $website_name . ', ' . $warehouse->name .', '. $warehouse->address .', '. $district.', '. $subdistrict.', '. $province.' '. $warehouse->phone ); ?> </td> </tr> <tr> <td colspan="2"> <hr style="border:none;border-bottom: 1px dashed gray;" /> </td> </tr> <tr> <td> <b><?= $orders_detail->quantity; ?> Buah</b> </td> <td> <span> <?= $orders_detail->item_name; ?> </span><br /> <span> Keterangan : <?= $orders_detail->attributes; ?> </span> </td> </tr> </table> </body> </html>