1
0
mirror of http://aero2k.de/repos/dfde-theme.git synced 2017-09-06 15:25:40 +02:00

init via Paket von feltel (von timo salmen für 3.1)

https://debianforum.de/forum/viewtopic.php?f=5&t=158531&p=1069091#p1069091
This commit is contained in:
Thorsten S
2017-07-02 20:36:07 +02:00
commit 192636463e
270 changed files with 15841 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<!-- INCLUDE simple_header.html -->
<script type="text/javascript">
// <![CDATA[
/**
* Jump to inbox
*/
function jump_to_inbox(url)
{
opener.document.location.href = url.replace(/&amp;/g, '&');
window.close();
}
// ]]>
</script>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="content">
<p><!-- IF S_NOT_LOGGED_IN -->{L_LOGIN_CHECK_PM}<!-- ELSE -->{MESSAGE}<br /><br />{CLICK_TO_VIEW}<!-- ENDIF --></p>
<p class="small"><a href="#" onclick="window.close(); return false;">{L_CLOSE_WINDOW}</a></p>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- INCLUDE simple_footer.html -->