WIP open file for a while
This commit is contained in:
parent
f937019e42
commit
d280fb9af3
122 changed files with 5702 additions and 10 deletions
1
lib/www_views/node-ff-tcrud/formatRSS/list-footer.ejs
Normal file
1
lib/www_views/node-ff-tcrud/formatRSS/list-footer.ejs
Normal file
|
|
@ -0,0 +1 @@
|
|||
</<%= tview.tid %>List>
|
||||
2
lib/www_views/node-ff-tcrud/formatRSS/list-header.ejs
Normal file
2
lib/www_views/node-ff-tcrud/formatRSS/list-header.ejs
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<<%= tview.tid %>List>
|
||||
5
lib/www_views/node-ff-tcrud/formatRSS/list-record.ejs
Normal file
5
lib/www_views/node-ff-tcrud/formatRSS/list-record.ejs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<<%= tview.tid %>>
|
||||
<% Object.keys(tview.tlist.tfields).forEach(function (tfieldKey) {var tfield = tview.tlist.tfields[tfieldKey]; %>
|
||||
<<%= tfieldKey %> type="<%= tfield.type %>"><%= record[tfield.tid] %></<%= tfieldKey %>>
|
||||
<% }) %>
|
||||
</<%= tview.tid %>>
|
||||
Loading…
Add table
Add a link
Reference in a new issue