Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: appengine/chromium_status/templates/base.html

Issue 778533003: Moved chromium_status to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-trans itional.dtd"> 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-trans itional.dtd">
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=utf-8"/> 4 <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
5 <title>{{ title }}</title> 5 <title>{{ title }}</title>
6 <link href="/stylesheets/style.css" type="text/css" rel="stylesheet"/> 6 <link href="/stylesheets/style.css" type="text/css" rel="stylesheet"/>
7 {% block extra_head %}{% endblock %} 7 {% block extra_head %}{% endblock %}
8 </head> 8 </head>
9 <body> 9 <body>
10 <center> 10 <center>
(...skipping 19 matching lines...) Expand all
30 <td valign="top" align="right"> 30 <td valign="top" align="right">
31 <b> {{ username }} </b> 31 <b> {{ username }} </b>
32 <br /><span name="date.datetz">{{current_UTC_time|date:"D, d M Y H:i :s T" }}</span> 32 <br /><span name="date.datetz">{{current_UTC_time|date:"D, d M Y H:i :s T" }}</span>
33 </td> 33 </td>
34 </tr> 34 </tr>
35 </table> 35 </table>
36 </center> 36 </center>
37 {% block content %}{% endblock %} 37 {% block content %}{% endblock %}
38 </body> 38 </body>
39 </html> 39 </html>
OLDNEW
« no previous file with comments | « appengine/chromium_status/templates/allstatus.html ('k') | appengine/chromium_status/templates/breakpad.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698