diff options
| author | fukachan <fukachan> | 2002-04-01 13:06:18 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-04-01 13:06:18 +0000 |
| commit | acdc830e5d95d238f3595e8a086a1a472906b1ed (patch) | |
| tree | 66b9c6728cca0d9112c00d60224af59beec0c77a /fml/doc/ja/recipes/@template | |
| parent | 9ef78f0fc678a53a5dc44b8d2c1e23c61831512d (diff) | |
| download | fml8-snapshot-20020401.tar.gz fml8-snapshot-20020401.tar.bz2 fml8-snapshot-20020401.zip | |
fml recipiessnapshot-20020401
Diffstat (limited to 'fml/doc/ja/recipes/@template')
| -rw-r--r-- | fml/doc/ja/recipes/@template | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/fml/doc/ja/recipes/@template b/fml/doc/ja/recipes/@template new file mode 100644 index 00000000..3a386936 --- /dev/null +++ b/fml/doc/ja/recipes/@template @@ -0,0 +1,27 @@ +<!-- + $FML: install.sgml,v 1.2 2001/05/19 05:51:59 fukachan Exp $ +--> + +<chapter id="__TEMPLATE__"> + <title> + __TEMPLATE__ + </title> + +<qandaset> +<qandaentry> + <question> + <para> + Question + </para> + </question> + + <answer> + <para> + Answer + </para> + </answer> +</qandaentry> +</qandaset> + + +</chapter> |
