[% PROCESS 'config/format.html' %] [% color_option = BLOCK %] [% FOREACH color IN config.all_colors %] [% END %] [% END %] [% BLOCK color_tr %] [% tr_name %]: [% IF c.form.error(color_name, 'REGEX') %]It's not a validated color.[% END %] [% END %] [% USE FillInForm %] [% FILTER fillinform fdat => c.req.params %] [% WRAPPER 'forumadmin/bar.html' %]
[% TRY %] [% css_file = c.config.home _ '/root/static/css/style/forum' _ forum.forum_id _ '.css' %] [% USE File( css_file ) %] [% CATCH File %] [% END %] [% PROCESS color_tr tr_misc = 2 tr_name = 'BackGround Color' color_name = 'bg_color' %] [% PROCESS color_tr tr_misc = 1 tr_name = 'Body Font Color' color_name = 'bg_fontcolor' %] [% PROCESS color_tr tr_misc = 1 tr_name = 'Normal Link' color_name = 'link' %] [% PROCESS color_tr tr_misc = 2 tr_name = 'Unvisited Link' color_name = 'alink' %] [% PROCESS color_tr tr_misc = 1 tr_name = 'Visited Link' color_name = 'vlink' %] [% PROCESS color_tr tr_misc = 2 tr_name = 'Hover Link' color_name = 'hlink' %] [% PROCESS color_tr tr_misc = 2 tr_name = 'Table Border Color' color_name = 'tablebordercolor' %] [% PROCESS color_tr tr_misc = 1 tr_name = 'Title Background Color' color_name = 'titlecolor' %] [% PROCESS color_tr tr_misc = 2 tr_name = 'Table Font Color' color_name = 'titlefont' %] [% PROCESS color_tr tr_misc = 1 tr_name = 'Forum Background Color One' color_name = 'forumcolor1' %] [% PROCESS color_tr tr_misc = 2 tr_name = 'Forum Font Color One' color_name = 'forumfont1' %] [% PROCESS color_tr tr_misc = 1 tr_name = 'Forum Background Color Two' color_name = 'forumcolor2' %] [% PROCESS color_tr tr_misc = 2 tr_name = 'Forum Font Color Two' color_name = 'forumfont2' %] [% PROCESS color_tr tr_misc = 1 tr_name = 'Reply Background Color One' color_name = 'replycolor1' %] [% PROCESS color_tr tr_misc = 2 tr_name = 'Reply Font Color One' color_name = 'replyfont1' %] [% PROCESS color_tr tr_misc = 1 tr_name = 'Reply Background Color Two' color_name = 'replycolor2' %] [% PROCESS color_tr tr_misc = 2 tr_name = 'Reply Font Color Two' color_name = 'replyfont2' %] [% PROCESS color_tr tr_misc = 1 tr_name = 'Others\' Background Color One' color_name = 'misccolor1' %] [% PROCESS color_tr tr_misc = 2 tr_name = 'Others\' Font Color One' color_name = 'miscfont1' %] [% PROCESS color_tr tr_misc = 1 tr_name = 'Others\' Background Color Two' color_name = 'misccolor2' %] [% PROCESS color_tr tr_misc = 2 tr_name = 'Others\' Font Color Two' color_name = 'miscfont2' %] [% PROCESS color_tr tr_misc = 1 tr_name = 'Highlight Color' color_name = 'highlight' %] [% PROCESS color_tr tr_misc = 2 tr_name = 'Semi-Highlight Color' color_name = 'semilight' %]
Style Setting
Choose one existing Style
Delete Style, Restore Default
Edit Style
Get Color Code
BackGround Image: [% IF c.form.error('bg_image') %]It's not a validated Image URL.[% END %]
Table Width: % [% IF c.form.error(tablewidth) %]Table Width should be 70 - 100.[% END %]
[% END %] [% END %]