slitaz-base-files diff rootfs/var/www/cgi-bin/index.cgi @ rev 318

Add Japanese translations (thanks Keiichi Shiga)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jan 10 12:30:48 2017 +0200 (2017-01-10)
parents 0a476090cd09
children
line diff
     1.1 --- a/rootfs/var/www/cgi-bin/index.cgi	Tue Apr 15 06:38:36 2014 +0200
     1.2 +++ b/rootfs/var/www/cgi-bin/index.cgi	Tue Jan 10 12:30:48 2017 +0200
     1.3 @@ -11,15 +11,15 @@
     1.4  	..*) echo "Security exit" && exit 1 ;;
     1.5  esac
     1.6  
     1.7 -# Html5 head
     1.8 -cat << EOT
     1.9 +# HTML5 head
    1.10 +cat <<EOT
    1.11  <!DOCTYPE html>
    1.12  <html lang="en">
    1.13  <head>
    1.14 -	<meta charset="utf-8" />
    1.15 +	<meta charset="UTF-8">
    1.16  	<title>Index of /$QUERY_STRING</title>
    1.17 -	<link rel="stylesheet" type="text/css" href="/style.css" />
    1.18 -	<style type="text/css">
    1.19 +	<link rel="stylesheet" href="/style.css">
    1.20 +	<style>
    1.21  		#header h1 { width: auto; }
    1.22  		ul { line-height: 1.5em; } li { color: #666; }
    1.23  	</style>