アクセスカウンタ設置
refs → templates (page) → view "カウンタ表示場所設定"
<?doctype?>
<html>
<head>
<title><?name?></title>
<?endHead?></head>
<body<?colorScheme?>>
<?beforeButtons?><?showButtons?><?afterButtons?>
<h2><?name?></h2>
<?showTextArea?>
<?references?>
<?endBody?></body>
</html>
↓
<?doctype?>
<html>
<head>
<title><?name?></title>
<?endHead?></head>
<body<?colorScheme?>>
<?beforeButtons?><?showButtons?><?afterButtons?>
<h2><?name?></h2>
<?showTextArea?>
<?references?>
<?accessCounter?>
<?endBody?></body>
</html>
refs → actions (page) → accessCounter "カウンタ表示"
'<p align=right><font size=-1>This page has been visited ',
(ExAccessCounter default incrementAtBook: book page: page) printString,
' times.</font></p>'
このページを編集 (1069 bytes)
|
以下の 1 ページから参照されています。 |
This page has been visited 3021 times.