
|
%function(DTW_SQL) query() {
call af4tool.dsplibl
 
%report{
 
<table border=1> <tr><th align=left>$(N1)</th></tr>
%row{
<tr><td> $(V1) </td></tr>
%}
</table>
%}
 
%message{
default: "<p>Liste effectuée" :CONTINUE
%}
 
%}
 
%html(result){
<html>
<title>contenu de *LIBL</title>
<body>
<h1>Liste des bibliothèques</h1>
<p>@query()
</body>
</html>
 
%}
|