| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="6"> | 2 <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="6"> |
| 3 <style type="text/css"> | 3 <style type="text/css"> |
| 4 a:link { color: #0000ff; } | 4 a:link { color: #0000ff; } |
| 5 a:vlink { color: #0000ff; } | 5 a:vlink { color: #0000ff; } |
| 6 a:alink { color: #0000ff; } | 6 a:alink { color: #0000ff; } |
| 7 div.status-message { | 7 div.status-message { |
| 8 margin-bottom: 1em; | 8 margin-bottom: 1em; |
| 9 padding: 0.5em; | 9 padding: 0.5em; |
| 10 font-weight: normal; | 10 font-weight: normal; |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 <a target="_blank" href="/">Login Required</a></div> | 46 <a target="_blank" href="/">Login Required</a></div> |
| 47 {% else %} | 47 {% else %} |
| 48 <a href="/" target="_blank"> | 48 <a href="/" target="_blank"> |
| 49 <div class="status-message {{ state }}">{{ message }} </div> | 49 <div class="status-message {{ state }}">{{ message }} </div> |
| 50 </a> | 50 </a> |
| 51 {% endif %} | 51 {% endif %} |
| 52 </center> | 52 </center> |
| 53 | 53 |
| 54 </body> | 54 </body> |
| 55 </html> | 55 </html> |
| OLD | NEW |