[% FOREACH target = site_config.user_uploads %] [% SET target_params = target.value IF uri.match(target.value.url_path) %] [% END %] [% setup_file = BLOCK %][% target_params.url_path %]setup[% END %] [%# =================== local settings ================== %] [%- title = BLOCK %] [% target_params.title %] - Upload your picture[% END %] [% meta = BLOCK %][% END %] [% header_file = BLOCK %][% target_params.url_path %]header[% END %] [% css_file = BLOCK %]/[% target_params.url_path %]css/screen.css[% END %] [% menu_file = BLOCK %][% target_params.url_path %]menu[% END %] [%# =================== local settings ================== %] [% pagesize = target_params.upload_pagesize %] [% PROCESS $website.template(setup_file) %] [% website.include(header_file) %]



[% IF data.uploaded %] Thanks!作品の投稿ありがとうございます。



こちらで確認してからギャラリーにUPしますので
お楽しみに!
[% ELSE %] [% IF data.error %] Sorry! You must fill in all the boxes.
Your email address won't be displayed on the site.


[% END %]

[% IF data.error.missing_user_upload_name %] ^^ You must provide a name
[% END %]
[% IF data.error.missing_user_upload_email %] ^^ You must provide an email address
[% END %]
[% IF data.error.missing_user_upload_subject %] ^^ You must provide a caption
[% END %]




[% IF data.error.missing_user_upload_image %] ^^ You must provide a picture
[% ELSIF data.error.bad_filetype %] ^^ The picture needs to be either a JPG, GIF or PNG image file.
[% ELSIF data.error.file_too_big %] ^^ Sorry, that file is too big. Try making it a lower resolution.
[% END %]
[% END %]
Sign up for Ratatat news on the XL mailing list >>


[% FOREACH item = items %]

[% item.name %]
uploaded by [% item.creator.name %]


[% END %]
[% website.include(menu_file) %]