~dont_cache() ~includeonce('config.tmpl') ~set('title',"Poster un message") ~includeonce('../config.tmpl') ~include("../site/simple.header.tmpl") ~include("../updateuser.tmpl") ~list( ~get('database'), "SELECT allow_comments, allow_quick FROM ressources WHERE res_type=~integer(~get_filenamevar(1))", 'LD', ~http_error(404), 'LF', ~if( ! (~fld('allow_comments') && ~fld('allow_quick')), ~http_error(404)) ) ~set('res_type',~get_filenamevar(1)) ~set('news_id',~get_filenamevar(2))
~rem(~include('../site/make_preview.tmpl', ~get('res_type'), ~get('news_id'))) ~set('res_link', ~get('lien')) ~set('comsubject', ~get('res_title')) ~if(~check_archiving_anonymous(~get('res_type'), ~get('res_timestamp'), ~get('comments_section[user)')) != 1, '

Cette discussion est archivée, il n\'est plus possible de laisser de commentaires.

',' ~if( (~get('res_allow_anonymous') == 1 && ~get('allow_anonymous')==1) || ~get('user_id') != '', ~if(~getpost('submit')=='Envoyer', ' ~include('comments_reply.send.txt', 'quick') ', ~include('comments_reply.quick.txt') ), '

Les commentaires anonymes ne sont pas autorisés pour ce texte.

' ) ')
~include("../site/simple.footer.tmpl")