<head> <title>{$blog->getBlog()}</title> <style> {literal} .secretBlogTitle { font-size: 18px; font-weight: bold; } {/literal} </style> </head>
<style> {literal} .secretBlogTitle { font-size: 18px; font-weight: bold; } {/literal} </style><span class="secretBlogTitle">{$locale->tr("secretblog_enter_password")}</span><p>{$locale->tr("secretblog_blog_is_password_protected")}</p><form name="password" action="{$url->getIndexUrl()}" method="post"> {$locale->tr("password")}: <input type="password" name="blogPassword" value="" /> <input type="hidden" name="blogId" value="{$blog->getId()}" /> <input type="submit" name="Send" value="{$locale->tr("secretblog_send")}" /> <input type="hidden" name="op" value="Default" /></form>