yWeb: add some missing Y_User.css entrys

Origin commit data
------------------
Branch: ni/coolstream
Commit: e97885bc02
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-02-26 (Thu, 26 Feb 2015)

Origin message was:
------------------
- yWeb: add some missing Y_User.css entrys

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2015-02-26 12:42:16 +01:00
parent c0918c272c
commit b7ddca8cf4
5 changed files with 19 additions and 8 deletions

View File

@@ -364,13 +364,19 @@ do_installer()
rm -f $y_install # clean up
if [ -s "$y_out_html" ] #html - output?
then
echo '<html><head><link rel="stylesheet" type="text/css" href="/Y_Main.css">'
echo "<meta http-equiv='refresh' content='0; $y_out_html'></head>"
echo '<html><head>'
echo '<link rel="stylesheet" type="text/css" href="/Y_Main.css">'
echo '<link rel="stylesheet" type="text/css" href="/Y_User.css">'
echo "<meta http-equiv='refresh' content='0; $y_out_html'>"
echo '</head>'
echo "<body><a href='$y_out_html'>If automatic forwarding does not go.</a>"
echo '</body></html>'
# cat $y_out_html
else
echo '<html><head><link rel="stylesheet" type="text/css" href="/Y_Main.css"></head>'
echo '<html><head>'
echo '<link rel="stylesheet" type="text/css" href="/Y_Main.css">'
echo '<link rel="stylesheet" type="text/css" href="/Y_User.css">'
echo '</head>'
echo '<body>'
echo "$o"
echo '</body></html>'