Todo #6727 ยป icon-headers.diff
| src/etc/inc/auth.inc | ||
|---|---|---|
| 155 | 155 |
<!DOCTYPE html> |
| 156 | 156 |
<html lang="en"> |
| 157 | 157 |
<head> |
| 158 |
<? include('includes/iconheaders.html') ?>
|
|
| 158 | 159 |
<link rel="stylesheet" href="/css/pfSense.css" /> |
| 159 | 160 |
<title><?=gettext("Redirecting..."); ?></title>
|
| 160 | 161 |
</head> |
| src/etc/inc/authgui.inc | ||
|---|---|---|
| 121 | 121 |
<html lang="en"> |
| 122 | 122 |
<head> |
| 123 | 123 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
| 124 |
<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css" type="text/css"> |
|
| 125 |
<link rel="stylesheet" href="/css/login.css?v=<?=filemtime('/usr/local/www/css/login.css')?>" type="text/css">
|
|
| 124 |
<? include('includes/iconheaders.html') ?>
|
|
| 125 |
<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css" type="text/css"> |
|
| 126 |
<link rel="stylesheet" href="/css/login.css?v=<?=filemtime('/usr/local/www/css/login.css')?>" type="text/css">
|
|
| 126 | 127 |
<title><?=gettext("Error"); ?></title>
|
| 127 | 128 |
</head> |
| 128 | 129 | |
| ... | ... | |
| 285 | 286 |
<html lang="en"> |
| 286 | 287 |
<head> |
| 287 | 288 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
| 288 |
<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css" type="text/css"> |
|
| 289 |
<link rel="stylesheet" href="/css/login.css?v=<?=filemtime('/usr/local/www/css/login.css')?>" type="text/css">
|
|
| 289 |
<? include('includes/iconheaders.html') ?>
|
|
| 290 |
<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css" type="text/css"> |
|
| 291 |
<link rel="stylesheet" href="/css/login.css?v=<?=filemtime('/usr/local/www/css/login.css')?>" type="text/css">
|
|
| 290 | 292 |
<title><?=$login_title; ?></title> |
| 291 | 293 |
<script type="text/javascript"> |
| 292 | 294 |
//<![CDATA{
|
| src/usr/local/www/404.html | ||
|---|---|---|
| 2 | 2 |
<html lang="en"> |
| 3 | 3 |
<head> |
| 4 | 4 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
| 5 |
<link rel="apple-touch-icon-precomposed" href="/apple-touch/apple-touch-icon-iphone-60x60-precomposed.png"> |
|
| 6 |
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="/apple-touch/apple-touch-icon-ipad-76x76-precomposed.png"> |
|
| 7 |
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/apple-touch/apple-touch-icon-iphone-retina-120x120-precomposed.png"> |
|
| 8 |
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch/apple-touch-icon-ipad-retina-152x152-precomposed.png"> |
|
| 9 |
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> |
|
| 10 |
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> |
|
| 11 |
<link rel="manifest" href="/manifest.json"> |
|
| 12 |
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> |
|
| 5 | 13 |
<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css" type="text/css"> |
| 6 | 14 |
<link rel="stylesheet" href="/css/login.css" type="text/css"> |
| 7 | 15 |
<title>404 - File Not Found</title> |
| src/usr/local/www/50x.html | ||
|---|---|---|
| 2 | 2 |
<html lang="en"> |
| 3 | 3 |
<head> |
| 4 | 4 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
| 5 |
<link rel="apple-touch-icon-precomposed" href="/apple-touch/apple-touch-icon-iphone-60x60-precomposed.png"> |
|
| 6 |
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="/apple-touch/apple-touch-icon-ipad-76x76-precomposed.png"> |
|
| 7 |
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/apple-touch/apple-touch-icon-iphone-retina-120x120-precomposed.png"> |
|
| 8 |
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch/apple-touch-icon-ipad-retina-152x152-precomposed.png"> |
|
| 9 |
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> |
|
| 10 |
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> |
|
| 11 |
<link rel="manifest" href="/manifest.json"> |
|
| 12 |
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> |
|
| 5 | 13 |
<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css" type="text/css"> |
| 6 | 14 |
<link rel="stylesheet" href="/css/login.css" type="text/css"> |
| 7 | 15 |
<title>50x Error</title> |
| src/usr/local/www/csrf_error.php | ||
|---|---|---|
| 37 | 37 |
<html lang="en"> |
| 38 | 38 |
<head> |
| 39 | 39 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
| 40 |
<? include('includes/iconheaders.html') ?>
|
|
| 40 | 41 |
<link rel="stylesheet" href="/vendor/font-awesome/css/all.min.css?v=<?=filemtime('/usr/local/www/vendor/font-awesome/css/all.min.css')?>">
|
| 41 | 42 |
<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css" type="text/css"> |
| 42 | 43 |
<link rel="stylesheet" href="/css/login.css?v=<?=filemtime('/usr/local/www/css/login.css')?>" type="text/css">
|
| src/usr/local/www/head.inc | ||
|---|---|---|
| 56 | 56 |
<html lang="en"> |
| 57 | 57 |
<head> |
| 58 | 58 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
| 59 | ||
| 60 |
<link rel="apple-touch-icon-precomposed" href="/apple-touch/apple-touch-icon-iphone-60x60-precomposed.png"> |
|
| 61 |
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="/apple-touch/apple-touch-icon-ipad-76x76-precomposed.png"> |
|
| 62 |
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/apple-touch/apple-touch-icon-iphone-retina-120x120-precomposed.png"> |
|
| 63 |
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch/apple-touch-icon-ipad-retina-152x152-precomposed.png"> |
|
| 64 |
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> |
|
| 65 |
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> |
|
| 66 |
<link rel="manifest" href="/manifest.json"> |
|
| 67 |
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> |
|
| 59 |
<? include('includes/iconheaders.html') ?>
|
|
| 68 | 60 |
<meta name="theme-color" content="#ffffff"> |
| 69 | 61 | |
| 70 | 62 |
<link rel="stylesheet" href="/vendor/font-awesome/css/all.min.css?v=<?=filemtime('/usr/local/www/vendor/font-awesome/css/all.min.css')?>">
|
| src/usr/local/www/includes/iconheaders.html | ||
|---|---|---|
| 1 |
<link rel="apple-touch-icon-precomposed" href="/apple-touch/apple-touch-icon-iphone-60x60-precomposed.png"> |
|
| 2 |
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="/apple-touch/apple-touch-icon-ipad-76x76-precomposed.png"> |
|
| 3 |
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/apple-touch/apple-touch-icon-iphone-retina-120x120-precomposed.png"> |
|
| 4 |
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch/apple-touch-icon-ipad-retina-152x152-precomposed.png"> |
|
| 5 |
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> |
|
| 6 |
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> |
|
| 7 |
<link rel="manifest" href="/manifest.json"> |
|
| 8 |
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> |
|