root/tags/omega-1.0.0-rc3/gui/errordocs/bw_exceeded.html

Revision 930, 1.1 KB (checked in by rats, 14 months ago)

* Fixed #902: Default index and error pages css validation link

  • Fixed #835: Add awstats_updateall.pl to logrotate config
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5  <meta name="robots" content="noindex" />
6  <meta name="robots" content="nofollow" />
7  <title>ispCP OMEGA - Bandwidth Exceeded</title>
8  <link href="/errors/inc/errordocs.css" rel="stylesheet" type="text/css" />
9 </head>
10 <body>
11  <div id="zh">
12   <div id="content">
13    <h2>Bandwidth Exceeded!</h2>
14    <br />
15    <span class="path">Your request could not be completed because the customer's bandwidth limit was reached. This limit is reset weekly so you might want to try again in a few days.</span>
16   </div>
17  </div>
18  <div id="bottom"><p class="login"><a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="border:0;width:80px;height:15px" src="./inc/valid_css.jpg" alt="Valid CSS!" /></a>&nbsp;<a href="http://validator.w3.org/check?uri=referer"><img src="/errors/inc/valid_xhtml.jpg" alt="Valid XHTML 1.0 Strict" style="border:0;width:80px;height:15px" /></a></p></div>
19 </body>
20</html>
Note: See TracBrowser for help on using the browser.