mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- yWeb: add some missing Y_User.css entrys
This commit is contained in:
@@ -73,7 +73,8 @@ buildStreamingAudioRawURL()
|
||||
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'></head>"
|
||||
tmp="$tmp <link rel='stylesheet' type='text/css' href='/Y_Main.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>"
|
||||
|
||||
@@ -83,7 +84,8 @@ y_format_message_html()
|
||||
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'></head>"
|
||||
tmp="$tmp <link rel='stylesheet' type='text/css' href='/Y_Main.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>"
|
||||
echo "$tmp"
|
||||
@@ -91,7 +93,8 @@ y_format_message_html2()
|
||||
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'></head>"
|
||||
tmp="$tmp <link rel='stylesheet' type='text/css' href='/Y_Main.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