% @title = "Web Setup" @hide_menu = true @style_additions = " #Container { width: 600px; margin-left: 180px;} input { vertical-align: bottom } " %> <%= sub_template "top" %> <%= "
#{@message}" if @message %>
...or forget all your changes and create a new web.
<% num_webs = WikiService.instance.webs.length %>
(There <%= num_webs > 1 ? 'are' : 'is' %> currently <%= WikiService.instance.webs.length %> web<%= 's' if num_webs > 1 %>)
Please note that stopping the server will stop all pimki webs running on this server!
<%= sub_template "bottom" %>