diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -798,7 +798,8 @@ div.header img { color: #4e6100; } -#content div.panel div.form div.fields div.field { +#content div.panel div.form div.fields div.field, +#content div.panel div.form div.form-horizontal div.form-group { height: 1%; min-height: 12px; border-bottom: 1px solid #DDD; @@ -807,15 +808,18 @@ div.header img { padding: 10px 0; } -#content div.panel div.form div.fields div.field-first { +#content div.panel div.form div.fields div.field-first, +#content div.panel div.form div.form-horizontal div.form-group-first { padding: 0 0 10px; } -#content div.panel div.form div.fields div.field-noborder { +#content div.panel div.form div.fields div.field-noborder, +#content div.panel div.form div.form-horizontal div.form-group-noborder { border-bottom: 0 !important; } -#content div.panel div.form div.fields div.field span.error-message { +#content div.panel div.form div.fields div.field span.error-message, +#content div.panel div.form div.form-horizontal div.form-group span.error-message { height: 1%; display: inline-block; color: red; @@ -823,7 +827,8 @@ div.header img { padding: 0; } -#content div.panel div.form div.fields div.field span.success { +#content div.panel div.form div.fields div.field span.success, +#content div.panel div.form div.form-horizontal div.form-group span.success { height: 1%; display: block; color: #316309; @@ -831,7 +836,8 @@ div.header img { padding: 0; } -#content div.panel div.form div.fields div.field div.label { +#content div.panel div.form div.fields div.field div.label, +#content div.panel div.form div.form-horizontal div.form-group div.label { left: 70px; width: 155px; position: absolute; @@ -839,7 +845,8 @@ div.header img { padding: 5px 0 0 0px; } -#content div.panel div.form div.fields div.field div.label-summary { +#content div.panel div.form div.fields div.field div.label-summary, +#content div.panel div.form div.form-horizontal div.form-group div.label-summary { left: 30px; width: 155px; position: absolute; @@ -847,38 +854,47 @@ div.header img { padding: 0px 0 0 0px; } -#content div.panel div.form div.fields div.field div.label-select { +#content div.panel div.form div.fields div.field div.label-select, +#content div.panel div.form div.form-horizontal div.form-group div.label-select { padding: 5px 0 0 5px; } #content div.panel div.form div.fields div.field div.label label, +#content div.panel div.form div.form-horizontal div.form-group div.label label, div.label label { color: #393939; font-weight: 700; } #content div.panel div.form div.fields div.field div.label label, +#content div.panel div.form div.form-horizontal div.form-group div.label label, div.label-summary label { color: #393939; font-weight: 700; } -#content div.panel div.form div.fields div.field div.input { +#content div.panel div.form div.fields div.field div.input, +#content div.panel div.form div.form-horizontal div.form-group div.input { margin: 0 0 0 200px; } -#content div.panel div.form div.fields div.field div.input.summary { +#content div.panel div.form div.fields div.field div.input.summary, +#content div.panel div.form div.form-horizontal div.form-group div.input.summary { margin: 0 0 0 110px; } -#content div.panel div.form div.fields div.field div.input.summary-short { +#content div.panel div.form div.fields div.field div.input.summary-short, +#content div.panel div.form div.form-horizontal div.form-group div.input.summary-short { margin: 0 0 0 110px; } -#content div.panel div.form div.fields div.field div.file { +#content div.panel div.form div.fields div.field div.file, +#content div.panel div.form div.form-horizontal div.form-group div.file { margin: 0 0 0 200px; } -#content div.panel div.form div.fields div.field div.editor { +#content div.panel div.form div.fields div.field div.editor, +#content div.panel div.form div.form-horizontal div.form-group div.editor { margin: 0 0 0 200px; } #content div.panel div.form div.fields div.field div.input input, +#content div.panel div.form div.form-horizontal div.form-group div.input input, .reviewer_ac input { background: #FFF; border-top: 1px solid #b3b3b3; @@ -892,13 +908,16 @@ div.label-summary label { } #content div.panel div.form div.fields div.field div.input input#clone_url, +#content div.panel div.form div.form-horizontal div.form-group div.input input#clone_url, #content div.panel div.form div.fields div.field div.input input#clone_url_id +#content div.panel div.form div.form-horizontal div.form-group div.input input#clone_url_id { font-size: 14px; padding: 0 2px; } -#content div.panel div.form div.fields div.field div.file input { +#content div.panel div.form div.fields div.field div.file input, +#content div.panel div.form div.form-horizontal div.form-group div.file input { background: none repeat scroll 0 0 #FFFFFF; border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3; border-style: solid; @@ -914,23 +933,28 @@ input.disabled { background-color: #F5F5F5 !important; } -#content div.panel div.form div.fields div.field div.input input.small { +#content div.panel div.form div.fields div.field div.input input.small, +#content div.panel div.form div.form-horizontal div.form-group div.input input.small { width: 30%; } -#content div.panel div.form div.fields div.field div.input input.medium { +#content div.panel div.form div.fields div.field div.input input.medium, +#content div.panel div.form div.form-horizontal div.form-group div.input input.medium { width: 55%; } -#content div.panel div.form div.fields div.field div.input input.large { +#content div.panel div.form div.fields div.field div.input input.large, +#content div.panel div.form div.form-horizontal div.form-group div.input input.large { width: 85%; } -#content div.panel div.form div.fields div.field div.input input.date { +#content div.panel div.form div.fields div.field div.input input.date, +#content div.panel div.form div.form-horizontal div.form-group div.input input.date { width: 177px; } -#content div.panel div.form div.fields div.field div.input input.button { +#content div.panel div.form div.fields div.field div.input input.button, +#content div.panel div.form div.form-horizontal div.form-group div.input input.button { background: #D4D0C8; border-top: 1px solid #FFF; border-left: 1px solid #FFF; @@ -941,7 +965,8 @@ input.disabled { padding: 4px 8px; } -#content div.panel div.form div.fields div.field div.textarea { +#content div.panel div.form div.fields div.field div.textarea, +#content div.panel div.form div.form-horizontal div.form-group div.textarea { border-top: 1px solid #b3b3b3; border-left: 1px solid #b3b3b3; border-right: 1px solid #eaeaea; @@ -950,12 +975,14 @@ input.disabled { padding: 7px 7px 6px; } -#content div.panel div.form div.fields div.field div.textarea-editor { +#content div.panel div.form div.fields div.field div.textarea-editor, +#content div.panel div.form div.form-horizontal div.form-group div.textarea-editor { border: 1px solid #ddd; padding: 0; } -#content div.panel div.form div.fields div.field div.textarea textarea { +#content div.panel div.form div.fields div.field div.textarea textarea, +#content div.panel div.form div.form-horizontal div.form-group div.textarea textarea { width: 100%; height: 220px; overflow-y: auto; @@ -968,36 +995,45 @@ input.disabled { padding: 0; } -#content div.panel div.form div.fields div.field div.textarea table { +#content div.panel div.form div.fields div.field div.textarea table, +#content div.panel div.form div.form-horizontal div.form-group div.textarea table { width: 100%; border: none; margin: 0; padding: 0; } -#content div.panel div.form div.fields div.field div.textarea table td { +#content div.panel div.form div.fields div.field div.textarea table td, +#content div.panel div.form div.form-horizontal div.form-group div.textarea table td { background: #DDD; border: none; padding: 0; } -#content div.panel div.form div.fields div.field div.textarea table td table { +#content div.panel div.form div.fields div.field div.textarea table td table, +#content div.panel div.form div.form-horizontal div.form-group div.textarea table td table { width: auto; border: none; margin: 0; padding: 0; } -#content div.panel div.form div.fields div.field div.textarea table td table td { +#content div.panel div.form div.fields div.field div.textarea table td table td, +#content div.panel div.form div.form-horizontal div.form-group div.textarea table td table td { font-size: 11px; padding: 5px 5px 5px 0; } #content div.panel div.form div.fields div.field input[type=text]:focus, +#content div.panel div.form div.form-horizontal div.form-group input[type=text]:focus, #content div.panel div.form div.fields div.field input[type=password]:focus, +#content div.panel div.form div.form-horizontal div.form-group input[type=password]:focus, #content div.panel div.form div.fields div.field input[type=file]:focus, +#content div.panel div.form div.form-horizontal div.form-group input[type=file]:focus, #content div.panel div.form div.fields div.field textarea:focus, +#content div.panel div.form div.form-horizontal div.form-group textarea:focus, #content div.panel div.form div.fields div.field select:focus, +#content div.panel div.form div.form-horizontal div.form-group select:focus, .reviewer_ac input:focus { background: #f6f6f6; border-color: #666; @@ -1007,7 +1043,8 @@ input.disabled { padding: 10px } -div.form div.fields div.field div.button { +div.form div.fields div.field div.button, +div.form div.form-horizontal div.form-group div.button { margin: 0; padding: 0 0 0 8px; } @@ -1610,21 +1647,25 @@ a.metatag[tag="license"]:hover { #quick_login .links .logout { } -#quick_login div.form div.fields { +#quick_login div.form div.fields, +#quick_login div.form div.form-horizontal { padding-top: 2px; padding-left: 10px; } -#quick_login div.form div.fields div.field { +#quick_login div.form div.fields div.field, +#quick_login div.form div.form-horizontal div.form-group { padding: 5px; } -#quick_login div.form div.fields div.field div.label label { +#quick_login div.form div.fields div.field div.label label, +#quick_login div.form div.form-horizontal div.form-group div.label label { color: #fff; padding-bottom: 3px; } -#quick_login div.form div.fields div.field div.input input { +#quick_login div.form div.fields div.field div.input input, +#quick_login div.form div.form-horizontal div.form-group div.input input { width: 236px; background: #FFF; border-top: 1px solid #b3b3b3; @@ -1637,7 +1678,8 @@ a.metatag[tag="license"]:hover { padding: 5px 7px 4px; } -#quick_login div.form div.fields div.buttons { +#quick_login div.form div.fields div.buttons, +#quick_login div.form div.form-horizontal div.buttons { clear: both; overflow: hidden; text-align: right; @@ -1695,7 +1737,8 @@ a.metatag[tag="license"]:hover { padding: 20px; } -#register div.form div.fields div.field div.label { +#register div.form div.fields div.field div.label, +#register div.form div.form-horizontal div.form-group div.label { width: 135px; float: left; text-align: right; @@ -1703,7 +1746,8 @@ a.metatag[tag="license"]:hover { padding: 5px 0 0 5px; } -#register div.form div.fields div.field div.input input { +#register div.form div.fields div.field div.input input, +#register div.form div.form-horizontal div.form-group div.input input { width: 300px; background: #FFF; border-top: 1px solid #b3b3b3; @@ -1716,7 +1760,8 @@ a.metatag[tag="license"]:hover { padding: 7px 7px 6px; } -#register div.form div.fields div.buttons { +#register div.form div.fields div.buttons, +#register div.form div.form-horizontal div.buttons { clear: both; overflow: hidden; border-top: 1px solid #DDD; @@ -3197,6 +3242,7 @@ ins, div.options a:hover { img, #header #header-inner #quick li a:hover span.normal, #content div.panel div.form div.fields div.field div.textarea table td table td a, +#content div.panel div.form div.form-horizontal div.form-group div.textarea table td table td a, #clone_url, #clone_url_id { @@ -3295,10 +3341,12 @@ div#legend_data, div#legend_container, d } #content div.panel div.form div.fields, +#content div.panel div.form div.form-horizontal, #login div.form-horizontal, #login div.form-horizontal div.form-group, #register div.form, -#register div.form div.fields { +#register div.form div.fields, +#register div.form div.form-horizontal { clear: both; overflow: hidden; margin: 0; @@ -3306,8 +3354,10 @@ div#legend_data, div#legend_container, d } #content div.panel div.form div.fields div.field div.label span, +#content div.panel div.form div.form-horizontal div.form-group div.label span, #login div.form div.form-horizontal div.form-group div.label span, -#register div.form div.fields div.field div.label span { +#register div.form div.fields div.field div.label span, +#register div.form div.form-horizontal div.form-group div.label span { height: 1%; display: block; color: #363636; @@ -3316,8 +3366,10 @@ div#legend_data, div#legend_container, d } #content div.panel div.form div.fields div.field div.input input.error, +#content div.panel div.form div.form-horizontal div.form-group div.input input.error, #login div.form div.form-horizontal div.form-group div.input input.error, -#register div.form div.fields div.field div.input input.error { +#register div.form div.fields div.field div.input input.error, +#register div.form div.form-horizontal div.form-group div.input input.error { background: #FBE3E4; border-top: 1px solid #e1b2b3; border-left: 1px solid #e1b2b3; @@ -3326,8 +3378,10 @@ div#legend_data, div#legend_container, d } #content div.panel div.form div.fields div.field div.input input.success, +#content div.panel div.form div.form-horizontal div.form-group div.input input.success, #login div.form div.form-horizontal div.form-group div.input input.success, -#register div.form div.fields div.field div.input input.success { +#register div.form div.fields div.field div.input input.success, +#register div.form div.form-horizontal div.form-group div.input input.success { background: #E6EFC2; border-top: 1px solid #cebb98; border-left: 1px solid #cebb98; @@ -3336,32 +3390,41 @@ div#legend_data, div#legend_container, d } #content div.panel div.form div.fields div.field div.select select, +#content div.panel div.form div.form-horizontal div.form-group div.select select, #content div.panel table th.selected input, #content div.panel table td.selected input { margin: 0; } #content div.panel div.form div.fields div.field div.select, +#content div.panel div.form div.form-horizontal div.form-group div.select, #content div.panel div.form div.fields div.field div.checkboxes, -#content div.panel div.form div.fields div.field div.radios { +#content div.panel div.form div.form-horizontal div.form-group div.checkboxes, +#content div.panel div.form div.fields div.field div.radios, +#content div.panel div.form div.form-horizontal div.form-group div.radios { margin: 0 0 0 200px; padding: 0; } #content div.panel div.form div.fields div.field div.select a:hover, +#content div.panel div.form div.form-horizontal div.form-group div.select a:hover, #content div.panel div.form div.fields div.field div.select a.ui-selectmenu:hover, +#content div.panel div.form div.form-horizontal div.form-group div.select a.ui-selectmenu:hover, #content div.panel div.action a:hover { color: #000; text-decoration: none; } #content div.panel div.form div.fields div.field div.select a.ui-selectmenu-focus, +#content div.panel div.form div.form-horizontal div.form-group div.select a.ui-selectmenu-focus, #content div.panel div.action a.ui-selectmenu-focus { border: 1px solid #666; } #content div.panel div.form div.fields div.field div.checkboxes div.checkbox, -#content div.panel div.form div.fields div.field div.radios div.radio { +#content div.panel div.form div.form-horizontal div.form-group div.checkboxes div.checkbox, +#content div.panel div.form div.fields div.field div.radios div.radio, +#content div.panel div.form div.form-horizontal div.form-group div.radios div.radio { clear: both; overflow: hidden; margin: 0; @@ -3369,13 +3432,17 @@ div#legend_data, div#legend_container, d } #content div.panel div.form div.fields div.field div.checkboxes div.checkbox input, -#content div.panel div.form div.fields div.field div.radios div.radio input { +#content div.panel div.form div.form-horizontal div.form-group div.checkboxes div.checkbox input, +#content div.panel div.form div.fields div.field div.radios div.radio input, +#content div.panel div.form div.form-horizontal div.form-group div.radios div.radio input { float: left; margin: 0; } #content div.panel div.form div.fields div.field div.checkboxes div.checkbox label, -#content div.panel div.form div.fields div.field div.radios div.radio label { +#content div.panel div.form div.form-horizontal div.form-group div.checkboxes div.checkbox label, +#content div.panel div.form div.fields div.field div.radios div.radio label, +#content div.panel div.form div.form-horizontal div.form-group div.radios div.radio label { height: 1%; display: block; float: left; @@ -3383,8 +3450,11 @@ div#legend_data, div#legend_container, d } div.form div.fields div.field div.button input, +div.form div.form-horizontal div.form-group div.button input, #content div.panel div.form div.fields div.buttons input +#content div.panel div.form div.form-horizontal div.buttons input div.form div.fields div.buttons input, +div.form div.form-horizontal div.buttons input, #content div.panel div.action div.button input { font-size: 11px; font-weight: 700; @@ -3392,12 +3462,16 @@ div.form div.fields div.buttons input, } div.form div.fields div.field div.highlight, -#content div.panel div.form div.fields div.buttons div.highlight { +div.form div.form-horizontal div.form-group div.highlight, +#content div.panel div.form div.fields div.buttons div.highlight, +#content div.panel div.form div.form-horizontal div.buttons div.highlight { display: inline; } #content div.panel div.form div.fields div.buttons, -div.form div.fields div.buttons { +#content div.panel div.form div.form-horizontal div.buttons, +div.form div.fields div.buttons, +div.form div.form-horizontal div.buttons { margin: 10px 0 0 200px; padding: 0; } @@ -3410,7 +3484,8 @@ div.form div.fields div.buttons { #content div.panel div.action div.button, #login div.form div.form-horizontal div.form-group div.input div.link, -#register div.form div.fields div.field div.input div.link { +#register div.form div.fields div.field div.input div.link, +#register div.form div.form-horizontal div.form-group div.input div.link { text-align: right; margin: 6px 0 0; padding: 0; @@ -3479,7 +3554,8 @@ div.form div.fields div.buttons { } #login div.form div.form-horizontal div.form-group, -#register div.form div.fields div.field { +#register div.form div.fields div.field, +#register div.form div.form-horizontal div.form-group { clear: both; overflow: hidden; margin: 0; @@ -3487,7 +3563,8 @@ div.form div.fields div.buttons { } #login div.form div.form-horizontal div.form-group span.error-message, -#register div.form div.fields div.field span.error-message { +#register div.form div.fields div.field span.error-message, +#register div.form div.form-horizontal div.form-group span.error-message { height: 1%; display: block; color: red; @@ -3497,13 +3574,15 @@ div.form div.fields div.buttons { } #login div.form div.form-horizontal div.form-group label, -#register div.form div.fields div.field div.label label { +#register div.form div.fields div.field div.label label, +#register div.form div.form-horizontal div.form-group div.label label { color: #000; font-weight: 700; } #login div.form div.form-horizontal div.form-group div, -#register div.form div.fields div.field div.input { +#register div.form div.fields div.field div.input, +#register div.form div.form-horizontal div.form-group div.input { float: left; margin: 0; padding: 0; @@ -3514,19 +3593,22 @@ div.form div.fields div.buttons { } #login div.form div.form-horizontal div.form-group div.checkbox, -#register div.form div.fields div.field div.checkbox { +#register div.form div.fields div.field div.checkbox, +#register div.form div.form-horizontal div.form-group div.checkbox { margin: 0 0 0 184px; padding: 0; } #login div.form div.form-horizontal div.form-group div.checkbox label, -#register div.form div.fields div.field div.checkbox label { +#register div.form div.fields div.field div.checkbox label, +#register div.form div.form-horizontal div.form-group div.checkbox label { color: #565656; font-weight: 700; } #login div.form div.buttons input, -#register div.form div.fields div.buttons input { +#register div.form div.fields div.buttons input, +#register div.form div.form-horizontal div.buttons input { color: #000; font-size: 1em; font-weight: 700; diff --git a/kallithea/templates/admin/admin_log.html b/kallithea/templates/admin/admin_log.html --- a/kallithea/templates/admin/admin_log.html +++ b/kallithea/templates/admin/admin_log.html @@ -1,6 +1,6 @@ ## -*- coding: utf-8 -*- %if c.users_log: - +
diff --git a/kallithea/templates/admin/auth/auth_settings.html b/kallithea/templates/admin/auth/auth_settings.html --- a/kallithea/templates/admin/auth/auth_settings.html +++ b/kallithea/templates/admin/auth/auth_settings.html @@ -26,9 +26,9 @@ ## enabled auth plugins

${_('Authentication Plugins')}

-
-
-
+
+
+
${h.text("auth_plugins", class_='large')} ${_('Comma-separated list of plugins; Kallithea will try user authentication in plugin order')}
${_('Available built-in plugins')}
@@ -49,46 +49,46 @@ %for cnt, module in enumerate(c.enabled_plugins): <% pluginName = c.plugin_shortnames[module] %>

${_('Plugin')}: ${pluginName}

-
+
## autoform generation, based on plugin definition from it's settings %for setting in c.plugin_settings[module]: <% fullsetting = "auth_%s_%s" % (pluginName, setting["name"]) %> <% displayname = (setting["formname"] if ("formname" in setting) else setting["name"]) %> %if setting["type"] == "password": -
-
+
+
${h.password(fullsetting,class_='small')} ${setting["description"]}
%elif setting["type"] in ["string", "int"]: -
-
+
+
${h.text(fullsetting,class_='small')} ${setting["description"]}
%elif setting["type"] == "bool": -
-
+
+
${h.checkbox(fullsetting,True,class_='small')}
${setting["description"]}
%elif setting["type"] == "select": -
-
+
+
${h.select(fullsetting,setting['values'][0],setting['values'],class_='small')} ${setting["description"]}
%else: -
-
+
+
This field is of type ${setting['type']}, which cannot be displayed. Must be one of [string|int|bool|select].
${setting["description"]}
@@ -96,7 +96,7 @@ %endfor
%endfor -
+
${h.submit('save',_('Save'),class_="btn btn-default")}
diff --git a/kallithea/templates/admin/defaults/defaults.html b/kallithea/templates/admin/defaults/defaults.html --- a/kallithea/templates/admin/defaults/defaults.html +++ b/kallithea/templates/admin/defaults/defaults.html @@ -26,20 +26,20 @@
-
+
-
+
- +
${h.select('default_repo_type','hg',c.backends,class_="medium")}
-
+
- +
${h.checkbox('default_repo_private',value="True")} @@ -48,9 +48,9 @@
-
+
- +
${h.checkbox('default_repo_enable_statistics',value="True")} @@ -58,9 +58,9 @@
-
+
- +
${h.checkbox('default_repo_enable_downloads',value="True")} @@ -68,9 +68,9 @@
-
+
- +
${h.checkbox('default_repo_enable_locking',value="True")} diff --git a/kallithea/templates/admin/my_account/my_account_api_keys.html b/kallithea/templates/admin/my_account/my_account_api_keys.html --- a/kallithea/templates/admin/my_account/my_account_api_keys.html +++ b/kallithea/templates/admin/my_account/my_account_api_keys.html @@ -55,8 +55,8 @@ ${h.form(url('my_account_api_keys'), method='post')}
-
-
+
+
diff --git a/kallithea/templates/admin/my_account/my_account_emails.html b/kallithea/templates/admin/my_account/my_account_emails.html --- a/kallithea/templates/admin/my_account/my_account_emails.html +++ b/kallithea/templates/admin/my_account/my_account_emails.html @@ -36,10 +36,10 @@ ${h.form(url('my_account_emails'), method='post')}
-
-
+
+
- +
${h.text('new_email', class_='medium')} diff --git a/kallithea/templates/admin/my_account/my_account_password.html b/kallithea/templates/admin/my_account/my_account_password.html --- a/kallithea/templates/admin/my_account/my_account_password.html +++ b/kallithea/templates/admin/my_account/my_account_password.html @@ -4,28 +4,28 @@ ${h.form(url('my_account_password'), method='post')}
-
-
+
+
- +
${h.password('current_password',class_='medium')}
-
+
- +
${h.password('new_password',class_='medium')}
-
+
- +
${h.password('new_password_confirmation',class_='medium')} diff --git a/kallithea/templates/admin/my_account/my_account_profile.html b/kallithea/templates/admin/my_account/my_account_profile.html --- a/kallithea/templates/admin/my_account/my_account_profile.html +++ b/kallithea/templates/admin/my_account/my_account_profile.html @@ -1,7 +1,7 @@ ${h.form(url('my_account'), method='post')}
-
+
${h.gravatar_div(c.user.email)}

@@ -17,37 +17,37 @@ ${h.form(url('my_account'), method='post

-
-
+
+
- +
${h.text('username',class_='medium', readonly=c.readonly('username'))}
-
+
- +
${h.text('firstname',class_="medium", readonly=c.readonly('firstname'))}
-
+
- +
${h.text('lastname',class_="medium", readonly=c.readonly('lastname'))}
-
+
- +
${h.text('email',class_="medium", readonly=c.readonly('email'))} diff --git a/kallithea/templates/admin/permissions/permissions_globals.html b/kallithea/templates/admin/permissions/permissions_globals.html --- a/kallithea/templates/admin/permissions/permissions_globals.html +++ b/kallithea/templates/admin/permissions/permissions_globals.html @@ -1,10 +1,10 @@ ${h.form(url('admin_permissions'), method='post')}
-
-
+
+
- +
@@ -13,9 +13,9 @@ ${h.form(url('admin_permissions'), metho ${h.literal(_('Allow access to Kallithea without needing to log in. Anonymous users use %s user permissions.' % (h.link_to('*default*',h.url('admin_permissions_perms')))))}
-
+
- +
${h.select('default_repo_perm','',c.repo_perms_choices)} @@ -27,9 +27,9 @@ ${h.form(url('admin_permissions'), metho ${_('Permissions for the Default user on new repositories.')}
-
+
- +
${h.select('default_group_perm','',c.group_perms_choices)} @@ -41,9 +41,9 @@ ${h.form(url('admin_permissions'), metho ${_('Permissions for the Default user on new repository groups.')}
-
+
- +
${h.select('default_user_group_perm','',c.user_group_perms_choices)} @@ -55,9 +55,9 @@ ${h.form(url('admin_permissions'), metho ${_('Permissions for the Default user on new user groups.')}
-
+
- +
${h.select('default_repo_create','',c.repo_create_choices)} @@ -65,44 +65,44 @@ ${h.form(url('admin_permissions'), metho ${_('Note: This will also give all users API access to create repositories everywhere. That might change in future versions.')}
-
+
- +
${h.select('create_on_write','',c.repo_create_on_write_choices)} ${_('With this, write permission to a repository group allows creating repositories inside that group. Without this, group write permissions mean nothing.')}
-
+
- +
${h.select('default_user_group_create','',c.user_group_create_choices)} ${_('Enable this to allow non-admins to create user groups.')}
-
+
- +
${h.select('default_fork','',c.fork_choices)} ${_('Enable this to allow non-admins to fork repositories.')}
-
+
- +
${h.select('default_register','',c.register_choices)}
-
+
- +
${h.select('default_extern_activate','',c.extern_activate_choices)} diff --git a/kallithea/templates/admin/permissions/permissions_ips.html b/kallithea/templates/admin/permissions/permissions_ips.html --- a/kallithea/templates/admin/permissions/permissions_ips.html +++ b/kallithea/templates/admin/permissions/permissions_ips.html @@ -24,10 +24,10 @@ ${h.form(url('edit_user_ips_update', id=c.user.user_id))}
-
-
+
+
- +
${h.hidden('default_user', 'True')} diff --git a/kallithea/templates/admin/repo_groups/repo_group_add.html b/kallithea/templates/admin/repo_groups/repo_group_add.html --- a/kallithea/templates/admin/repo_groups/repo_group_add.html +++ b/kallithea/templates/admin/repo_groups/repo_group_add.html @@ -27,28 +27,28 @@ ${h.form(url('repos_groups'))}
-
-
+
+
- +
${h.text('group_name',class_='small')}
-
+
- +
${h.textarea('group_description',cols=23,rows=5,class_="medium")}
-
+
- +
${h.select('group_parent_id',request.GET.get('parent_group'),c.repo_groups,class_="medium")} @@ -57,7 +57,7 @@
- +
${h.checkbox('group_copy_permissions',value="True")} diff --git a/kallithea/templates/admin/repo_groups/repo_group_edit_settings.html b/kallithea/templates/admin/repo_groups/repo_group_edit_settings.html --- a/kallithea/templates/admin/repo_groups/repo_group_edit_settings.html +++ b/kallithea/templates/admin/repo_groups/repo_group_edit_settings.html @@ -2,36 +2,36 @@ ${h.form(url('update_repos_group',group_name=c.repo_group.group_name))}
-
-
+
+
- +
${h.text('group_name',class_='medium')}
-
+
- +
${h.textarea('group_description',cols=23,rows=5,class_="medium")}
-
+
- +
${h.select('group_parent_id','',c.repo_groups,class_="medium")}
-
+
- +
${h.checkbox('enable_locking',value="True")} @@ -48,8 +48,8 @@ ${h.end_form()} ${h.form(url('delete_repo_group', group_name=c.repo_group.group_name))}
-
-
+
+
${h.submit('remove_%s' % c.repo_group.group_name,_('Remove this group'),class_="btn red",onclick="return confirm('"+_('Confirm to delete this group')+"');")}
diff --git a/kallithea/templates/admin/repos/repo_add_base.html b/kallithea/templates/admin/repos/repo_add_base.html --- a/kallithea/templates/admin/repos/repo_add_base.html +++ b/kallithea/templates/admin/repos/repo_add_base.html @@ -3,10 +3,10 @@ ${h.form(url('repos'))}
-
-
+
+
- +
${h.text('repo_name',class_="small")} @@ -14,7 +14,7 @@ ${h.form(url('repos'))}
- +
${h.text('clone_uri',class_="small")} @@ -23,18 +23,18 @@ ${h.form(url('repos'))}
-
+
- +
${h.textarea('repo_description')} ${_('Keep it short and to the point. Use a README file for longer descriptions.')}
-
+
- +
${h.select('repo_group',request.GET.get('parent_group'),c.repo_groups,class_="medium")} @@ -43,34 +43,34 @@ ${h.form(url('repos'))}
- +
${h.checkbox('repo_copy_permissions',value="True")} ${_('Copy permission set from parent repository group.')}
-
+
- +
${h.select('repo_type','hg',c.backends,class_="small")} ${_('Type of repository to create.')}
-
+
- +
${h.select('repo_landing_rev','',c.landing_revs,class_="medium")} ${_('Default revision for files page, downloads, full text search index and readme generation')}
-
+
- +
${h.checkbox('repo_private',value="True")} diff --git a/kallithea/templates/admin/repos/repo_edit_caches.html b/kallithea/templates/admin/repos/repo_edit_caches.html --- a/kallithea/templates/admin/repos/repo_edit_caches.html +++ b/kallithea/templates/admin/repos/repo_edit_caches.html @@ -10,7 +10,7 @@ ${h.form(url('update_repo_caches', repo_
${_('List of Cached Values')} -
${_('Username')} ${_('Action')}
+
diff --git a/kallithea/templates/admin/repos/repo_edit_fields.html b/kallithea/templates/admin/repos/repo_edit_fields.html --- a/kallithea/templates/admin/repos/repo_edit_fields.html +++ b/kallithea/templates/admin/repos/repo_edit_fields.html @@ -27,27 +27,27 @@ ${h.form(url('create_repo_fields', repo_name=c.repo_name))}
-
-
+
+
- +
${h.text('new_field_key', class_='small')}
-
+
- +
${h.text('new_field_label', class_='small', placeholder=_('Enter short label'))}
-
+
- +
${h.text('new_field_desc', class_='small', placeholder=_('Enter description of a field'))} diff --git a/kallithea/templates/admin/repos/repo_edit_permissions.html b/kallithea/templates/admin/repos/repo_edit_permissions.html --- a/kallithea/templates/admin/repos/repo_edit_permissions.html +++ b/kallithea/templates/admin/repos/repo_edit_permissions.html @@ -1,7 +1,7 @@ ${h.form(url('edit_repo_perms_update', repo_name=c.repo_name))}
-
-
+
+
${h.hidden('repo_private')}
${_('Prefix')} ${_('Key')}
diff --git a/kallithea/templates/admin/repos/repo_edit_settings.html b/kallithea/templates/admin/repos/repo_edit_settings.html --- a/kallithea/templates/admin/repos/repo_edit_settings.html +++ b/kallithea/templates/admin/repos/repo_edit_settings.html @@ -1,10 +1,10 @@ ${h.form(url('update_repo', repo_name=c.repo_info.repo_name))}
-
-
+
+
- +
${h.text('repo_name',class_="medium")} @@ -16,9 +16,9 @@ ${h.form(url('update_repo', repo_name=c. This is useful for CI systems, or any other cases that you need to hardcode the URL into a 3rd party service.''')}
-
+
- +
@@ -30,27 +30,27 @@ ${h.form(url('update_repo', repo_name=c.
-
+
- +
${h.select('repo_group','',c.repo_groups,class_="medium")} ${_('Optionally select a group to put this repository into.')}
-
+
- +
${h.select('repo_landing_rev','',c.landing_revs,class_="medium")} ${_('Default revision for files page, downloads, whoosh and readme')}
-
+
- +
@@ -60,9 +60,9 @@ ${h.form(url('update_repo', repo_name=c.
-
+
- +
${h.textarea('repo_description', style="height:165px")} @@ -70,36 +70,36 @@ ${h.form(url('update_repo', repo_name=c.
-
+
- +
${h.checkbox('repo_private',value="True")} ${_('Private repositories are only visible to people explicitly added as collaborators.')}
-
+
- +
${h.checkbox('repo_enable_statistics',value="True")} ${_('Enable statistics window on summary page.')}
-
+
- +
${h.checkbox('repo_enable_downloads',value="True")} ${_('Enable download menu on summary page.')}
-
+
- +
${h.checkbox('repo_enable_locking',value="True")} @@ -110,9 +110,9 @@ ${h.form(url('update_repo', repo_name=c. %if c.visual.repository_fields: ## EXTRA FIELDS %for field in c.repo_fields: -
+
- +
${h.text(field.field_key_prefixed, field.field_value, class_='medium')} diff --git a/kallithea/templates/admin/repos/repo_edit_statistics.html b/kallithea/templates/admin/repos/repo_edit_statistics.html --- a/kallithea/templates/admin/repos/repo_edit_statistics.html +++ b/kallithea/templates/admin/repos/repo_edit_statistics.html @@ -1,6 +1,6 @@ ${h.form(url('edit_repo_statistics_update', repo_name=c.repo_info.repo_name))}
-
+
  • ${_('Processed commits')}: ${c.stats_revision}/${c.repo_last_rev}
  • diff --git a/kallithea/templates/admin/settings/settings_email.html b/kallithea/templates/admin/settings/settings_email.html --- a/kallithea/templates/admin/settings/settings_email.html +++ b/kallithea/templates/admin/settings/settings_email.html @@ -1,10 +1,10 @@ ${h.form(url('admin_settings_email'), method='post')}
    -
    -
    +
    +
    - +
    ${h.text('test_email',size=30)} diff --git a/kallithea/templates/admin/settings/settings_global.html b/kallithea/templates/admin/settings/settings_global.html --- a/kallithea/templates/admin/settings/settings_global.html +++ b/kallithea/templates/admin/settings/settings_global.html @@ -1,11 +1,11 @@ ${h.form(url('admin_settings_global'), method='post')}
    -
    +
    -
    +
    - +
    ${h.text('title',size=30)} @@ -13,18 +13,18 @@ ${h.form(url('admin_settings_global'), m
    -
    +
    - +
    ${h.text('realm',size=30)}
    -
    +
    - +
    ${h.textarea('ga_code', cols=80, rows=10)} @@ -37,9 +37,9 @@ ${h.form(url('admin_settings_global'), m
    -
    +
    - +
    ${h.text('captcha_public_key',size=60)} @@ -47,9 +47,9 @@ ${h.form(url('admin_settings_global'), m
    -
    +
    - +
    ${h.text('captcha_private_key',size=60)} diff --git a/kallithea/templates/admin/settings/settings_hooks.html b/kallithea/templates/admin/settings/settings_hooks.html --- a/kallithea/templates/admin/settings/settings_hooks.html +++ b/kallithea/templates/admin/settings/settings_hooks.html @@ -1,10 +1,10 @@

    ${_('Built-in Mercurial Hooks (Read-Only)')}

    -
    +
    % for hook in c.hooks: -
    +
    - +
    ${h.text(hook.ui_key,hook.ui_value,size=60,readonly="readonly")} @@ -19,12 +19,12 @@

    ${_('Custom Hooks')}

    ${h.form(url('admin_settings_hooks'), method='post')}
    -
    +
    % for hook in c.custom_hooks:
    - +
    ${h.hidden('hook_ui_key',hook.ui_key)} @@ -39,7 +39,7 @@ ${h.form(url('admin_settings_hooks'), me
    % endfor -
    +
    ${h.text('new_hook_ui_key',size=20)} diff --git a/kallithea/templates/admin/settings/settings_mapping.html b/kallithea/templates/admin/settings/settings_mapping.html --- a/kallithea/templates/admin/settings/settings_mapping.html +++ b/kallithea/templates/admin/settings/settings_mapping.html @@ -1,9 +1,9 @@ ${h.form(url('admin_settings_mapping'), method='post')}
    -
    -
    +
    +
    - +
    diff --git a/kallithea/templates/admin/settings/settings_search.html b/kallithea/templates/admin/settings/settings_search.html --- a/kallithea/templates/admin/settings/settings_search.html +++ b/kallithea/templates/admin/settings/settings_search.html @@ -1,16 +1,15 @@ ${h.form(url('admin_settings_search'), method='post')}
    -
    -
    +
    +
    - +
    ${h.checkbox('full_index',True)} -
    ${_('This option completely reindexeses all of the repositories for proper fulltext search capabilities.')} diff --git a/kallithea/templates/admin/settings/settings_vcs.html b/kallithea/templates/admin/settings/settings_vcs.html --- a/kallithea/templates/admin/settings/settings_vcs.html +++ b/kallithea/templates/admin/settings/settings_vcs.html @@ -1,7 +1,7 @@ ${h.form(url('admin_settings'), method='post')}
    -
    -
    +
    +
    @@ -24,7 +24,7 @@ ${h.form(url('admin_settings'), method='
    -
    +
    @@ -46,9 +46,9 @@ ${h.form(url('admin_settings'), method='
    %if c.visual.allow_repo_location_change: -
    +
    - +
    ${h.text('paths_root_path',size=60,readonly="readonly")} diff --git a/kallithea/templates/admin/settings/settings_visual.html b/kallithea/templates/admin/settings/settings_visual.html --- a/kallithea/templates/admin/settings/settings_visual.html +++ b/kallithea/templates/admin/settings/settings_visual.html @@ -1,9 +1,9 @@ ${h.form(url('admin_settings_visual'), method='post')}
    -
    +
    -
    +
    @@ -53,9 +53,9 @@ ${h.form(url('admin_settings_visual'), m
    -
    +
    - +
    ${h.text('dashboard_items',size=5)} @@ -63,9 +63,9 @@ ${h.form(url('admin_settings_visual'), m
    -
    +
    - +
    ${h.text('admin_grid_items',size=5)} @@ -73,7 +73,7 @@ ${h.form(url('admin_settings_visual'), m
    -
    +
    @@ -90,7 +90,7 @@ ${h.form(url('admin_settings_visual'), m
    -
    +
    diff --git a/kallithea/templates/admin/user_groups/user_group_add.html b/kallithea/templates/admin/user_groups/user_group_add.html --- a/kallithea/templates/admin/user_groups/user_group_add.html +++ b/kallithea/templates/admin/user_groups/user_group_add.html @@ -26,27 +26,27 @@ ${h.form(url('users_groups'))}
    -
    -
    +
    +
    - +
    ${h.text('users_group_name',class_='small')}
    -
    +
    - +
    ${h.textarea('user_group_description')} ${_('Short, optional description for this user group.')}
    -
    +
    - +
    ${h.checkbox('users_group_active',value=True, checked='checked')} diff --git a/kallithea/templates/admin/user_groups/user_group_edit_settings.html b/kallithea/templates/admin/user_groups/user_group_edit_settings.html --- a/kallithea/templates/admin/user_groups/user_group_edit_settings.html +++ b/kallithea/templates/admin/user_groups/user_group_edit_settings.html @@ -1,38 +1,38 @@ ${h.form(url('update_users_group', id=c.user_group.users_group_id), id='edit_users_group')}
    -
    -
    +
    +
    - +
    ${h.text('users_group_name',class_='large')}
    -
    +
    - +
    ${h.textarea('user_group_description')} ${_('Short, optional description for this user group.')}
    -
    +
    - +
    ${h.checkbox('users_group_active',value=True)}
    -
    +
    - +
    -
+
diff --git a/kallithea/templates/admin/users/user_add.html b/kallithea/templates/admin/users/user_add.html --- a/kallithea/templates/admin/users/user_add.html +++ b/kallithea/templates/admin/users/user_add.html @@ -26,64 +26,64 @@ ${h.form(url('new_user'))}
-
-
+
+
- +
${h.text('username',class_='small')}
-
+
- +
${h.password('password',class_='small')}
-
+
- +
${h.password('password_confirmation',class_="small")}
-
+
- +
${h.text('firstname',class_='small')}
-
+
- +
${h.text('lastname',class_='small')}
-
+
- +
${h.text('email',class_='small')}
-
+
- +
${h.checkbox('active',value=True,checked='checked')} diff --git a/kallithea/templates/admin/users/user_edit_api_keys.html b/kallithea/templates/admin/users/user_edit_api_keys.html --- a/kallithea/templates/admin/users/user_edit_api_keys.html +++ b/kallithea/templates/admin/users/user_edit_api_keys.html @@ -55,10 +55,10 @@ ${h.form(url('edit_user_api_keys_update', id=c.user.user_id))}
-
-
+
+
- +
${h.text('description', class_='medium', placeholder=_('Description'))} diff --git a/kallithea/templates/admin/users/user_edit_emails.html b/kallithea/templates/admin/users/user_edit_emails.html --- a/kallithea/templates/admin/users/user_edit_emails.html +++ b/kallithea/templates/admin/users/user_edit_emails.html @@ -36,10 +36,10 @@ ${h.form(url('edit_user_emails_update', id=c.user.user_id))}
-
-
+
+
- +
${h.text('new_email', class_='medium')} diff --git a/kallithea/templates/admin/users/user_edit_ips.html b/kallithea/templates/admin/users/user_edit_ips.html --- a/kallithea/templates/admin/users/user_edit_ips.html +++ b/kallithea/templates/admin/users/user_edit_ips.html @@ -36,10 +36,10 @@ ${h.form(url('edit_user_ips_update', id=c.user.user_id))}
-
-
+
+
- +
${h.text('new_ip', class_='medium')} diff --git a/kallithea/templates/admin/users/user_edit_profile.html b/kallithea/templates/admin/users/user_edit_profile.html --- a/kallithea/templates/admin/users/user_edit_profile.html +++ b/kallithea/templates/admin/users/user_edit_profile.html @@ -1,6 +1,6 @@ ${h.form(url('update_user', id=c.user.user_id))}
-
+
${h.gravatar_div(c.user.email)}

@@ -17,92 +17,92 @@ ${h.form(url('update_user', id=c.user.us %endif

-
+
-
+
- +
${h.text('username',class_='medium', readonly=c.readonly('username'))}
-
+
- +
${h.text('email',class_='medium', readonly=c.readonly('email'))}
-
+
- +
${h.text('extern_type',class_='medium',readonly="readonly")}
-
+
- +
${h.text('extern_name',class_='medium',readonly="readonly")}
-
+
- +
${h.password('new_password',class_='medium',readonly=c.readonly('password'))}
-
+
- +
${h.password('password_confirmation',class_="medium",readonly=c.readonly('password'))}
-
+
- +
${h.text('firstname',class_='medium', readonly=c.readonly('firstname'))}
-
+
- +
${h.text('lastname',class_='medium', readonly=c.readonly('lastname'))}
-
+
- +
${h.checkbox('active',value=True, readonly=c.readonly('active'))}
-
+
- +
${h.checkbox('admin',value=True, readonly=c.readonly('admin'))} diff --git a/kallithea/templates/base/default_perms_box.html b/kallithea/templates/base/default_perms_box.html --- a/kallithea/templates/base/default_perms_box.html +++ b/kallithea/templates/base/default_perms_box.html @@ -8,10 +8,10 @@ ${h.form(form_url)}
-
-
+
+
- +
${h.checkbox('inherit_default_permissions',value=True)} @@ -23,9 +23,9 @@ ${h.form(form_url)}
-
+
- +
${h.checkbox('create_repo_perm',value=True)} @@ -35,9 +35,9 @@ ${h.form(form_url)}
-
+
- +
${h.checkbox('create_user_group_perm',value=True)} @@ -47,9 +47,9 @@ ${h.form(form_url)}
-
+
- +
${h.checkbox('fork_repo_perm',value=True)} diff --git a/kallithea/templates/changelog/changelog_summary_data.html b/kallithea/templates/changelog/changelog_summary_data.html --- a/kallithea/templates/changelog/changelog_summary_data.html +++ b/kallithea/templates/changelog/changelog_summary_data.html @@ -1,6 +1,6 @@ ## -*- coding: utf-8 -*- %if c.repo_changesets: - +
diff --git a/kallithea/templates/forks/fork.html b/kallithea/templates/forks/fork.html --- a/kallithea/templates/forks/fork.html +++ b/kallithea/templates/forks/fork.html @@ -20,11 +20,11 @@ ${self.repo_context_bar('createfork')} ${h.form(url('repo_fork_create_home',repo_name=c.repo_info.repo_name))}
-
+
-
+
- +
${h.text('repo_name',class_="small")} @@ -33,9 +33,9 @@ ${self.repo_context_bar('createfork')}
-
+
- +
${h.textarea('description')} @@ -43,9 +43,9 @@ ${self.repo_context_bar('createfork')}
-
+
- +
${h.select('repo_group','',c.repo_groups,class_="medium")} @@ -53,9 +53,9 @@ ${self.repo_context_bar('createfork')}
-
+
- +
${h.select('landing_rev','',c.landing_revs,class_="medium")} @@ -63,18 +63,18 @@ ${self.repo_context_bar('createfork')}
-
+
- +
${h.checkbox('private',value="True")} ${_('Private repositories are only visible to people explicitly added as collaborators.')}
-
+
- +
${h.checkbox('copy_permissions',value="True", checked="checked")} @@ -82,9 +82,9 @@ ${self.repo_context_bar('createfork')}
%if c.can_update: -
+
- +
${h.checkbox('update_after_clone',value="True")} diff --git a/kallithea/templates/password_reset.html b/kallithea/templates/password_reset.html --- a/kallithea/templates/password_reset.html +++ b/kallithea/templates/password_reset.html @@ -18,11 +18,11 @@ ${h.form(url('password_reset'))}
-
+
-
+
- +
${h.text('email')} @@ -30,9 +30,9 @@
%if c.captcha_active: -
+
- +
${h.hidden('recaptcha_field')} diff --git a/kallithea/templates/password_reset_confirmation.html b/kallithea/templates/password_reset_confirmation.html --- a/kallithea/templates/password_reset_confirmation.html +++ b/kallithea/templates/password_reset_confirmation.html @@ -24,28 +24,28 @@
-
-
+
+
- +
${h.text('token', class_='focus')}
-
+
- +
${h.password('password',class_='focus')}
-
+
- +
${h.password('password_confirm',class_='focus')} diff --git a/kallithea/templates/pullrequests/pullrequest.html b/kallithea/templates/pullrequests/pullrequest.html --- a/kallithea/templates/pullrequests/pullrequest.html +++ b/kallithea/templates/pullrequests/pullrequest.html @@ -24,29 +24,29 @@ ${self.repo_context_bar('showpullrequest
-
+
-
+
- +
${h.text('pullrequest_title',class_="large",placeholder=_('Summarize the changes - or leave empty'))}
-
+
- +
${h.textarea('pullrequest_desc',size=30,placeholder=_('Write a short description on this pull request'))}
-
+
- +
##ORG @@ -83,7 +83,7 @@ ${self.repo_context_bar('showpullrequest
-
+
${h.submit('save',_('Create Pull Request'),class_="btn btn-default")} ${h.reset('reset',_('Reset'),class_="btn btn-default")} diff --git a/kallithea/templates/pullrequests/pullrequest_data.html b/kallithea/templates/pullrequests/pullrequest_data.html --- a/kallithea/templates/pullrequests/pullrequest_data.html +++ b/kallithea/templates/pullrequests/pullrequest_data.html @@ -8,7 +8,7 @@ %endif
-
+
diff --git a/kallithea/templates/register.html b/kallithea/templates/register.html --- a/kallithea/templates/register.html +++ b/kallithea/templates/register.html @@ -18,55 +18,55 @@ ${h.form(url('register'))}
-
-
+
+
- +
${h.text('username',class_="medium")}
-
+
- +
${h.password('password',class_="medium")}
-
+
- +
${h.password('password_confirmation',class_="medium")}
-
+
- +
${h.text('firstname',class_="medium")}
-
+
- +
${h.text('lastname',class_="medium")}
-
+
- +
${h.text('email',class_="medium")} @@ -74,9 +74,9 @@
%if c.captcha_active: -
+
- +
${h.hidden('recaptcha_field')} diff --git a/kallithea/templates/search/search.html b/kallithea/templates/search/search.html --- a/kallithea/templates/search/search.html +++ b/kallithea/templates/search/search.html @@ -44,10 +44,10 @@ ${self.repo_context_bar('options')} ${h.form(h.url('search'),method='get')} %endif
-
+
- +
${h.text('q',c.cur_query,class_="small")}
@@ -57,7 +57,7 @@ ${self.repo_context_bar('options')}
${c.runtime}
-
+
diff --git a/kallithea/templates/summary/summary.html b/kallithea/templates/summary/summary.html --- a/kallithea/templates/summary/summary.html +++ b/kallithea/templates/summary/summary.html @@ -66,8 +66,8 @@ summary = lambda n:{False:'summary-short
-
-
+
+
@@ -80,14 +80,14 @@ summary = lambda n:{False:'summary-short
-
+
${h.urlify_text(c.db_repo.description, stylize=c.visual.stylify_metatags)}
-
+
@@ -103,7 +103,7 @@ summary = lambda n:{False:'summary-short
-
+
${_('Vote')}