<?php include_once('/var2/php/config/def.php'); ?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>Simpley</title>
</head>
<body>
Simpley.
<br>
<a href="index16.php">NextPage</a><br>
<a href="index14.php">PrevPage</a><br>
<br>
<a href="../">サイトTOP</a><br>
<br>
<br>
<a href="index15.phps">SKINソース</a><br>
<br>
<br>
指定回数ループしたら折り返しする処理.<br>
<br>
<% block(example,test15,BR_NUM=5&BR=\n) %>
<% skin(example,test15) %>
<% extskin(example,test15,'./ext_skin/header.php' %>

<form action="index15.php" method="get">
<input type="text" name="count" value="<% def(count) %><% rval(count) %><% /def %>">
<input type="submit" value="回ループする"><br>
(スキンオプションに5回毎に折り返す様に書いています)<br>
</form>

<% each(list) %>
    <% val(list/count) %><% def(list/br) %><% val(list/br) %><% /def %>
<% /each %>

<% /skin %>
</body>
</html>