{include file="header.html"}

{$layout.pagetitle}

{if $docid}{/if} {literal} {/literal} {if $listdata.total != 0} {/if} {cycle values="light,lucid" print=false} {section loop=$documentlist name=documentlist start=$start max=$pagelimit} {assign var=doc value=$documentlist[documentlist]} {assign var=docid value=$doc.docid} {sectionelse} {/section} {if $listdata.total != 0} {/if}
{t}Date:{/t}{if $listdata.order eq "cdate"}{/if}
{t}Number:{/t}
{t}Type:{/t}{if $listdata.order eq "type"}{/if} {t}Title:{/t}{if $listdata.order eq "title"}{/if}
{t}Period:{/t}
{t}Customer:{/t}{if $listdata.order eq "customer"}{/if} {t}Description:{/t} {t 0=$listdata.total|default:"0"}Total: $0{/t}
{t}Filter:{/t} {t}Customer:{/t}   {t}Type:{/t}
{t}New Document{/t}
{include file="scroller.html" loop=$documentlist}
{$doc.cdate|date_format:"%Y/%m/%d"} {if $doc.number}
{number number=$doc.number template=$doc.template time=$doc.cdate} {/if}
{assign var=type value=$doc.type}{$_DOCTYPES.$type} {$doc.title|truncate:40:"...":true} {if $doc.fromdate || $doc.todate}
{if $doc.fromdate}{t}from{/t} {$doc.fromdate|date_format:"%Y/%m/%d"}{/if} {if $doc.todate}{t}to{/t} {$doc.todate|date_format:"%Y/%m/%d"}{/if} {/if}
{$doc.name|truncate:40:"...":true} {$doc.description} [ {t}View{/t} ] [ {t}Save{/t} ] [ {t}Edit{/t} ] [ {t}Delete{/t} ] {cycle print=false}

 

{t}No such documents matching search criteria or list is empty.{/t}

 

{include file="scroller.html" loop=$documentlist}
{t}Confirm{/t}   {t}Delete{/t} {t}Delete{/t} {t}Check All{/t}
{include file="footer.html"}