s4

view examples/common/default/html.m4.html @ 485:021e7943fd99

Emphasis pattern *word*, _word_ and strong pattern **word**, __word__
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 06 Feb 2018 11:06:10 +0900
parents 16e4eb9ea86c
children f330dcb80a7f
line source
1 <!DOCTYPE html>
2 ifdef(`_S4NAME_',
3 `<html class="_S4NAME_">',
4 `<html>')
5 <head>
6 ifdef(`_S4COLOR_',
7 `<meta name="theme-color" content="_S4COLOR_">',
8 `<meta name="theme-color" content="#8ea">')
9 <title>_TITLE_</title>
10 <link rel="stylesheet" type="text/css" href="templ/default/default.css">
11 ifdef(`_S4NAME_',
12 `<link rel="stylesheet" type="text/css" href="templ/default/_S4NAME_.css">')dnl
13 <link rel="shortcut icon" href="img/s4-icon.ico">
14 </head>
15 <body class="_BODYCLASS_">
16 <div class="topmenu">
17 <ul>
18 <li><a href="?home" accesskey="1">ホーム</a></li>
19 <!-- <li><a href="?blog">話題作成</a></li> -->
20 <li><a href="?mems" accesskey="2">参加者一覧</a></li>
21 <li><a href="?grps" accesskey="3">グループ一覧</a></li>
22 <li><a href="?invite" accesskey="4">招待</a></li>
23 <li><a href="?login" accesskey="5">再ログイン</a></li>
24 <!-- <li><a href="?userconf">userconf</a></li> -->
25 </ul>
26 </div>