home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
929f2ed643bd28eb55c122e6209f7d6f
← Back
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="utf-8"> </head> <body> <table cellpadding="5" cellspacing="0" width="500" style="border:1px solid #ccc; font-size:12px; font-family:Arial, Helvetica, sans-serif;"> <thead> <tr align="center"><td colspan="2"><img src="<?php echo asset('assets/images/logo.png'); ?>"></td></tr> <tr bgcolor="#337ab7"><td colspan="2" style="border-top:1px solid #ccc; color:#fff;"><strong>Job Applied</strong></td></tr> </thead> <tbody> <tr bgcolor="#cccccc"><td>Name</td> <td><?php echo $firstname; ?> - <?php echo $lastname; ?></td></tr> <tr bgcolor="#f0f0f0"><td>Email</td> <td><?php echo $email; ?></td></tr> <tr bgcolor="#cccccc"><td width="200">Telephone</td><td width="300"><?php echo $telephone; ?> </td> </tr> <tr bgcolor="#f0f0f0"> <td>City</td><td><?php echo $city; ?></td></tr> <tr bgcolor="#cccccc"><td>Country</td><td><?php echo $country; ?></td></tr> <tr bgcolor="#f0f0f0"> <td>Job Title</td><td><?php echo $job_title; ?></td></tr> <tr bgcolor="#337ab7" align="center"> <td colspan="2" style="color:#fff;"> Fujairah National Group</td> </tr> </tbody> </table> </body> </html>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel