{"includes/config_top.html"}

Boards

{% if boards :} {% for board_db, data in boards :} {:}
DirConfigTitleMod OnlyThreadsPostsFilesFiles Size
{{ board_db.dir }} config {{ board_db.config.title }} {% if board_db.config.mod_only :}yes{:} {{ data.stats.num_threads }} {{ data.stats.num_posts }} {{ data.stats.num_files }} {{ '%.2fmb' % (data.stats.uploaded_files_size/(1024*1024.0)) }}
{: else :}

There are no existing boards.

{:}

Board Config Defaults

{% if mod_admin :}

These are default values for board-specific config settings. Title, Description and CSS specified here will also be used on the front page. You can override these settings per-board at the individual board config pages.

Available CSS: {% for i, css in enumerate(common.available_css()) :}{% if i :}, {:}{{ css }}{:}

{% for i, (key, field) in enumerate(database.Board.CONFIG_FIELDS) :} {:}
{{ field.name }}:{$ field.html(key, global_db.board_config_defaults[key]) $}{{ field.desc }}

{: else :}

You may not edit these fields because you are not an admin.

These are default values for board-specific config settings. You can override these settings per-board at the individual board config pages:

Available CSS: {% for i, css in enumerate(common.available_css()) :}{% if i :}, {:}{{ css }}{:}

{% for i, (key, field) in enumerate(database.Board.CONFIG_FIELDS) :} {:}
{{ field.name }}:{$ field.html(key, global_db.board_config_defaults[key], disabled = True) $}{{ field.desc }}
{:}