⌈⌋ ⎇ branch:  freshcode


Check-in [f8be0a058e]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Updated description.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: f8be0a058edb094a603de9a0dcfd947ece333e0c
User & Date: mario 2014-11-26 23:49:26
Context
2014-11-29
09:26
Reveal incoming/ spool files in moderator stats. check-in: 638457a44c user: mario tags: trunk
2014-11-26
23:49
Updated description. check-in: f8be0a058e user: mario tags: trunk
23:40
Added contact mail address alternatively. check-in: 7095d32431 user: mario tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to page_error.php.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?php
/**
 * type: page
 * title: Error info
 * description: Generic error page
 * version: 0.1
 * license: -
 *
 * Frontpage.
 * Just shows the most recent projects and their released versions.
 *
 * Shows:
 *   → Recent projects and their released versions.
 *   → Visually trimmed descriptions and changelogs.
 *   → Small boxed tags.
 * Sidebar:
 *   → Newsfeeds (e.g. linux.com, /r/linux)
 * HTML:
 *   → RSS/Atom links for update feed comprised of all projects.
 *
 */


include("template/header.php");
?> <section id=main> <?php

print "<h2>Error</h2>\n";

print isset($error) ? "<p>$error</p>" : "<p>Some problem occured (entry not accessible etc.)</p>";


include("template/bottom.php");

?>








|
<
<
<
<
<
|
<
<
<
<









|





1
2
3
4
5
6
7
8
9





10




11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
/**
 * type: page
 * title: Error info
 * description: Generic error page
 * version: 0.1
 * license: -
 *
 * Drop-in page for generic error message





 * or anything pushed in via `$error`.




 *
 */


include("template/header.php");
?> <section id=main> <?php

print "<h2>Error</h2>\n";

print isset($error) ? "<p>$error</p>" : "<p>Sorry. Some problem occured (entry not accessible etc.)</p>";


include("template/bottom.php");

?>