{% extends "basepage.xhtml" %} {% block html_title %}Adjust Score{% endblock %} {% block head_css %} .sbar { padding:20px 0 20px 0; margin:0; text-align:center;} .searchquery { font-size:13px; margin-right:10px; padding: 4px 3px; vertical-align:middle; width:190px;} a.gpbutton { display:inline; margin: 0 auto; line-height:33px; font-size:13.5px; font-weight:bold; color:#fff; text-shadow:0px -1px 1px #666; padding:5px 8px; background:#818189; text-decoration: none; -webkit-border-radius:5px; -moz-border-radius:5px; white-space:nowrap; } .vmiddle { vertical-align:middle;} .message_p {text-align:center;font-size:14px;font-weight:bold;} {% endblock %} {% block page_content %}

ADJUST SCORE

{% if message %}

{{ message }}

{% endif %} {% if not type %}

Adjust the score of a player. Enter player name:

Submit
{% if player_name %} {% endif %}
{% endif %} {% ifequal type "q" %}

The current score of player {{ u|escape }} is {{ rating|escape }}. Enter new score:

Reason:

Submit
{% if player_name %} {% endif %}
{% endifequal %} {% endblock %}