~midori/midori/trunk

« back to all changes in this revision

Viewing changes to midori/midori-view.c

  • Committer: Christian Dywan
  • Date: 2008-10-16 01:51:39 UTC
  • Revision ID: git-v1:7849f28e08811434bc61bbdfdc3b9fffb2b1f555
Display a shaded logo in error pages

Show diffs side-by-side

added added

removed removed

Lines of Context:
672
672
        data = g_strdup_printf (
673
673
            "<html><head><title>Not found - %s</title></head>"
674
674
            "<body><h1>Not found - %s</h1>"
 
675
            "<img src=\"file://" DATADIR "/midori/logo-shade.png\" "
 
676
            "style=\"position: absolute; right: 15px; bottom: 15px;\">"
675
677
            "<p />The page you were opening doesn't exist."
676
678
            "<p />Try to <a href=\"%s\">load the page again</a>, "
677
679
            "or move on to another page."
1393
1395
                data = g_strdup_printf (
1394
1396
                    "<html><head><title>No documentation installed</title></head>"
1395
1397
                    "<body><h1>No documentation installed</h1>"
 
1398
                    "<img src=\"file://" DATADIR "/midori/logo-shade.png\" "
 
1399
                    "style=\"position: absolute; right: 15px; bottom: 15px;\">"
1396
1400
                    "<p />There is no documentation installed at %s."
1397
1401
                    "You may want to ask your distribution or "
1398
1402
                    "package maintainer for it or if this a custom build "