PHP Classes

File: engine/modules/core/list/tpl/file_admin.tpl.php

Recommend this page to a friend!
  Classes of Aldo Tripiciano   Quanta CMS   engine/modules/core/list/tpl/file_admin.tpl.php   Download  
File: engine/modules/core/list/tpl/file_admin.tpl.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Quanta CMS
Manage content that works without a database
Author: By
Last change:
Date: 5 years ago
Size: 571 bytes
 

Contents

Class file image Download
<span class="sort-handle"></span>
<span class="file-link-item">
  <span class="file-preview">file preview</span>
  <a class="file-link" data-node="{LISTNODE}" data-filename="[FILEATTRIBUTE|name=name|node={LISTNODE}:{LISTITEM}]" target="_blank" href="/{LISTNODE}/[FILEATTRIBUTE|name=name|node={LISTNODE}:{LISTITEM}]">
    [FILEATTRIBUTE|name=name|node={LISTNODE}:{LISTITEM}]
  </a>
</span>
<span class="file-qtag">[FILE_QTAG_SUGGESTION:{LISTITEM}]</span>

<!-- TODO: add up and down sorting
<button class="sort-up">up</button>
<button class="sort-down">down</button>
-->