home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
2d9abff71bb53021fc82f79da11217bd
← Back
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="utf-8"> </head> <body> <h1>Hi, <?php echo $emergency_name; ?>!</h1> <p>We'd like to personally welcome you to the Golden Gate Nursery. Thank you for registering with us!</p> <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="#522f91"><td colspan="2" style="border-top:1px solid #ccc; color:#fff;"><strong>Login Details</strong></td></tr> </thead> <tbody> <tr bgcolor="#f0f0f0"><td width="200">Login Email</td> <td width="300"><?php echo $emergency_email; ?></td> </tr> <tr bgcolor="#cccccc"><td>Password</td> <td><?php echo $loginPassword; ?></td></tr> <tr bgcolor="#522f91" align="center"> <td colspan="2" style="color:#fff;">These informations are submited by website</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