* replace deprecated HTML <font> tag with <span>

This commit is contained in:
slawkens
2018-06-01 13:35:27 +02:00
parent 1926c5ec5b
commit 05e15ce9ad
38 changed files with 267 additions and 267 deletions

View File

@@ -5,7 +5,7 @@
<input type="hidden" name="save" value="save" />
<table width="100%">
<tr bgcolor="{{ config.vdarkborder }}">
<td colspan="2"><font color="white"><b>Post New Reply</b></font></td>
<td colspan="2"><span style="color: white"><b>Post New Reply</b></span></td>
</tr>
<tr bgcolor="{{ config.darkborder }}">
<td width="180"><b>Character:</b></td>
@@ -23,7 +23,7 @@
<td><input type="text" name="topic" value="{{ post_topic|escape }}" size="40" maxlength="60" /> (Optional)</td>
</tr>
<tr bgcolor="{{ config.darkborder }}">
<td valign="top"><b>Message:</b><font size="1"><br />You can use:<br />[player]Nick[/player]<br />[url]http://address.com/[/url]<br />[img]http://images.com/images3.gif[/img]<br />[code]Code[/code]<br />[b]<b>Text</b>[/b]<br />[i]<i>Text</i>[/i]<br />[u]<u>Text</u>[/u]<br />and smileys:<br />;) , :) , :D , :( , :rolleyes:<br />:cool: , :eek: , :o , :p</font></td>
<td valign="top"><b>Message:</b><span style="font-size: 10px"><br />You can use:<br />[player]Nick[/player]<br />[url]http://address.com/[/url]<br />[img]http://images.com/images3.gif[/img]<br />[code]Code[/code]<br />[b]<b>Text</b>[/b]<br />[i]<i>Text</i>[/i]<br />[u]<u>Text</u>[/u]<br />and smileys:<br />;) , :) , :D , :( , :rolleyes:<br />:cool: , :eek: , :o , :p</span></td>
<td><textarea rows="10" cols="60" name="text">{{ post_text|escape }}</textarea><br />(Max. 15,000 letters)</td>
</tr>
<tr bgcolor="{{ config.lightborder }}">
@@ -49,7 +49,7 @@
<table width="100%">
<tr bgcolor="{{ config.vdarkborder }}">
<td colspan="2">
<font color="white"><b>Last 5 posts from thread: {{ topic|raw }}</b></font>
<span style="color: white"><b>Last 5 posts from thread: {{ topic|raw }}</b></span>
</td>
</tr>
{% set i = 0 %}