fn add_post{ redirect_bots a_download=1 edit_post } fn display_image{ echo '
' if(~ $allow_anon 1 || {check_user && ! ~ $#logged_user 0}){ echo '
/'$tags'/
Image
Link
Tags

  • Supported file types are: GIF, JPG, PNG
  • Images greater than 500x600 pixels will be thumbnailed.
  • ' } echo '
    ' get_post_list for(i in `{seq 1 $#posts}){ a_id=$posts($i) a_dir=$barf_root/$"barf_dir/src/$a_id echo '
    ' link=`{cat $a_dir/link} echo 'link | ' print_tags echo ' | ' cat $a_dir/date echo '' if(check_user && ! ~ $#logged_user 0){ echo '| ' print_edit echo '' } echo '
    ' print_img echo '


    ' } display_prevnext echo '



    ' }