🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:system_notification.blade.php
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <style> body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; box-sizing: border-box; background-color: #f8fafc; color: #718096; height: 100%; hyphens: auto; line-height: 1.4; margin: 0; -moz-hyphens: auto; -ms-word-break: break-all; width: 100% !important; -webkit-hyphens: auto; -webkit-text-size-adjust: none; word-break: break-word; } .wrapper { background-color: #f8fafc; margin: 0; padding: 0; width: 100%; -premailer-cellpadding: 0; -premailer-cellspacing: 0; } .content { margin: 0; padding: 0; width: 100%; } .header { padding: 25px 0; text-align: center; } .header a { color: #3d4852; font-size: 19px; font-weight: bold; text-decoration: none; text-shadow: 0 1px 0 white; } .body { background-color: #ffffff; border-bottom: 1px solid #edeff2; border-top: 1px solid #edeff2; margin: 0; padding: 0; width: 100%; } .inner-body { background-color: #ffffff; margin: 0 auto; padding: 0; width: 570px; } .content-cell { max-width: 100vw; padding: 32px; } h1 { color: #3d4852; font-size: 18px; font-weight: bold; margin-top: 0; text-align: left; } p { color: #718096; font-size: 16px; line-height: 1.5em; margin-top: 0; text-align: left; } .button { border-radius: 4px; color: #fff; display: inline-block; overflow: hidden; text-decoration: none; background-color: #FF7F50; border-bottom: 8px solid #FF7F50; border-left: 18px solid #FF7F50; border-right: 18px solid #FF7F50; border-top: 8px solid #FF7F50; } .footer { margin: 0 auto; padding: 0; text-align: center; width: 570px; } .footer p { color: #b0adc5; font-size: 12px; text-align: center; } </style> </head> <body> <table class="wrapper" width="100%" cellpadding="0" cellspacing="0" role="presentation"> <tr> <td align="center"> <table class="content" width="100%" cellpadding="0" cellspacing="0" role="presentation"> <tr> <td class="header"> <a href="{{ config('app.url') }}"> WebsparkIT Internal System </a> </td> </tr> <tr> <td class="body" width="100%" cellpadding="0" cellspacing="0"> <table class="inner-body" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation"> <tr> <td class="content-cell"> <h1>{{ $title }}</h1> <p>{{ $messageBody }}</p> @if($actionText && $actionUrl) <table align="center" width="100%" cellpadding="0" cellspacing="0" role="presentation"> <tr> <td align="center"> <table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation"> <tr> <td align="center"> <table border="0" cellpadding="0" cellspacing="0" role="presentation"> <tr> <td> <a href="{{ $actionUrl }}" class="button" target="_blank">{{ $actionText }}</a> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> @endif <p style="margin-top: 20px;">Thanks,<br>WebsparkIT Team</p> </td> </tr> </table> </td> </tr> <tr> <td> <table class="footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation"> <tr> <td class="content-cell" align="center"> <p>© {{ date('Y') }} WebsparkIT. All rights reserved.</p> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body> </html>
Save Changes
Cancel
Create New File
Create New Folder