diff options
author | junk | 2021-03-31 06:07:15 -0300 |
---|---|---|
committer | junk | 2021-04-08 14:14:40 -0400 |
commit | e9a0a02f9e17a7a03e39d066c8157285e774a376 (patch) | |
tree | f2792c6390d5560e66f85e9053968d7f27695c9a /cgi/templates/txt_thread.html | |
parent | f7baf0c69606d49c6be86d3f27bc88d9d58cd4ba (diff) | |
download | weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.gz weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.xz weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.zip |
Nuevos estilos
Diffstat (limited to 'cgi/templates/txt_thread.html')
-rw-r--r-- | cgi/templates/txt_thread.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cgi/templates/txt_thread.html b/cgi/templates/txt_thread.html index 18293c1..c8d70d1 100644 --- a/cgi/templates/txt_thread.html +++ b/cgi/templates/txt_thread.html @@ -20,6 +20,8 @@ <hr /> <?py if thread['length'] > 1000: ?> <div class="stop red">El hilo superó los 1000 mensajes y ha sido cerrado. Ya no se puede postear en él.</div> +<?py elif thread['length'] > 950: ?> + <div class="warn red">El hilo ha recibido más de 950 mensajes. Cuando llegue a 1000 será cerrado.</div> <?py elif thread['length'] > 900: ?> <div class="warn yellow">El hilo ha recibido más de 900 mensajes. Cuando llegue a 1000 será cerrado.</div> <?py #endif ?> |