mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- yWeb: add distributor style sheet
This commit is contained in:
@@ -74,6 +74,7 @@ y_format_message_html()
|
||||
{
|
||||
tmp="<html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1252'>"
|
||||
tmp="$tmp <link rel='stylesheet' type='text/css' href='/Y_Main.css'>"
|
||||
tmp="$tmp <link rel='stylesheet' type='text/css' href='/Y_Dist.css'>"
|
||||
tmp="$tmp <link rel='stylesheet' type='text/css' href='/Y_User.css'></head>"
|
||||
tmp="$tmp <body><div class='work_box'><div class='work_box_head'><div class='work_box_head_h2'>Results</div></div><div class='work_box_body' style='overflow:auto'>"
|
||||
tmp="$tmp <pre>\n$msg\n</pre></div></div></body></html>"
|
||||
@@ -85,6 +86,7 @@ y_format_message_html2()
|
||||
{
|
||||
tmp="<html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1252'>"
|
||||
tmp="$tmp <link rel='stylesheet' type='text/css' href='/Y_Main.css'>"
|
||||
tmp="$tmp <link rel='stylesheet' type='text/css' href='/Y_Dist.css'>"
|
||||
tmp="$tmp <link rel='stylesheet' type='text/css' href='/Y_User.css'></head>"
|
||||
tmp="$tmp <body><div class='work_box'><div class='work_box_head'><div class='work_box_head_h2'>Results</div></div><div class='work_box_body'>"
|
||||
tmp="$tmp $msg</div></div></body></html>"
|
||||
@@ -94,6 +96,7 @@ y_format_message_html_plain()
|
||||
{
|
||||
tmp="<html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1252'>"
|
||||
tmp="$tmp <link rel='stylesheet' type='text/css' href='/Y_Main.css'>"
|
||||
tmp="$tmp <link rel='stylesheet' type='text/css' href='/Y_Dist.css'>"
|
||||
tmp="$tmp <link rel='stylesheet' type='text/css' href='/Y_User.css'></head>"
|
||||
tmp="$tmp <body>$msg</body></html>"
|
||||
echo "$tmp"
|
||||
|
Reference in New Issue
Block a user