<% #create %>

<% response.title %>

<% newSite.input name class=uk-form-width-medium maxlength=25 %>
<% gettext 'The name will be part of the URL of your site.' %>
<% root.skin Root#urlPreview %>
<% newSite.input title class=uk-width-1-1 %>
<% gettext Cancel %>
<% #sites %>

<% response.title %>

<% gettext "This is the directory of public sites hosted here, in alphabetical order." %>

<% response.pager %> <% response.list %>
<% gettext Title %> <% gettext 'Last Update' %> <% gettext User %>
<% response.pager %> <% #notfound %>

<% gettext Sorry! %>

<% gettext "The path you requested was not found." %>

<% param.path encoding="all" prefix=
/ suffix=
%> <% #error %>

<% gettext Sorry! %>

<% gettext "An error occurred while processing your request." %>

<% session.error default=<% param.error %> %>
<% #health %>

<% response.title %>

<% gettext Status %>

<% site.skin Root#status %>

<% gettext Details %>

<% gettext Sessions %>
<% param.sessions %>
<% gettext Uptime %>
<% ngettext '{0} day' '{0} days' <% param.uptime %> %>
<% gettext Threads %>
<% gettext '{0} active' <% param.activeThreads %> %>, <% gettext '{0} free' <% param.freeThreads %> %>
<% gettext Requests %>
<% gettext '{0} total' <% param.requestCount %> %>, <% gettext '{0} last 5 min.' <% param.requestsPerUnit default=n.a. %> %>
<% gettext 'Errors' %>
<% gettext '{0} total' <% param.errorCount %> %>, <% gettext '{0} last 5 min.' <% param.errorsPerUnit default=n.a. %> %>
<% gettext 'Error Ratio' %>
<% gettext '{0}% total' <% param.errorRatio %> %>, <% gettext '{0}% last 5 min.' <% param.errorRatioPerUnit %> %>
<% gettext 'Xml-Rpc Count' %>
<% ngettext '{0} request' '{0} requests' <% param.xmlrpcCount %> %>
<% gettext 'Cache' %>
<% gettext '{0} of {1} objects' <% param.cacheusage %> <% param.cacheSize %> %>
<% gettext 'Memory' %>
<% gettext '{0} MB total' <% param.totalMemory %> %>, <% gettext '{0} MB free' <% param.freeMemory %> %>
<% gettext 'Queue' %>
<% ngettext '{0} request' '{0} requests' <% param.requests %> %>, <% ngettext '{0} mail' '{0} mails' <% param.mails %> %>, <% ngettext '{0} callback' '{0} callbacks' <% param.callbacks %> %>,
<% gettext '{0} log entries' <% param.entries %> %>
<% gettext Version %>
<% version %>
<% gettext Build %>
<% link <% version hash prefix='https://code.google.com/p/antville/source/browse/?r=' %> <% version hash %> %> (<% version date | format date medium %>)
<% #stylesheet %> @import '<% root.static ../../styles/main.min.css %>'; .av-page { width: 900px; // FIXME: Could we use the `vw` unit already? } .av-border-left { border-left: 1px solid #ddd; } .av-overflow { // FIXME: Is this cross-browser compatible? max-width: 0; overflow: hidden; } .av-upload { position: relative; input[type='file'] { position: relative; z-index: 1; visibility: hidden; } .av-upload-controls { position: absolute; z-index: 2; top: 0; left: 0; } } .av-image-box { display: inline-block; max-width: 100%; } .av-tagged { .av-tagged-image { opacity: 0; img { display: inline-block; margin: 0; padding: 0; vertical-align: bottom; opacity: 1; } .Caption_Content { color: #fff; padding: 10px; } } } .av-header { margin-top: 5px; .av-header-bg { position: relative; } .av-header-bg-chaos { float: left; width: 262px; height: 53px; margin-left: -40px; background: url('<% image /webloghead.gif url %>'); } .av-header-bg-offset { height: 53px; margin-left: 222px; } .av-header-bg-dots { position: relative; top: 7px; height: 38px; background: url('<% image /dot.gif url %>'); } .av-title { position: relative; top: -50px; overflow: visible; white-space: nowrap; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 25px; font-weight: bold; transform: translateY(50%); } } .av-skin-active { background: #fff; opacity: .25; } av-translated-locale { font-weight: bold; } .av-layout-sandbox { height: 22px; } .av-layout-sandbox div { position: fixed; top: 0; left: 0; right: 0; height: 22px; padding: 0 20px; background: url('<% root.static sandbox.png %>'); background-position: 0 23px; text-align: left; } .av-skin-control { margin: 5px 0; } .av-skin-edit-link { padding: 2px; text-decoration: none !important; } .helma-debug-line /*:has(script)*/ { border: none !important; } // FIXME: This belongs to the connect module! .connect img { padding: 2px 0; vertical-align: middle; opacity: .3; }