added (missing) Tables_p.xml for table xml api

This commit is contained in:
orbiter 2014-11-02 20:10:32 +01:00
parent 0fcd8097a3
commit fceac5d2d4

13
htroot/Tables_p.xml Normal file
View File

@ -0,0 +1,13 @@
<tables>
#(showtable)#::
<table name="#[table]#">
#{list}#
<row count="#[count]#" pk="#[pk]#">
#{columns}#
<cell col="#[col]#">#[cell]#</cell>
#{/columns}#
</row>
#{/list}#
</table>
#(/showtable)#
</tables>