{# Copyright The IETF Trust 2010, All Rights Reserved #} {% extends "base.html" %} {% load ietf_filters %} {% block title %}User settings{% endblock %} {% block content %}
Following settings are implemented using cookies, so if you have cookies disabled then you are not able to change the settings (everything still continues to work by using default settings).
How many days is considered new |
|||||
This setting affects how many days is considered new enough to get the special marking in the drafts page. Default setting is 14 days. |
|||||
{% if new_enough|equal:"7" %}7 days{%else%}7 days{% endif %} | {% if new_enough|equal:"14" %}14 days{%else%}14 days{% endif %} | {% if new_enough|equal:"21" %}21 days{%else%}21 days{% endif %} | {% if new_enough|equal:"30" %}30 days{%else%}30 days{% endif %} | {% if new_enough|equal:"60" %}60 days{%else%}60 days{% endif %} | {% if new_enough|equal:"90" %}90 days{%else%}90 days{% endif %} |
How many days is considered soon |
|||||
This setting tells what is considered soon when showing document which is going to be expire soon. Default setting is 14 days. |
|||||
{% if expires_soon|equal:"7" %}7 days{%else%}7 days{% endif %} | {% if expires_soon|equal:"14" %}14 days{%else%}14 days{% endif %} | {% if expires_soon|equal:"21" %}21 days{%else%}21 days{% endif %} | {% if expires_soon|equal:"30" %}30 days{%else%}30 days{% endif %} | {% if expires_soon|equal:"60" %}60 days{%else%}60 days{% endif %} | {% if expires_soon|equal:"90" %}90 days{%else%}90 days{% endif %} |
Show full document text in document page |
|||||
Show the full draft immediately on the document page instead of only showing beginning of it. This defaults to off. |
|||||
{% if full_draft|equal:"off" %}off{%else%}off{% endif %} | {% if full_draft|equal:"on" %}on{%else%}on{% endif %} |