2
0
Fork 0

WIP open file for a while

This commit is contained in:
Willem 2017-06-10 16:53:29 +02:00
parent f937019e42
commit d280fb9af3
122 changed files with 5702 additions and 10 deletions

View file

@ -0,0 +1,2 @@
</<%= tview.tid %>List>
</data>

View file

@ -0,0 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<data>
<<%= tview.tid %>List>

View file

@ -0,0 +1,5 @@
<<%= tview.tid %>>
<% tview.tlist.tfields.forEach(function (tfieldKey) {var tfield = tview.tmeta.tfields[tfieldKey]; %>
<<%= tfield.tid %> type="<%= tfield.type %>"><%= record[tfield.tid] %></<%= tfield.tid %>>
<% }) %>
</<%= tview.tid %>>

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<data>
<<%= tview.tid %>>
<% tview.tlist.tfields.forEach(function (tfieldKey) {var tfield = tview.tmeta.tfields[tfieldKey]; %>
<<%= tfield.tid %> type="<%= tfield.type %>"><%= record[tfield.tid] %></<%= tfield.tid %>>
<% }) %>
</<%= tview.tid %>>
</data>