~george-edison55/aubrowser/trunk

« back to all changes in this revision

Viewing changes to resource/error.html

  • Committer: Nathan Osman
  • Date: 2010-11-15 04:34:02 UTC
  • Revision ID: admin@quickmediasolutions.com-20101115043402-381mkw5dued6c82l
Reorganized thread code, made HTML into template, and added toolbar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html>
2
 
<body style="background-color: #eee; margin: 0px;">
3
 
 <div style="background-color: #fff; border: 1px solid #ddd; min-height: 97%; width: 610px; padding: 5px; margin-left: auto; margin-right: auto;">
4
 
  <img src="qrc:/images/logo.png" style="width: 600px; height: 120px;" />
5
 
  <hr />
6
 
  <br /><br /><br /><br />
7
 
  <p>There was an error opening the file "data/posts.xml".</p>
 
2
<head>
 
3
 <link rel="stylesheet" type="text/css" href="qrc:/static/style.css" />
 
4
</head>
 
5
<body>
 
6
 <div id="topbar">
 
7
  <img src="qrc:/images/logo.png" id="logo" />
 
8
  <hr /><br />
 
9
  <p class="title">Error:</p>
 
10
  <p class="description">There was an error opening the file "data/posts.xml".</p>
8
11
 </div>
9
12
</body>
10
13
</html>