first commit

This commit is contained in:
q 2025-09-23 17:27:43 -04:00
commit dc1afb2cb2
228 changed files with 12529 additions and 0 deletions

14
apps/barf/lib/barf.tpl Executable file
View file

@ -0,0 +1,14 @@
% if(~ $show_header 1 && ! ~ $barf_type login rss)
% display_header
% if(~ $a_func edit_form){
% if(check_user && ! ~ $#logged_user 0)
% edit_form
% if not
% display_^$barf_type
% }
% if not
% display_^$barf_type
% if(~ $show_sidebar 1 && ~ $#a_func 0 && ! ~ $barf_type login rss)
% display_sidebar
% if(~ $show_footer 1 && ~ $#a_func 0 && ! ~ $barf_type login rss)
% display_footer