blob: 6b0cccb54c7cfe93e689aa02c7abbba00aefcb85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<tables>
#(showtable)#::
<table name="#[table]#">
#{list}#
<row count="#[count]#" pk="#[pk]#">
#{columns}#
<cell col="#[col]#">#[cell]#</cell>
#{/columns}#
</row>
#{/list}#
</table>
#(/showtable)#
</tables>
|