mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
Templates for new export
This commit is contained in:
parent
281bfbc2aa
commit
63ff2a6057
2 changed files with 18 additions and 0 deletions
7
misc/file_list_entry.asc
Normal file
7
misc/file_list_entry.asc
Normal file
|
@ -0,0 +1,7 @@
|
|||
{fileName:<32.33} {fileSize!sizeWithAbbr:<8.7} {fileUploadTs}
|
||||
|
||||
{fileDesc}
|
||||
|
||||
tags: {fileHashTags}
|
||||
sha1: {fileSha1}
|
||||
|
11
misc/file_list_header.asc
Normal file
11
misc/file_list_header.asc
Normal file
|
@ -0,0 +1,11 @@
|
|||
-------------------------------------------------------------------------------
|
||||
{boardName} File Base List Export - Generated {nowTs}
|
||||
|
||||
Search Criteria:
|
||||
Area : {filterAreaName}
|
||||
Terms: {filterTerms}
|
||||
Tags : {filterHashTags}
|
||||
|
||||
Total Files: {totalFileCount} / {totalFileSize!sizeWithAbbr}
|
||||
-------------------------------------------------------------------------------
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue