Jeremy Newman : add fatal error template

Jeremy Newman jnewman at winehq.org
Thu Apr 12 14:53:42 CDT 2012


Module: website
Branch: master
Commit: 80d2c79ceb6673e75c024f2b7499b4ce04182554
URL:    http://source.winehq.org/git/website.git/?a=commit;h=80d2c79ceb6673e75c024f2b7499b4ce04182554

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Thu Apr 12 14:27:04 2012 -0500

add fatal error template

---

 templates/en/global/fatal_error.template |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/templates/en/global/fatal_error.template b/templates/en/global/fatal_error.template
new file mode 100644
index 0000000..63603e9
--- /dev/null
+++ b/templates/en/global/fatal_error.template
@@ -0,0 +1,26 @@
+
+<style>
+#fatal_error {
+    width: 400px; margin: 10px 0 0 180px; padding: 100px;
+    font-family: courier;
+    background-color: blue; color: white;
+}
+#fatal_error h1  { margin: 0 100px 1em 100px; font-size: 14px; background-color: white; color: blue; text-align: center; }
+#fatal_error pre { font-family: courier; }
+</style>
+
+<div id="fatal_error" class="cornerround dropshadow">
+<h1>Fatal Error</h1>
+<p><b>Sorry</b>, there has been an internal error in our system. Your request
+could not be processed at this time.</p>
+<pre width="72" style="white-space: pre-wrap;">
+<b>Error:</b>  {$errstr}
+<b>No:</b>     {$errno}
+<b>Line:</b>   {$errline}
+<b>File:</b>   {$errfile}
+
+{$debug}
+</pre>
+<p class="center">Contact the <a href="mailto:web-admin at winehq.org">webmaster</a> if this error persists.</p>
+</div>
+




More information about the wine-cvs mailing list