{{include 'web2py_ajax.html'}}
{{if request.args(2):}} [{{=A('new attachment',_href=URL(args=request.args[:2]))}}] {{pass}} {{if request.vars.list_all:}} [show attachments for this page] {{else:}} [show all attachements] {{pass}} {{=form}}{{=T('Name')}} | {{=T('Link')}} | {{=T('Wiki')}} | {{=T('Upload Datetime')}} |
---|---|---|---|
{{=A(row.name,_href=URL(args=request.args[:2]+[row.id]))}} | {{=A('link',_href=URL('plugin_wiki','attachment',args=row.id))}} | attachment:{{=row.id}}{{=row.filename[row.filename.rfind('.'):]}} | {{=row.created_on}} |