diff options
Diffstat (limited to 'fml/doc/ja/tutorial/setup/cgi.sgml')
| -rw-r--r-- | fml/doc/ja/tutorial/setup/cgi.sgml | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/setup/cgi.sgml b/fml/doc/ja/tutorial/setup/cgi.sgml index 571bc298..483fb406 100644 --- a/fml/doc/ja/tutorial/setup/cgi.sgml +++ b/fml/doc/ja/tutorial/setup/cgi.sgml @@ -1,5 +1,5 @@ <!-- - $FML: cgi.sgml,v 1.6 2004/10/02 14:29:46 fukachan Exp $ + $FML: cgi.sgml,v 1.7 2004/10/06 09:07:42 fukachan Exp $ --> @@ -241,4 +241,24 @@ submit ボタンを押して下さい。 </sect1> +<sect1 id="setupcgi.admin.cgi.skin"> + <title> + CGI スキンの選択 + </title> + +<para> +config.cgi では TABLE と SELECT が基本です。 +もう少し、昔風の画面にしたいなら、menu.cgi のほうを使ってみて下さい。 +<screen> +そのドメインのML全部の管理者用 +~fml/public_html/fml/ドメイン/admin/menu.cgi + +MLごとの管理者用 +~fml/public_html/fml/ドメイン/ml-admin/menu.cgi +</screen> +</para> + +</sect1> + + </chapter> |
