WIP open file for a while
This commit is contained in:
parent
f937019e42
commit
d280fb9af3
122 changed files with 5702 additions and 10 deletions
2
lib/www_views/node-ff-tcrud/formatXML/list-footer.ejs
Normal file
2
lib/www_views/node-ff-tcrud/formatXML/list-footer.ejs
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
</<%= tview.tid %>List>
|
||||
</data>
|
||||
3
lib/www_views/node-ff-tcrud/formatXML/list-header.ejs
Normal file
3
lib/www_views/node-ff-tcrud/formatXML/list-header.ejs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<data>
|
||||
<<%= tview.tid %>List>
|
||||
5
lib/www_views/node-ff-tcrud/formatXML/list-record.ejs
Normal file
5
lib/www_views/node-ff-tcrud/formatXML/list-record.ejs
Normal 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 %>>
|
||||
8
lib/www_views/node-ff-tcrud/formatXML/read-record.ejs
Normal file
8
lib/www_views/node-ff-tcrud/formatXML/read-record.ejs
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue