mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
Minor update on the Title
git-svn-id: https://svn.fhem.de/fhem/trunk@356 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
70c6976919
commit
ff851751d3
@ -90,7 +90,6 @@ my $n = 0;
|
|||||||
##################
|
##################
|
||||||
# iPhone Anpassungen:
|
# iPhone Anpassungen:
|
||||||
|
|
||||||
#$me = "http://www.dhs-computer.dyndns.org/cgi-bin4/fhemiphone.pl" if(!$me);
|
|
||||||
$me = "" if(!$me);
|
$me = "" if(!$me);
|
||||||
my $q = new CGI;
|
my $q = new CGI;
|
||||||
$ti = 1;
|
$ti = 1;
|
||||||
@ -138,18 +137,6 @@ if($cmd =~ m/^toweblink (.*)$/) {
|
|||||||
print $q->header;
|
print $q->header;
|
||||||
print $q->start_html(-name=>$title, -title=>$title, -meta=> {'viewport'=>'width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;'}, -style =>{ -type=>'text/css', -media=>'screen', -src=>'./icons/iui.css'}, -script=>{ -type=>"application/x-javascript", -src=>"./icons/iui.js"});
|
print $q->start_html(-name=>$title, -title=>$title, -meta=> {'viewport'=>'width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;'}, -style =>{ -type=>'text/css', -media=>'screen', -src=>'./icons/iui.css'}, -script=>{ -type=>"application/x-javascript", -src=>"./icons/iui.js"});
|
||||||
|
|
||||||
|
|
||||||
#For manually enetered commands
|
|
||||||
#if($cmdret) {
|
|
||||||
# $detail = "";
|
|
||||||
# $room = "";
|
|
||||||
# $cmdret =~ s/</</g;
|
|
||||||
# $cmdret =~ s/>/>/g;
|
|
||||||
# print "<div id=\"right\">\n";
|
|
||||||
# print "<pre>$cmdret</pre>\n";
|
|
||||||
# print "</div>\n";
|
|
||||||
#}
|
|
||||||
|
|
||||||
if ($cmd =~ m/^style /) {
|
if ($cmd =~ m/^style /) {
|
||||||
style($cmd,undef);
|
style($cmd,undef);
|
||||||
} elsif ($detail) {
|
} elsif ($detail) {
|
||||||
|
Loading…
Reference in New Issue
Block a user