home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
c00db6d9a3c7087b5fd5599dee2133ef
← Back
<!DOCTYPE html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, maximum-scale=1.0" /> <title>Zkteco::Contact Us</title> </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 (empty($sitelogo))?asset('assets/images/logo-black.png'):asset('assets/uploads/logo/'.$sitelogo);?>"></td> </tr> <tr bgcolor="#95CD69"><td colspan="2" style="border-top:1px solid #ccc; color:#fff;"><strong>Contact Us</strong></td></tr> </thead> <tbody> <tr bgcolor="#cccccc"> <td>Name</td> <td><?php echo $name;?></td> </tr> <tr bgcolor="#f0f0f0"> <td>Email</td> <td><?php echo (empty($email))?'Not Specified':$email;?></td> </tr> <?php if(!empty($phone)){ ?> <tr bgcolor="#cccccc"> <td>Phone</td> <td><?php echo $phone;?></td> </tr> <?php } ?> <?php if(!empty($companyName)){ ?> <tr bgcolor="#f0f0f0"> <td>Company name</td> <td><?php echo $companyName;?></td> </tr> <?php } ?> <?php if(!empty($fileName)){ ?> <tr bgcolor="#cccccc"> <td>File name</td> <td><?php echo $fileName;?></td> </tr> <?php } ?> <tr bgcolor="#95CD69 " align="center"> <td colspan="2" style="color:#fff;"><?php echo (empty($sitename))?'Zkteco':$sitename;?></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