s4

changeset 186:fb05a0504425

_S4NAME_
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 05 Mar 2016 11:27:58 +0900
parents 78914c16b41c
children 7dc0918ce321
files examples/common/default/html.m4.html
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/html.m4.html	Wed Mar 02 22:23:53 2016 +0900
     1.2 +++ b/examples/common/default/html.m4.html	Sat Mar 05 11:27:58 2016 +0900
     1.3 @@ -1,6 +1,11 @@
     1.4 -<html>
     1.5 +<!DOCTYPE html>
     1.6 +ifdef(`_S4NAME_',
     1.7 +`<html class="_S4NAME_"'>,
     1.8 +`<html>')
     1.9  <head><title>_TITLE_</title>
    1.10  <link rel="stylesheet" type="text/css" href="templ/default/default.css">
    1.11 +ifdef(`_S4NAME_',
    1.12 +`<link rel="stylesheet" type="text/css" href="templ/default/_S4NAME_.css">')dnl
    1.13  </head>
    1.14  <body class="_BODYCLASS_">
    1.15  <div class="topmenu">