<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>{$L_JOURNAL_OFFLINE}</title>
<link rel="stylesheet" type="text/css" href="templates/{$theme}/style.css"/>
</head>
<body>
<p> </p>
<table width="550" align="center" style="border:1px solid #aaaaaa; margin-top:6em;">
<tr>
<td width="60%" height="50" align="center">
<img src="images/journalness_logo_offline.jpg" alt="Journalness Logo" align="middle" />
</td>
</tr>
<tr>
<td align="center">
<h1 style="font-size:16px; padding:10px;">
{$journalnessConfig_sitename} - <span style="color: red;">{$L_JOURNAL_OFFLINE}</span>
</h1>
</td>
</tr>
<tr>
<td width="39%" align="center">
<p style="font-size:11px; padding:10px;">
{$journalnessConfig_offline_msg}
</p>
</td>
</tr>
</table>
</body>
</html>