New prosilver style including new, own CSS file
212
contrib/update_board3portal_100rc1.xml
Normal file
@@ -0,0 +1,212 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<?xml-stylesheet type="text/xsl" href="../modx.prosilver.en.xsl"?>
|
||||||
|
<!--For security purposes, please check: http://www.phpbb.com/mods/ for the latest version of this MOD. Although MODs are checked before being allowed in the MODs Database there is no guarantee that there are no security problems within the MOD. No support will be given for MODs not found within the MODs Database which can be found at http://www.phpbb.com/mods/-->
|
||||||
|
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.0.1.xsd">
|
||||||
|
<header>
|
||||||
|
<license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>
|
||||||
|
<title lang="en-gb">board3 Portal</title>
|
||||||
|
<title lang="de">board3 Portal</title>
|
||||||
|
<description lang="en-gb">Adds a portal to your forum.
|
||||||
|
It has several boxes wich can be turned on an off in the ACP and certain settings.
|
||||||
|
|
||||||
|
Included language files:
|
||||||
|
» English (en)
|
||||||
|
» Czech (cs)
|
||||||
|
» Dutch (nl)
|
||||||
|
» German (de)
|
||||||
|
» Norwegian (nb)
|
||||||
|
» Turkish (tr)
|
||||||
|
|
||||||
|
This portal is based on the phpBB3 Portal a.k.a canverPortal ( www.phpbb3portal.com )
|
||||||
|
</description>
|
||||||
|
<description lang="de">Fügt ein Portal deinem Forum hinzu.
|
||||||
|
Es hat diverse Boxen, die über das ACP an- / abgeschaltet und eingestellt werden können.
|
||||||
|
|
||||||
|
Dieses Portal basiert auf dem phpBB3 Portal a.k.a canverPortal ( www.phpbb3portal.com )
|
||||||
|
</description>
|
||||||
|
<author-notes lang="en-gb">i hope you get everything working. Further developement, new boxes for the portal or questions are welcome at www.board3.de</author-notes>
|
||||||
|
<author-notes lang="de">Ich hoffe ihr habt Spaß am Portal. Neuen Code, bzw neue Boxen und Fragen könnt ihr auf www.board3.de posten.</author-notes>
|
||||||
|
<author-group>
|
||||||
|
<author>
|
||||||
|
<realname>Ice</realname>
|
||||||
|
<email></email>
|
||||||
|
<username>avaren</username>
|
||||||
|
<homepage>http://www.board3.de</homepage>
|
||||||
|
<contributions />
|
||||||
|
</author>
|
||||||
|
<author>
|
||||||
|
<realname>Kevin</realname>
|
||||||
|
<email></email>
|
||||||
|
<username>saint_hh</username>
|
||||||
|
<homepage>http://www.board3.de</homepage>
|
||||||
|
<contributions />
|
||||||
|
</author>
|
||||||
|
<author>
|
||||||
|
<realname>(N/A)</realname>
|
||||||
|
<email>nickvergessen@gmx.de</email>
|
||||||
|
<username>nickvergessen</username>
|
||||||
|
<homepage>http://mods.flying-bits.org/</homepage>
|
||||||
|
<contributions />
|
||||||
|
</author>
|
||||||
|
<author>
|
||||||
|
<realname>Walter</realname>
|
||||||
|
<email>w.bobeth@digitalfotografie-foren.de</email>
|
||||||
|
<username>Redbull254</username>
|
||||||
|
<homepage>http://www.digitalfotografie-foren.de</homepage>
|
||||||
|
<contributions />
|
||||||
|
</author>
|
||||||
|
<author>
|
||||||
|
<realname>Christian</realname>
|
||||||
|
<email></email>
|
||||||
|
<username>Christian_N</username>
|
||||||
|
<homepage>http://www.phpbb-projekt.de</homepage>
|
||||||
|
<contributions />
|
||||||
|
</author>
|
||||||
|
</author-group>
|
||||||
|
<mod-version>
|
||||||
|
<major>1</major>
|
||||||
|
<minor>0</minor>
|
||||||
|
<revision>0 RC1</revision>
|
||||||
|
</mod-version>
|
||||||
|
<installation>
|
||||||
|
<level>easy</level>
|
||||||
|
<time>600</time>
|
||||||
|
<target-version>
|
||||||
|
<target-primary>3.0.1</target-primary>
|
||||||
|
<target-major allow="exact">3</target-major>
|
||||||
|
<target-minor allow="exact">0</target-minor>
|
||||||
|
</target-version>
|
||||||
|
</installation>
|
||||||
|
<history>
|
||||||
|
<entry>
|
||||||
|
<date>2008-05-03</date>
|
||||||
|
<rev-version>
|
||||||
|
<major>1</major>
|
||||||
|
<minor>0</minor>
|
||||||
|
<revision>0 RC1</revision>
|
||||||
|
</rev-version>
|
||||||
|
<changelog lang="en-GB">
|
||||||
|
<change>Many bugfixes, view: http://www.board3.de/bugtracker/viewcat.php?c=6</change>
|
||||||
|
<change>Adaptions to phpBB 3.0.1</change>
|
||||||
|
<change>The link block can be edited in the ACP: add, delete links and order position</change>
|
||||||
|
<change>BBCode is now allowed in welcome message</change>
|
||||||
|
<change>Two custom blocks added, which can be filled with BBCode or HTML in the ACP. To use with ads, videos, images, whatever.</change>
|
||||||
|
<change>Complete rework of the News / Announcements. Implemented a achive system and pagnition. You can choose if you want to have the first or the newest post displayed in news.</change>
|
||||||
|
<change>Full MSSQL support</change>
|
||||||
|
<change>Forum list on the portal added</change>
|
||||||
|
<change>Show "Portal page" in "who is online"</change>
|
||||||
|
<change>Option to disable user permission check for News / Announcements</change>
|
||||||
|
<change>Style changer added</change>
|
||||||
|
<change>Attachment block: display attachments from one or more specific forums + attachments permission check added</change>
|
||||||
|
</changelog>
|
||||||
|
<changelog lang="de">
|
||||||
|
<change>Viele bugfixes, siehe: http://www.board3.de/bugtracker/viewcat.php?c=6</change>
|
||||||
|
<change>An phpBB 3.0.1 angepasst</change>
|
||||||
|
<change>Der Link Block kann nun über das ACP verwaltet werden: erstellen, löschen und positionieren von Links</change>
|
||||||
|
<change>Es kann nun BBCode in der Willkommens Nachricht benutzt werden</change>
|
||||||
|
<change>Zwei anpassbare Blöcke hinzu gefügt, die im ACP mit BBCode oder HTML gefüllt werden könen. Für Werbung, Videos, Bilder, was auch immer.</change>
|
||||||
|
<change>Aktuelle Beiträge und Bekanntmachungen wurden komplett überarbeitet. Es wurde ein Archivsystem und die Anzeige von Seitenzahlen hinzu gefügt. Zusätzlich kann man nun wählen ob man der Ersten oder Neuesten Beitrag bei den aktuellen Beiträgen angezeigt bekommen möchte.</change>
|
||||||
|
<change>MSSQL Unterstützung</change>
|
||||||
|
<change>Forum Liste auf dem Portal hinzugefügt</change>
|
||||||
|
<change>Anzeige "Betrachtet das Portal" in "Wer ist online?"</change>
|
||||||
|
<change>Option die Berechtigungsprüfung für aktuelle Beiträge / Bekanntmachungen ab zu stellen</change>
|
||||||
|
<change>"Mein Board-Style" hinzugefügt</change>
|
||||||
|
<change>Dateianhänge: Anhänge aus einem oder mehreren bestimmten Foren anzeigen lassen + Berechtigungsprüfung hinzugefügt.</change>
|
||||||
|
</changelog>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
<date>2008-02-03</date>
|
||||||
|
<rev-version>
|
||||||
|
<major>0</major>
|
||||||
|
<minor>2</minor>
|
||||||
|
<revision>1</revision>
|
||||||
|
</rev-version>
|
||||||
|
<changelog lang="en-GB">
|
||||||
|
<change>Fixed a news/announcements permissions bug</change>
|
||||||
|
<change>Fixed a bug when no news posts were viewable due to account permissions</change>
|
||||||
|
<change>Fixed a bug in announcements/news/polls due to shadow topics left after a topic is moved</change>
|
||||||
|
<change>No longer required to be a founder to update/install, just an admin with "board" permissions</change>
|
||||||
|
</changelog>
|
||||||
|
<changelog lang="de">
|
||||||
|
<change>Fehler in der Berechtigungserkennung bei den aktuellen Beiträgen / Bekanntmachungen gefixt</change>
|
||||||
|
<change>Fehler bei den aktuellen Beiträgen / Bekanntmachungen / Abstimmungen gefixt</change>
|
||||||
|
<change>Man braucht nun nicht mehr als Gründer angemeldet zu sein</change>
|
||||||
|
</changelog>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
<date>2008-02-03</date>
|
||||||
|
<rev-version>
|
||||||
|
<major>0</major>
|
||||||
|
<minor>2</minor>
|
||||||
|
<revision>0</revision>
|
||||||
|
</rev-version>
|
||||||
|
<changelog lang="en-GB">
|
||||||
|
<change>added subsilver2 templates (valid XHTML 1.0 Strict)</change>
|
||||||
|
<change>added upcoming birthdays, configurable in ACP / thanks to Kendoo</change>
|
||||||
|
<change>complete rewrite of the poll system - checking user permissions, multible polls and more</change>
|
||||||
|
<change>added forum names with link in news and announcements boxes</change>
|
||||||
|
<change>added portal log messages in the ACP</change>
|
||||||
|
<change>fixed several bugs: http://www.board3.de/bugtracker/viewcat.php?c=1</change>
|
||||||
|
<change>updated the MySQL installer</change>
|
||||||
|
</changelog>
|
||||||
|
<changelog lang="de">
|
||||||
|
<change>subsilver2 Templates hinzugefügt (valid XHTML 1.0 Strict)</change>
|
||||||
|
<change>Kommende Geburtstage, konfigurierbar im ACP / vielen Dank an Kendoo</change>
|
||||||
|
<change>Die Umfragen wurden komplett überarbeitet - Benutzer Berechtigungen werden geprüft, mehrere Abstimmungen sind möglich und mehr</change>
|
||||||
|
<change>Foren Namen mit Link in die aktuellen Beiträge und Bekanntmachungen hinzugefügt</change>
|
||||||
|
<change>Portal Log Meldungen im ACP hinzugefügt</change>
|
||||||
|
<change>Diverse Bugs gefixt: http://www.board3.de/bugtracker/viewcat.php?c=1</change>
|
||||||
|
<change>Der MySQL Installer wurde überarbeitet</change>
|
||||||
|
</changelog>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
<date>2008-01-15</date>
|
||||||
|
<rev-version>
|
||||||
|
<major>0</major>
|
||||||
|
<minor>1</minor>
|
||||||
|
<revision>0</revision>
|
||||||
|
</rev-version>
|
||||||
|
<changelog lang="en-GB">
|
||||||
|
<change>Changes from "phpBB3 Portal 1.1.0Beta" to "board3 Portal - based on phpBB3 Portal Version 1.0.0":</change>
|
||||||
|
<change>completet all missing ACP Control for several boxes</change>
|
||||||
|
<change>valid XHTML 1.0 Strict template</change>
|
||||||
|
<change>fixed several bugs</change>
|
||||||
|
<change>added several language variables</change>
|
||||||
|
<change>changed the language file path to /en/mods/</change>
|
||||||
|
<change>updated the install instructions</change>
|
||||||
|
<change>updated the MySQL installer</change>
|
||||||
|
</changelog>
|
||||||
|
<changelog lang="de">
|
||||||
|
<change>Änderungen von "phpBB3 Portal 1.1.0Beta" zu "board3 Portal - based on phpBB3 Portal Version 1.0.0":</change>
|
||||||
|
<change>Die ACP Verwaltung für diverse Boxen komplettiert</change>
|
||||||
|
<change>valid XHTML 1.0 Strict Template</change>
|
||||||
|
<change>Diverse Bugs gefixt</change>
|
||||||
|
<change>Diverse Sprachvariablen hinzugefügt</change>
|
||||||
|
<change>Pfad für die Sprachdateien ins Mod System integriert</change>
|
||||||
|
<change>Die Installationanweisungen komplett überarbeitet</change>
|
||||||
|
<change>Den MySQL Installer komplett überarbeitet</change>
|
||||||
|
</changelog>
|
||||||
|
</entry>
|
||||||
|
</history>
|
||||||
|
<meta name="generator" content="Phpbb.ModTeam.Tools (c#)" />
|
||||||
|
</header>
|
||||||
|
<action-group>
|
||||||
|
<copy>
|
||||||
|
<file from="root/install_portal/*.*" to="install_portal/*.*" />
|
||||||
|
<file from="root/install_portal/schemas/*.*" to="install_portal/schemas/*.*" />
|
||||||
|
<file from="root/portal/images/board3clock.swf" to="portal/images/board3clock.swf" />
|
||||||
|
<file from="root/styles/prosilver/template/portal/*.*" to="styles/prosilver/template/portal/*.*" />
|
||||||
|
<file from="root/styles/prosilver/template/portal/block/*.*" to="styles/prosilver/template/portal/block/*.*" />
|
||||||
|
<file from="root/styles/prosilver/template/portal/block/donation/*.*" to="styles/prosilver/template/portal/block/donation/*.*" />
|
||||||
|
<file from="root/styles/prosilver/theme/*.*" to="styles/prosilver/theme/*.*" />
|
||||||
|
</copy>
|
||||||
|
<open src="styles\prosilver\theme\stylesheet.css">
|
||||||
|
<edit>
|
||||||
|
<find><![CDATA[@import url("colours.css");]]></find>
|
||||||
|
<action type="after-add"><![CDATA[@import url("portal.css");]]></action>
|
||||||
|
</edit>
|
||||||
|
</open>
|
||||||
|
<diy-instructions lang="en-gb">Browse to install_portal/install.php and run the installer, after successfull installation delete the installer.</diy-instructions>
|
||||||
|
<diy-instructions lang="de">install_portal/install.php aufrufen und ausführen, nach erfolgreicher Installation löschen</diy-instructions>
|
||||||
|
</action-group>
|
||||||
|
</mod>
|
||||||
BIN
root/portal/images/board3clock.swf
Normal file
@@ -9,13 +9,13 @@
|
|||||||
<!-- BEGIN announcements_row -->
|
<!-- BEGIN announcements_row -->
|
||||||
<!-- IF announcements_row.S_NO_TOPICS -->
|
<!-- IF announcements_row.S_NO_TOPICS -->
|
||||||
<div class="post bg2">
|
<div class="post bg2">
|
||||||
<div class="inner"><span class="corners-top"><span></span></span>
|
<div class="inner"><span class="portal-corners-top-inner"><span></span></span>
|
||||||
<span style="text-align: center;"><strong>{L_NO_ANNOUNCEMENTS}</strong></span>
|
<span style="text-align: center;"><strong>{L_NO_ANNOUNCEMENTS}</strong></span>
|
||||||
<span class="corners-bottom"><span></span></span></div>
|
<span class="portal-corners-bottom-inner"><span></span></span></div>
|
||||||
</div>
|
</div>
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
<div class="post <!-- IF announcements_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
|
<div class="post <!-- IF announcements_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
|
||||||
<div class="inner"><span class="corners-top"><span></span></span>
|
<div class="inner"><span class="portal-corners-top-inner"><span></span></span>
|
||||||
<h4 class="first"><a name="a{announcements_row.A_ID}"></a><!-- IF announcements_row.S_UNREAD_INFO -->{NEWEST_POST_IMG}<!-- ELSE -->{READ_POST_IMG}<!-- ENDIF --> {announcements_row.ATTACH_ICON_IMG} <!-- IF announcements_row.S_POLL --> <strong>{L_POLL}: </strong><!-- ENDIF --><a href="{announcements_row.U_VIEW_COMMENTS}"><strong>{announcements_row.TITLE}</strong></a></h4>
|
<h4 class="first"><a name="a{announcements_row.A_ID}"></a><!-- IF announcements_row.S_UNREAD_INFO -->{NEWEST_POST_IMG}<!-- ELSE -->{READ_POST_IMG}<!-- ENDIF --> {announcements_row.ATTACH_ICON_IMG} <!-- IF announcements_row.S_POLL --> <strong>{L_POLL}: </strong><!-- ENDIF --><a href="{announcements_row.U_VIEW_COMMENTS}"><strong>{announcements_row.TITLE}</strong></a></h4>
|
||||||
<!-- IF announcements_row.PAGINATION --><strong class="pagination"><span>{announcements_row.PAGINATION}</span></strong><!-- ENDIF -->
|
<!-- IF announcements_row.PAGINATION --><strong class="pagination"><span>{announcements_row.PAGINATION}</span></strong><!-- ENDIF -->
|
||||||
<ul class="linklist">
|
<ul class="linklist">
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<span class="corners-bottom"><span></span></span></div>
|
<span class="portal-corners-bottom-inner"><span></span></span></div>
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- END announcements_row -->
|
<!-- END announcements_row -->
|
||||||
|
|||||||
@@ -1,21 +1,21 @@
|
|||||||
<!--version $Id$ //-->
|
<!--version $Id$ //-->
|
||||||
<div class="panel">
|
<div class="portal-panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="corners-top"><span></span></span>
|
<span class="portal-corners-top"><span></span></span>
|
||||||
<h3>{L_ATTACHMENTS}</h3>
|
<h3><img src="{T_THEME_PATH}/images/portal/portal_attach.gif" width="13px" height="18px" alt=""/> {L_ATTACHMENTS}</h3>
|
||||||
<!-- IF .attach -->
|
<!-- IF .attach -->
|
||||||
<span style="float:left;"><strong>{L_FILENAME}</strong></span><br />
|
<span style="float:left;"><strong>{L_FILENAME}</strong></span><br />
|
||||||
<!-- BEGIN attach -->
|
<!-- BEGIN attach -->
|
||||||
<span style="float:left;" class="gensmall"><img src="portal/images/icon_topic_attach.gif" alt="" /> <a href="viewtopic.php?p={attach.POST_MSG_ID}#p{attach.POST_MSG_ID}" ><strong>{attach.REAL_FILENAME}</strong></a></span><br style="clear:both" />
|
<span style="float:left;" class="portal-gensmall"><img src="portal/images/icon_topic_attach.gif" alt="" /> <a href="viewtopic.php?p={attach.POST_MSG_ID}#p{attach.POST_MSG_ID}" ><strong>{attach.REAL_FILENAME}</strong></a></span><br style="clear:both" />
|
||||||
<!-- <span style="float:right;padding-right:10px;" class="gensmall">{attach.FILESIZE}</span><br style="clear:both" /> -->
|
<!-- <span style="float:right;padding-right:10px;" class="portal-gensmall">{attach.FILESIZE}</span><br style="clear:both" /> -->
|
||||||
<span style="float:left;padding-right:10px;">{L_FILESIZE}:</span><span style="float:right;padding-right:10px;" class="gensmall"><strong>{attach.FILESIZE}</strong></span><br style="clear:both" />
|
<span style="float:left;padding-right:10px;">{L_FILESIZE}:</span><span style="float:right;padding-right:10px;" class="portal-gensmall"><strong>{attach.FILESIZE}</strong></span><br style="clear:both" />
|
||||||
<span style="float:left;padding-right:10px;">{L_DOWNLOADS}:</span><span style="float:right;padding-right:10px;" class="gensmall"><strong>{attach.DOWNLOAD_COUNT}</strong></span><br style="clear:both" />
|
<span style="float:left;padding-right:10px;">{L_DOWNLOADS}:</span><span style="float:right;padding-right:10px;" class="portal-gensmall"><strong>{attach.DOWNLOAD_COUNT}</strong></span><br style="clear:both" />
|
||||||
<hr />
|
<h4></h4>
|
||||||
<!-- END .attach -->
|
<!-- END .attach -->
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
<span style="float:left;" class="gensmall"><strong>{L_NO_ATTACHMENTS}</strong></span><br />
|
<span style="float:left;" class="portal-gensmall"><strong>{L_NO_ATTACHMENTS}</strong></span><br />
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="portal-corners-bottom"><span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br style="clear:both" />
|
<br style="clear:both" />
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
<!--version $Id$ //-->
|
<!--version $Id$ //-->
|
||||||
<div class="panel">
|
<div class="portal-panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="corners-top"><span></span></span>
|
<span class="portal-corners-top"><span></span></span>
|
||||||
<h3>{L_BIRTHDAYS}</h3>
|
<h3><img src="{T_THEME_PATH}/images/portal/portal_birthday.gif" width="18px" height="15px" alt=""/> {L_BIRTHDAYS}</h3>
|
||||||
<!-- IF BIRTHDAY_LIST -->
|
<!-- IF BIRTHDAY_LIST -->
|
||||||
<strong>{L_CONGRATULATIONS}:<br /> {BIRTHDAY_LIST}</strong>
|
<strong>{L_CONGRATULATIONS}:<br /> {BIRTHDAY_LIST}</strong>
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
{L_NO_BIRTHDAYS_AHEAD}
|
{L_NO_BIRTHDAYS_AHEAD}
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="portal-corners-bottom"><span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br style="clear:both" />
|
<br style="clear:both" />
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
<!--version $Id$ //-->
|
<!--version $Id$ //-->
|
||||||
<div class="panel">
|
<div class="portal-panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="corners-top"><span></span></span>
|
<span class="portal-corners-top"><span></span></span>
|
||||||
<h3>{L_BOARD_STYLE}</h3>
|
<h3><img src="{T_THEME_PATH}/images/portal/portal_style.gif" width="15px" height="18px" alt=""/> {L_BOARD_STYLE}</h3>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
<!--
|
<!--
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
</form>
|
</form>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="portal-corners-bottom"><span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br style="clear:both" />
|
<br style="clear:both" />
|
||||||
@@ -1,16 +1,16 @@
|
|||||||
<!--version $Id$ //-->
|
<!--version $Id$ //-->
|
||||||
<div class="panel">
|
<div class="portal-panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="corners-top"><span></span></span>
|
<span class="portal-corners-top"><span></span></span>
|
||||||
<h3>{L_CLOCK}</h3>
|
<h3><img src="{T_THEME_PATH}/images/portal/portal_clock.gif" width="18px" height="18px" alt=""/> {L_CLOCK}</h3>
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
<object type="application/x-shockwave-flash" data="portal/images/clock.swf" width="160" height="70">
|
<object type="application/x-shockwave-flash" data="portal/images/board3clock.swf" width="140" height="140">
|
||||||
<param name="wmode" value="transparent" />
|
<param name="wmode" value="transparent" />
|
||||||
<param name="movie" value="portal/images/clock.swf" />
|
<param name="movie" value="portal/images/board3clock.swf" />
|
||||||
</object>
|
</object>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="portal-corners-bottom"><span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br style="clear:both" />
|
<br style="clear:both" />
|
||||||
|
|||||||
@@ -6,11 +6,11 @@
|
|||||||
<li class="header"><dl><dt>{PORTAL_CUSTOM_CENTER_HEADLINE}</dt></dl></li>
|
<li class="header"><dl><dt>{PORTAL_CUSTOM_CENTER_HEADLINE}</dt></dl></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<div class="inner"><span class="corners-top"><span></span></span>
|
<div class="inner"><span class="portal-corners-top-inner"><span></span></span>
|
||||||
<div class="postbody" style="width: 100%">
|
<div class="postbody" style="width: 100%">
|
||||||
<div class="content">{PORTAL_CUSTOM_CENTER_CODE}</div>
|
<div class="content">{PORTAL_CUSTOM_CENTER_CODE}</div>
|
||||||
</div>
|
</div>
|
||||||
<span class="corners-bottom"><span></span></span></div>
|
<span class="portal-corners-bottom-inner"><span></span></span></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="corners-bottom"><span></span></span>
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
<!--version $Id$ //-->
|
<!--version $Id$ //-->
|
||||||
<div class="panel">
|
<div class="portal-panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="corners-top"><span></span></span>
|
<span class="portal-corners-top"><span></span></span>
|
||||||
<h3>{PORTAL_CUSTOM_SMALL_HEADLINE}</h3>
|
<h3><img src="{T_THEME_PATH}/images/portal/portal_menu.gif" width="18px" height="18px" alt=""/> {PORTAL_CUSTOM_SMALL_HEADLINE}</h3>
|
||||||
<div class="postbody" style="width: 100%">
|
<div class="postbody" style="width: 100%">
|
||||||
<div class="content">{PORTAL_CUSTOM_SMALL_CODE}</div>
|
<div class="content">{PORTAL_CUSTOM_SMALL_CODE}</div>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="portal-corners-bottom"><span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br style="clear:both" />
|
<br style="clear:both" />
|
||||||
@@ -1,10 +1,10 @@
|
|||||||
<!--version $Id$ //-->
|
<!--version $Id$ //-->
|
||||||
<div class="panel">
|
<div class="portal-panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="corners-top"><span></span></span>
|
<span class="portal-corners-top"><span></span></span>
|
||||||
<h3>{L_DONATION}</h3>
|
<h3><img src="{T_THEME_PATH}/images/portal/portal_paypal.gif" width="16px" height="18px" alt=""/> {L_DONATION}</h3>
|
||||||
<!-- INCLUDE portal/block/donation/paypal.html -->
|
<!-- INCLUDE portal/block/donation/paypal.html -->
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="portal-corners-bottom"><span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br style="clear:both" />
|
<br style="clear:both" />
|
||||||
@@ -1,12 +1,12 @@
|
|||||||
<!--version $Id$ //-->
|
<!--version $Id$ //-->
|
||||||
<div class="panel">
|
<div class="portal-panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="corners-top"><span></span></span>
|
<span class="portal-corners-top"><span></span></span>
|
||||||
<h3>{LAST_VISITED_BOTS}</h3>
|
<h3><img src="{T_THEME_PATH}/images/portal/portal_team.gif" width="18px" height="18px" alt=""/> {LAST_VISITED_BOTS}</h3>
|
||||||
<!-- BEGIN last_visited_bots -->
|
<!-- BEGIN last_visited_bots -->
|
||||||
<span class="genmed">{last_visited_bots.BOT_NAME}</span> <br /> <span class="gensmall">{last_visited_bots.LAST_VISIT_DATE}</span><hr />
|
<span class="genmed">{last_visited_bots.BOT_NAME}</span> <br /> <span class="gensmall">{last_visited_bots.LAST_VISIT_DATE}</span><hr />
|
||||||
<!-- END last_visited_bots -->
|
<!-- END last_visited_bots -->
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="portal-corners-bottom"><span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br style="clear:both" />
|
<br style="clear:both" />
|
||||||
@@ -1,15 +1,15 @@
|
|||||||
<!--version $Id$ //-->
|
<!--version $Id$ //-->
|
||||||
<div class="panel">
|
<div class="portal-panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="corners-top"><span></span></span>
|
<span class="portal-corners-top"><span></span></span>
|
||||||
<h3>{L_LATEST_MEMBERS}</h3>
|
<h3><img src="{T_THEME_PATH}/images/portal/portal_newmember.gif" width="20px" height="13px" alt=""/> {L_LATEST_MEMBERS}</h3>
|
||||||
<span style="float:left;"><strong>{L_USERNAME}</strong></span>
|
<span style="float:left;"><strong>{L_USERNAME}</strong></span>
|
||||||
<span style="float:right;padding-right:10px;"><strong>{L_JOINED}</strong></span><br />
|
<span style="float:right;padding-right:10px;"><strong>{L_JOINED}</strong></span><br />
|
||||||
<!-- BEGIN latest_members -->
|
<!-- BEGIN latest_members -->
|
||||||
<span style="float:left;"><img src="portal/images/member.gif" height="15" width="15" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;">{latest_members.USERNAME_FULL}</span>
|
<span style="float:left;"><img src="portal/images/member.gif" height="15" width="15" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;">{latest_members.USERNAME_FULL}</span>
|
||||||
<span style="float:right;padding-right:10px; padding-top:2px;">{latest_members.JOINED}</span><br style="clear:both" />
|
<span style="float:right;padding-right:10px; padding-top:2px;">{latest_members.JOINED}</span><br style="clear:both" />
|
||||||
<!-- END latest_members -->
|
<!-- END latest_members -->
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="portal-corners-bottom"><span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br style="clear:both" />
|
<br style="clear:both" />
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
<!--version $Id$ //-->
|
<!--version $Id$ //-->
|
||||||
<div class="panel">
|
<div class="portal-panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="corners-top"><span></span></span>
|
<span class="portal-corners-top"><span></span></span>
|
||||||
<h3>{L_THE_TEAM}</h3>
|
<h3><img src="{T_THEME_PATH}/images/portal/portal_team.gif" width="18px" height="18px" alt=""/> {L_THE_TEAM}</h3>
|
||||||
<strong>{L_ADMINISTRATORS}</strong><br />
|
<strong>{L_ADMINISTRATORS}</strong><br />
|
||||||
<!-- BEGIN admin -->
|
<!-- BEGIN admin -->
|
||||||
<span style="float:left;"><img src="portal/images/member.gif" height="15" width="15" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;"><strong>{admin.USERNAME_FULL}</strong></span><br style="clear:both" />
|
<span style="float:left;"><img src="portal/images/member.gif" height="15" width="15" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;"><strong>{admin.USERNAME_FULL}</strong></span><br style="clear:both" />
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
<!-- BEGINELSE -->
|
<!-- BEGINELSE -->
|
||||||
{L_NO_MODERATORS_P}
|
{L_NO_MODERATORS_P}
|
||||||
<!-- END mod -->
|
<!-- END mod -->
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="portal-corners-bottom"><span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br style="clear:both" />
|
<br style="clear:both" />
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
<!--version $Id$ //-->
|
<!--version $Id$ //-->
|
||||||
<div class="panel">
|
<div class="portal-panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="corners-top"><span></span></span>
|
<span class="portal-corners-top"><span></span></span>
|
||||||
<h3>{L_LINK_US}</h3>
|
<h3><img src="{T_THEME_PATH}/images/portal/portal_link_us.gif" width="18px" height="17px" alt=""/> {L_LINK_US}</h3>
|
||||||
{LINK_US_TXT}<br /><br />
|
{LINK_US_TXT}<br /><br />
|
||||||
<input type="text" tabindex="9" size="28" value="{U_LINK_US}" class="inputbox autowidth" onclick="this.focus();this.select();" /><br />
|
<input type="text" tabindex="9" size="28" value="{U_LINK_US}" class="inputbox autowidth" onclick="this.focus();this.select();" /><br />
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="portal-corners-bottom"><span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br style="clear:both" />
|
<br style="clear:both" />
|
||||||
@@ -1,10 +1,11 @@
|
|||||||
<!--version $Id$ //-->
|
<!--version $Id$ //-->
|
||||||
<div class="panel">
|
<div class="portal-panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="corners-top"><span></span></span>
|
<span class="portal-corners-top"><span></span></span>
|
||||||
<h3>{L_LINKS}</h3>
|
<h3><img src="{T_THEME_PATH}/images/portal/portal_linklist.gif" width="18px" height="18px" alt=""/> {L_LINKS}</h3>
|
||||||
<div class="panel" style="margin-bottom: 0px;">
|
<div class="portal-panel" style="margin-bottom: 0px;">
|
||||||
<ul class="ul-link">
|
<div class="arrowlistmenu">
|
||||||
|
<ul>
|
||||||
<!-- IF .link -->
|
<!-- IF .link -->
|
||||||
<!-- BEGIN link -->
|
<!-- BEGIN link -->
|
||||||
<li><a href="{link.URL}" title="{link.TEXT}">{link.TEXT}</a></li>
|
<li><a href="{link.URL}" title="{link.TEXT}">{link.TEXT}</a></li>
|
||||||
@@ -13,8 +14,9 @@
|
|||||||
<span style="float:left;" class="gensmall"><strong>{L_NO_LINKS}</strong></span><br />
|
<span style="float:left;" class="gensmall"><strong>{L_NO_LINKS}</strong></span><br />
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="portal-corners-bottom"><span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br style="clear:both" />
|
<br style="clear:both" />
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<!--version $Id$ //-->
|
<!--version $Id$ //-->
|
||||||
<form action="{S_LOGIN_ACTION}" method="post">
|
<form action="{S_LOGIN_ACTION}" method="post">
|
||||||
<div class="panel">
|
<div class="portal-panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="corners-top"><span></span></span>
|
<span class="portal-corners-top"><span></span></span>
|
||||||
<h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h3>
|
<h3><a href="{U_LOGIN_LOGOUT}"><img src="{T_THEME_PATH}/images/portal/portal_login.gif" width="17px" height="18px" alt=""/> {L_LOGIN_LOGOUT}</a></h3>
|
||||||
|
|
||||||
<span class="genmed">{L_USERNAME}:</span><br />
|
<span class="genmed">{L_USERNAME}:</span><br />
|
||||||
<input type="text" tabindex="1" name="username" id="username" size="25" value="" class="inputbox autowidth" /><br /><br />
|
<input type="text" tabindex="1" name="username" id="username" size="25" value="" class="inputbox autowidth" /><br /><br />
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
<input type="hidden" name="redirect" value="{U_PORTAL}" />
|
<input type="hidden" name="redirect" value="{U_PORTAL}" />
|
||||||
<input type="submit" name="login" tabindex="5" value="{L_LOGIN}" class="button1" />
|
<input type="submit" name="login" tabindex="5" value="{L_LOGIN}" class="button1" />
|
||||||
|
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="portal-corners-bottom"><span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
<!--version $Id$ //-->
|
<!--version $Id$ //-->
|
||||||
<div class="panel">
|
<div class="portal-panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="corners-top"><span></span></span>
|
<span class="portal-corners-top"><span></span></span>
|
||||||
<h3>{L_M_MENU}</h3>
|
<h3><img src="{T_THEME_PATH}/images/portal/portal_menu.gif" width="18px" height="18px" alt=""/> {L_M_MENU}</h3>
|
||||||
|
|
||||||
<div id="navigation" style="padding-top:0px">
|
<div class="portal-navigation">
|
||||||
|
|
||||||
|
|
||||||
<strong>{L_M_CONTENT}</strong>
|
<div class="menutitle">{L_M_CONTENT}</div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="{U_INDEX}">{L_INDEX}</a></li>
|
<li><a href="{U_INDEX}">{L_INDEX}</a></li>
|
||||||
<!-- IF S_DISPLAY_SEARCH -->
|
<!-- IF S_DISPLAY_SEARCH -->
|
||||||
@@ -25,9 +25,7 @@
|
|||||||
<li><a href="{U_ACP}">{L_M_ACP}</a></li>
|
<li><a href="{U_ACP}">{L_M_ACP}</a></li>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</ul>
|
</ul>
|
||||||
<br />
|
<div class="menutitle">{L_M_HELP}</div>
|
||||||
|
|
||||||
<strong>{L_M_HELP}</strong>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="{U_FAQ}">{L_FAQ}</a></li>
|
<li><a href="{U_FAQ}">{L_FAQ}</a></li>
|
||||||
<li><a href="{U_M_BBCODE}">{L_M_BBCODE}</a></li>
|
<li><a href="{U_M_BBCODE}">{L_M_BBCODE}</a></li>
|
||||||
@@ -36,7 +34,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="portal-corners-bottom"><span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br style="clear:both" />
|
<br style="clear:both" />
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
<!--version $Id$ //-->
|
<!--version $Id$ //-->
|
||||||
<div class="panel">
|
<div class="portal-panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="corners-top"><span></span></span>
|
<span class="portal-corners-top"><span></span></span>
|
||||||
<h3>{L_MINI_CAL_CALENDAR}</h3>
|
<h3><img src="{T_THEME_PATH}/images/portal/portal_calendar.gif" width="18px" height="15px" alt=""/> {L_MINI_CAL_CALENDAR}</h3>
|
||||||
|
|
||||||
<table width="100%" cellspacing="1">
|
<table width="100%" cellspacing="1">
|
||||||
<tr>
|
<tr>
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<!-- END mini_cal_row -->
|
<!-- END mini_cal_row -->
|
||||||
</table>
|
</table>
|
||||||
<hr />
|
<h4></h4>
|
||||||
|
|
||||||
<!-- IF .mini_cal_holiday -->
|
<!-- IF .mini_cal_holiday -->
|
||||||
<table class="tablebg" width="100%" cellspacing="1">
|
<table class="tablebg" width="100%" cellspacing="1">
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
</table>
|
</table>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="portal-corners-bottom"><span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br style="clear:both" />
|
<br style="clear:both" />
|
||||||
@@ -9,13 +9,13 @@
|
|||||||
<!-- BEGIN news_row -->
|
<!-- BEGIN news_row -->
|
||||||
<!-- IF news_row.S_NO_TOPICS -->
|
<!-- IF news_row.S_NO_TOPICS -->
|
||||||
<div class="post bg2">
|
<div class="post bg2">
|
||||||
<div class="inner"><span class="corners-top"><span></span></span>
|
<div class="inner"><span class="portal-corners-top-inner"><span></span></span>
|
||||||
<span style="text-align: center;"><strong>{L_NO_NEWS}</strong></span>
|
<span style="text-align: center;"><strong>{L_NO_NEWS}</strong></span>
|
||||||
<span class="corners-bottom"><span></span></span></div>
|
<span class="portal-corners-bottom-inner"><span></span></span></div>
|
||||||
</div>
|
</div>
|
||||||
<!-- ELSE -->
|
<!-- ELSE -->
|
||||||
<div class="post <!-- IF news_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
|
<div class="post <!-- IF news_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
|
||||||
<div class="inner"><span class="corners-top"><span></span></span>
|
<div class="inner"><span class="portal-corners-top-inner"><span></span></span>
|
||||||
<h4 class="first"><a name="n{news_row.N_ID}"></a><!-- IF news_row.S_UNREAD_INFO -->{NEWEST_POST_IMG}<!-- ELSE -->{READ_POST_IMG}<!-- ENDIF --> {news_row.ATTACH_ICON_IMG} <!-- IF news_row.S_POLL --><strong>{L_POLL}: </strong><!-- ENDIF --><a href="{news_row.U_LAST_COMMENTS}"><strong>{news_row.TITLE}</strong></a></h4>
|
<h4 class="first"><a name="n{news_row.N_ID}"></a><!-- IF news_row.S_UNREAD_INFO -->{NEWEST_POST_IMG}<!-- ELSE -->{READ_POST_IMG}<!-- ENDIF --> {news_row.ATTACH_ICON_IMG} <!-- IF news_row.S_POLL --><strong>{L_POLL}: </strong><!-- ENDIF --><a href="{news_row.U_LAST_COMMENTS}"><strong>{news_row.TITLE}</strong></a></h4>
|
||||||
<!-- IF news_row.PAGINATION --><strong class="pagination"><span>{news_row.PAGINATION}</span></strong><!-- ENDIF -->
|
<!-- IF news_row.PAGINATION --><strong class="pagination"><span>{news_row.PAGINATION}</span></strong><!-- ENDIF -->
|
||||||
<ul class="linklist">
|
<ul class="linklist">
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<span class="corners-bottom"><span></span></span></div>
|
<span class="portal-corners-bottom-inner"><span></span></span></div>
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- END news_row -->
|
<!-- END news_row -->
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<!--version $Id$ //-->
|
<!--version $Id$ //-->
|
||||||
<div class="panel">
|
<div class="portal-panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="corners-top"><span></span></span>
|
<span class="portal-corners-top"><span></span></span>
|
||||||
<h3>{L_FRIENDS}</h3>
|
<h3><img src="{T_THEME_PATH}/images/portal/portal_friends.gif" width="16px" height="16px" alt=""/> {L_FRIENDS}</h3>
|
||||||
<strong style="color:green">{L_FRIENDS_ONLINE}</strong><br />
|
<strong style="color:green">{L_FRIENDS_ONLINE}</strong><br />
|
||||||
<!-- BEGIN friends_online -->
|
<!-- BEGIN friends_online -->
|
||||||
<span style="float:left;"><img src="portal/images/member.gif" height="15" width="15" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;">{friends_online.USERNAME_FULL}</span><br style="clear:both" />
|
<span style="float:left;"><img src="portal/images/member.gif" height="15" width="15" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;">{friends_online.USERNAME_FULL}</span><br style="clear:both" />
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
<!-- BEGINELSE -->
|
<!-- BEGINELSE -->
|
||||||
<span style="float:left; padding-left:5px; padding-top:2px;">{L_NO_FRIENDS_OFFLINE}</span>
|
<span style="float:left; padding-left:5px; padding-top:2px;">{L_NO_FRIENDS_OFFLINE}</span>
|
||||||
<!-- END friends_offline -->
|
<!-- END friends_offline -->
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="portal-corners-bottom"><span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br style="clear:both" />
|
<br style="clear:both" />
|
||||||
@@ -1,13 +1,14 @@
|
|||||||
<!--version $Id$ //-->
|
<!--version $Id$ //-->
|
||||||
<div class="panel">
|
<div class="portal-panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="corners-top"><span></span></span>
|
<span class="portal-corners-top"><span></span></span>
|
||||||
<h3>{L_RND_MEMBER}</h3>
|
<h3><img src="{T_THEME_PATH}/images/portal/portal_random.gif" width="18px" height="18px" alt=""/> {L_RND_MEMBER}</h3>
|
||||||
<!-- BEGIN random_member -->
|
<!-- BEGIN random_member -->
|
||||||
<span style="float:left;"><img src="portal/images/member.gif" height="15" width="15" alt="{random_member.USERNAME}" /></span><span style="float:left; font-size:12px; padding-left:5px; padding-top:1px;">{random_member.USERNAME_FULL}</span><br style="clear:both" />
|
<div style="text-align: center;"><span style="font-size:12px; padding-top:1px; margin-bottom: 5px;">{random_member.USERNAME_FULL}</span><br style="clear:both" />
|
||||||
<!-- IF random_member.AVATAR_IMG --><a href="{random_member.U_VIEW_PROFILE}">{random_member.AVATAR_IMG}</a><br style="clear:both" /><!-- ENDIF -->
|
<!-- IF random_member.AVATAR_IMG --><a href="{random_member.U_VIEW_PROFILE}">{random_member.AVATAR_IMG}</a><br style="clear:both" /><!-- ENDIF -->
|
||||||
<!-- IF random_member.RANK_TITLE --><small>{random_member.RANK_TITLE}</small><br style="clear:both" /><!-- ENDIF -->
|
<!-- IF random_member.RANK_TITLE --><small>{random_member.RANK_TITLE}</small><br style="clear:both" /><!-- ENDIF -->
|
||||||
<!-- IF random_member.RANK_IMG -->{random_member.RANK_IMG}<br style="clear:both" /><!-- ENDIF -->
|
<!-- IF random_member.RANK_IMG -->{random_member.RANK_IMG}<br style="clear:both" /><!-- ENDIF -->
|
||||||
|
</div>
|
||||||
<br style="clear:both" />
|
<br style="clear:both" />
|
||||||
<span style="float:left;"><strong>{L_RND_JOIN}:</strong></span><span style="float:right;padding-right:10px;">{random_member.JOINED}</span><br style="clear:both" />
|
<span style="float:left;"><strong>{L_RND_JOIN}:</strong></span><span style="float:right;padding-right:10px;">{random_member.JOINED}</span><br style="clear:both" />
|
||||||
<span style="float:left;"><strong>{L_RND_POSTS}:</strong></span><span style="float:right;padding-right:10px;">{random_member.USER_POSTS}</span><br style="clear:both" />
|
<span style="float:left;"><strong>{L_RND_POSTS}:</strong></span><span style="float:right;padding-right:10px;">{random_member.USER_POSTS}</span><br style="clear:both" />
|
||||||
@@ -21,7 +22,7 @@
|
|||||||
<span style="float:left;"><a href="{random_member.U_WWW}" title="{random_member.U_WWW}"><strong>{L_RND_WWW}</strong></a></span><br style="clear:both" />
|
<span style="float:left;"><a href="{random_member.U_WWW}" title="{random_member.U_WWW}"><strong>{L_RND_WWW}</strong></a></span><br style="clear:both" />
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<!-- END random_member -->
|
<!-- END random_member -->
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="portal-corners-bottom"><span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br style="clear:both" />
|
<br style="clear:both" />
|
||||||
@@ -47,10 +47,10 @@ function qsearch_onSubmit()
|
|||||||
//-->
|
//-->
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="panel">
|
<div class="portal-panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="corners-top"><span></span></span>
|
<span class="portal-corners-top"><span></span></span>
|
||||||
<h3>{L_SEARCH}</h3>
|
<h3><img src="{T_THEME_PATH}/images/portal/portal_search.gif" width="18px" height="17px" alt=""/> {L_SEARCH}</h3>
|
||||||
<form id="qsearch_form" method="post" action="{U_SEARCH}" onsubmit="return qsearch_onSubmit();">
|
<form id="qsearch_form" method="post" action="{U_SEARCH}" onsubmit="return qsearch_onSubmit();">
|
||||||
<p>
|
<p>
|
||||||
<input type="text" tabindex="6" name="keywords" id="searchfield" size="22" maxlength="40" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
|
<input type="text" tabindex="6" name="keywords" id="searchfield" size="22" maxlength="40" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
|
||||||
@@ -65,7 +65,7 @@ function qsearch_onSubmit()
|
|||||||
<option value="wikipedia" style="background-color: #FEF2D6;">Wikipedia</option>
|
<option value="wikipedia" style="background-color: #FEF2D6;">Wikipedia</option>
|
||||||
<option value="google" style="background-color: #FEF2D6;">Google</option>
|
<option value="google" style="background-color: #FEF2D6;">Google</option>
|
||||||
<option value="yahoo" style="background-color: #FEF2D6;">Yahoo</option>
|
<option value="yahoo" style="background-color: #FEF2D6;">Yahoo</option>
|
||||||
<option value="msnlive" style="background-color: #FEF2D6;">MSNlive</option>
|
<option value="msnlive" style="background-color: #FEF2D6;">Msnlive</option>
|
||||||
<option value="altavista" style="background-color: #FEF2D6;">Altavista</option>
|
<option value="altavista" style="background-color: #FEF2D6;">Altavista</option>
|
||||||
<option value="lycos" style="background-color: #FEF2D6;">Lycos</option>
|
<option value="lycos" style="background-color: #FEF2D6;">Lycos</option>
|
||||||
<option value="odp" style="background-color: #FEF2D6;">Open directory</option>
|
<option value="odp" style="background-color: #FEF2D6;">Open directory</option>
|
||||||
@@ -77,7 +77,7 @@ function qsearch_onSubmit()
|
|||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
<p><a href="{U_SEARCH}">{L_SH_ADV}</a>
|
<p><a href="{U_SEARCH}">{L_SH_ADV}</a>
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="portal-corners-bottom"><span></span></span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<!--version $Id$ //-->
|
<!--version $Id$ //-->
|
||||||
<div class="panel">
|
<div class="portal-panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="corners-top"><span></span></span>
|
<span class="portal-corners-top"><span></span></span>
|
||||||
<h3>{L_STATISTICS}</h3>
|
<h3><img src="{T_THEME_PATH}/images/portal/portal_statistic.gif" width="18px" height="18px" alt=""/> {L_STATISTICS}</h3>
|
||||||
<!-- IF S_USER_LOGGED_IN -->
|
<!-- IF S_USER_LOGGED_IN -->
|
||||||
<!--
|
<!--
|
||||||
<strong>{L_ST_NEW}</strong><br />
|
<strong>{L_ST_NEW}</strong><br />
|
||||||
@@ -19,18 +19,18 @@
|
|||||||
{L_ST_TOP_STICKYS} <strong>{S_SCT}</strong><br />
|
{L_ST_TOP_STICKYS} <strong>{S_SCT}</strong><br />
|
||||||
{L_ST_TOT_ATTACH} <strong>{S_TOT_ATTACH}</strong><br />
|
{L_ST_TOT_ATTACH} <strong>{S_TOT_ATTACH}</strong><br />
|
||||||
|
|
||||||
<hr />
|
<h4></h4>
|
||||||
{TOPICS_PER_DAY}<br />
|
{TOPICS_PER_DAY}<br />
|
||||||
{POSTS_PER_DAY}<br />
|
{POSTS_PER_DAY}<br />
|
||||||
{USERS_PER_DAY}<br />
|
{USERS_PER_DAY}<br />
|
||||||
{TOPICS_PER_USER}<br />
|
{TOPICS_PER_USER}<br />
|
||||||
{POSTS_PER_USER}<br />
|
{POSTS_PER_USER}<br />
|
||||||
{POSTS_PER_TOPIC}<br />
|
{POSTS_PER_TOPIC}<br />
|
||||||
<hr />
|
<h4></h4>
|
||||||
|
|
||||||
{TOTAL_USERS}<br />
|
{TOTAL_USERS}<br />
|
||||||
{NEWEST_USER}
|
{NEWEST_USER}
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="portal-corners-bottom"><span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br style="clear:both" />
|
<br style="clear:both" />
|
||||||
@@ -1,15 +1,15 @@
|
|||||||
<!--version $Id$ //-->
|
<!--version $Id$ //-->
|
||||||
<div class="panel">
|
<div class="portal-panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="corners-top"><span></span></span>
|
<span class="portal-corners-top"><span></span></span>
|
||||||
<h3>{L_TOP_POSTER}</h3>
|
<h3><img src="{T_THEME_PATH}/images/portal/portal_topposter.gif" width="18px" height="14px" alt=""/> {L_TOP_POSTER}</h3>
|
||||||
<span style="float:left;"><strong>{L_USERNAME}</strong></span>
|
<span style="float:left;"><strong>{L_USERNAME}</strong></span>
|
||||||
<span style="float:right;padding-right:10px;"><strong>{L_POSTS}</strong></span><br />
|
<span style="float:right;padding-right:10px;"><strong>{L_POSTS}</strong></span><br />
|
||||||
<!-- BEGIN top_poster -->
|
<!-- BEGIN top_poster -->
|
||||||
<span style="float:left;"><img src="portal/images/member.gif" height="15" width="15" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;">{top_poster.USERNAME_FULL}</span>
|
<span style="float:left;"><img src="portal/images/member.gif" height="15" width="15" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;">{top_poster.USERNAME_FULL}</span>
|
||||||
<span style="float:right;padding-right:10px; padding-top:2px;"><a href="{top_poster.S_SEARCH_ACTION}">{top_poster.POSTER_POSTS}</a></span><br style="clear:both" />
|
<span style="float:right;padding-right:10px; padding-top:2px;"><a href="{top_poster.S_SEARCH_ACTION}">{top_poster.POSTER_POSTS}</a></span><br style="clear:both" />
|
||||||
<!-- END top_poster -->
|
<!-- END top_poster -->
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="portal-corners-bottom"><span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br style="clear:both" />
|
<br style="clear:both" />
|
||||||
@@ -1,31 +1,40 @@
|
|||||||
<!--version $Id$ //-->
|
<!--version $Id$ //-->
|
||||||
<div class="panel">
|
<div class="portal-panel">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<span class="corners-top"><span></span></span>
|
<span class="portal-corners-top"><span></span></span>
|
||||||
<h3>{L_USER_MENU}</h3>
|
<h3><img src="{T_THEME_PATH}/images/portal/portal_menu.gif" width="18px" height="18px" alt=""/> {L_USER_MENU}</h3>
|
||||||
<div style="font-size:1.1em;">
|
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
<a href="{U_VIEW_PROFILE}"><!-- IF USER_COLOR --><span style="color: {USER_COLOR}; font-weight: bold;"><!-- ELSE --><span><!-- ENDIF -->{USERNAME}</span></a><br /><br />
|
<a href="{U_VIEW_PROFILE}"><!-- IF USER_COLOR --><span style="color: {USER_COLOR}; font-weight: bold;"><!-- ELSE --><span><!-- ENDIF -->{USERNAME}</span></span></a><br /><br />
|
||||||
<a href="{U_PROFILE}"><!-- IF AVATAR_IMG -->{AVATAR_IMG}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF --></a>
|
<a href="{U_PROFILE}"><!-- IF AVATAR_IMG -->{AVATAR_IMG}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF --></a>
|
||||||
<!-- IF RANK_TITLE --><br /><small>{RANK_TITLE}</small><!-- ENDIF -->
|
<!-- IF RANK_TITLE --><br /><small>{RANK_TITLE}</small><!-- ENDIF -->
|
||||||
<!-- IF RANK_IMG --><br />{RANK_IMG}<!-- ENDIF -->
|
<!-- IF RANK_IMG --><br />{RANK_IMG}<!-- ENDIF -->
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
|
||||||
<!-- IF S_DISPLAY_SEARCH -->
|
|
||||||
<a href="{U_NEW_POSTS}">{L_NEW_POSTS}</a><br />
|
<div class="portal-navigation">
|
||||||
<a href="{U_SELF_POSTS}">{L_SELF_POSTS}</a><br />
|
|
||||||
<!-- ENDIF -->
|
<div class="menutitle">Allgemein</div>
|
||||||
<!-- IF U_UM_BOOKMARKS -->
|
<ul>
|
||||||
<a href="{U_UM_BOOKMARKS}">{L_UM_BOOKMARKS}</a><br />
|
|
||||||
<!-- ENDIF -->
|
<!-- IF S_DISPLAY_SEARCH -->
|
||||||
<a href="{U_UM_MAIN_SUBSCRIBED}">{L_UM_MAIN_SUBSCRIBED}</a><br />
|
<li><a href="{U_NEW_POSTS}">{L_NEW_POSTS}</a></li>
|
||||||
<!-- IF U_PRIVATE_MESSAGES -->
|
<li><a href="{U_SELF_POSTS}">{L_SELF_POSTS}</a></li>
|
||||||
<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>
|
<!-- ENDIF -->
|
||||||
<!-- ENDIF -->
|
<!-- IF U_UM_BOOKMARKS -->
|
||||||
<hr />
|
<li><a href="{U_UM_BOOKMARKS}">{L_UM_BOOKMARKS}</a></li>
|
||||||
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>
|
<!-- ENDIF -->
|
||||||
|
<li><a href="{U_UM_MAIN_SUBSCRIBED}">{L_UM_MAIN_SUBSCRIBED}</a></li>
|
||||||
|
<!-- IF U_PRIVATE_MESSAGES -->
|
||||||
|
<li><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a></li>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
</u1>
|
||||||
|
<div class="menutitle">Status</div>
|
||||||
|
<u1>
|
||||||
|
<li><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></li>
|
||||||
|
</u1>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="portal-corners-bottom"><span></span></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br style="clear:both" />
|
<br style="clear:both" />
|
||||||
|
|||||||
@@ -6,11 +6,11 @@
|
|||||||
<li class="header"><dl><dt>{L_WELCOME}</dt></dl></li>
|
<li class="header"><dl><dt>{L_WELCOME}</dt></dl></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
<div class="inner"><span class="corners-top"><span></span></span>
|
<div class="inner"><span class="portal-corners-top-inner"><span></span></span>
|
||||||
<div class="postbody" style="width: 100%">
|
<div class="postbody" style="width: 100%">
|
||||||
<div class="content">{PORTAL_WELCOME_INTRO}</div>
|
<div class="content">{PORTAL_WELCOME_INTRO}</div>
|
||||||
</div>
|
</div>
|
||||||
<span class="corners-bottom"><span></span></span></div>
|
<span class="portal-corners-bottom-inner"><span></span></span></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<span class="corners-bottom"><span></span></span>
|
<span class="corners-bottom"><span></span></span>
|
||||||
|
|||||||
BIN
root/styles/prosilver/theme/images/portal/arrowbullet.gif
Normal file
|
After Width: | Height: | Size: 102 B |
BIN
root/styles/prosilver/theme/images/portal/arrowbullet.png
Normal file
|
After Width: | Height: | Size: 179 B |
BIN
root/styles/prosilver/theme/images/portal/bg_list.gif
Normal file
|
After Width: | Height: | Size: 664 B |
BIN
root/styles/prosilver/theme/images/portal/bg_portalmenu.gif
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
root/styles/prosilver/theme/images/portal/bg_portalmenu1.gif
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
root/styles/prosilver/theme/images/portal/corners_left.gif
Normal file
|
After Width: | Height: | Size: 55 B |
BIN
root/styles/prosilver/theme/images/portal/corners_left.png
Normal file
|
After Width: | Height: | Size: 195 B |
BIN
root/styles/prosilver/theme/images/portal/corners_left1.gif
Normal file
|
After Width: | Height: | Size: 55 B |
BIN
root/styles/prosilver/theme/images/portal/corners_left1.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
root/styles/prosilver/theme/images/portal/corners_right.gif
Normal file
|
After Width: | Height: | Size: 56 B |
BIN
root/styles/prosilver/theme/images/portal/corners_right.png
Normal file
|
After Width: | Height: | Size: 201 B |
BIN
root/styles/prosilver/theme/images/portal/corners_right1.gif
Normal file
|
After Width: | Height: | Size: 56 B |
BIN
root/styles/prosilver/theme/images/portal/corners_right1.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
root/styles/prosilver/theme/images/portal/portal_attach.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
root/styles/prosilver/theme/images/portal/portal_birthday.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
root/styles/prosilver/theme/images/portal/portal_calendar.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
root/styles/prosilver/theme/images/portal/portal_clock.gif
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
root/styles/prosilver/theme/images/portal/portal_friends.gif
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
root/styles/prosilver/theme/images/portal/portal_hr.gif
Normal file
|
After Width: | Height: | Size: 228 B |
BIN
root/styles/prosilver/theme/images/portal/portal_link_us.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
root/styles/prosilver/theme/images/portal/portal_linklist.gif
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
root/styles/prosilver/theme/images/portal/portal_login.gif
Normal file
|
After Width: | Height: | Size: 995 B |
BIN
root/styles/prosilver/theme/images/portal/portal_menu.gif
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
root/styles/prosilver/theme/images/portal/portal_newmember.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
root/styles/prosilver/theme/images/portal/portal_paypal.gif
Normal file
|
After Width: | Height: | Size: 634 B |
BIN
root/styles/prosilver/theme/images/portal/portal_random.gif
Normal file
|
After Width: | Height: | Size: 615 B |
BIN
root/styles/prosilver/theme/images/portal/portal_search.gif
Normal file
|
After Width: | Height: | Size: 1013 B |
BIN
root/styles/prosilver/theme/images/portal/portal_statistic.gif
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
root/styles/prosilver/theme/images/portal/portal_style.gif
Normal file
|
After Width: | Height: | Size: 1012 B |
BIN
root/styles/prosilver/theme/images/portal/portal_team.gif
Normal file
|
After Width: | Height: | Size: 1009 B |
BIN
root/styles/prosilver/theme/images/portal/portal_topposter.gif
Normal file
|
After Width: | Height: | Size: 581 B |
217
root/styles/prosilver/theme/portal.css
Normal file
@@ -0,0 +1,217 @@
|
|||||||
|
/* Board3Portal Stylesheet.
|
||||||
|
--------------------------------------------------------------
|
||||||
|
Style name: Board3Portal
|
||||||
|
Based on style: proSilver (this is the default phpBB 3 style)
|
||||||
|
Author: Christian Henseler (http://www.graphich-corner.ch) pfotenwelt
|
||||||
|
|
||||||
|
Copyright 2008 www.graphich-corner.ch und www.board3.de
|
||||||
|
--------------------------------------------------------------
|
||||||
|
*/
|
||||||
|
* {
|
||||||
|
/* Reset browsers default margin, padding and font sizes */
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal-panel {
|
||||||
|
background-color: #DDE9F0;
|
||||||
|
color: #28313F;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
padding: 0 10px;
|
||||||
|
color: #3f3f3f;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal-panel h3 {
|
||||||
|
margin: 0.5em 0;
|
||||||
|
border-bottom:solid 1px #0076B1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal-panel p {
|
||||||
|
font-size: 1.2em;
|
||||||
|
margin-bottom: 1em;
|
||||||
|
line-height: 1.4em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal-panel h4 {
|
||||||
|
margin: 0.4em 0;
|
||||||
|
border-bottom: 1px #3366CC dashed;
|
||||||
|
}
|
||||||
|
/* Round cornered boxes and backgrounds
|
||||||
|
---------------------------------------- */
|
||||||
|
* html span.portal-corners-top, * html span.portal-corners-bottom {
|
||||||
|
background-image: url("{T_THEME_PATH}/images/portal/corners_left.gif");
|
||||||
|
}
|
||||||
|
* html span.portal-corners-top span, * html span.portal-corners-bottom span {
|
||||||
|
background-image: url("{T_THEME_PATH}/images/portal/corners_right.gif");
|
||||||
|
}
|
||||||
|
|
||||||
|
span.portal-corners-top {
|
||||||
|
background-image: url("{T_THEME_PATH}/images/portal/corners_left.png");
|
||||||
|
background-position: 0 0;
|
||||||
|
margin: 0 -10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.portal-corners-top span {
|
||||||
|
background-image: url("{T_THEME_PATH}/images/portal/corners_right.png");
|
||||||
|
background-position: 100% 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.portal-corners-bottom {
|
||||||
|
background-image: url("{T_THEME_PATH}/images/portal/corners_left.png");
|
||||||
|
background-position: 0 100%;
|
||||||
|
margin: 0 -10px;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
span.portal-corners-bottom span {
|
||||||
|
background-image: url("{T_THEME_PATH}/images/portal/corners_right.png");
|
||||||
|
background-position: 100% 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.portal-corners-top, span.portal-corners-bottom, span.portal-corners-top span, span.portal-corners-bottom span {
|
||||||
|
font-size: 1px;
|
||||||
|
line-height: 1px;
|
||||||
|
display: block;
|
||||||
|
height: 5px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel span.portal-corners-top, .panel span.portal-corners-bottom {
|
||||||
|
margin: 0 -10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*inner corners*/
|
||||||
|
|
||||||
|
* html span.portal-corners-top-inner, * html span.portal-corners-bottom-inner {
|
||||||
|
background-image: url("{T_THEME_PATH}/images/portal/corners_left1.gif");
|
||||||
|
}
|
||||||
|
* html span.portal-corners-top-inner span, * html span.portal-corners-bottom-inner span {
|
||||||
|
background-image: url("{T_THEME_PATH}/images/portal/corners_right1.gif");
|
||||||
|
}
|
||||||
|
|
||||||
|
span.portal-corners-top-inner {
|
||||||
|
background-image: url("{T_THEME_PATH}/images/portal/corners_left1.png");
|
||||||
|
background-position: 0 0;
|
||||||
|
margin: 0 -10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.portal-corners-top-inner span {
|
||||||
|
background-image: url("{T_THEME_PATH}/images/portal/corners_right1.png");
|
||||||
|
background-position: 100% 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.portal-corners-bottom-inner {
|
||||||
|
background-image: url("{T_THEME_PATH}/images/portal/corners_left1.png");
|
||||||
|
background-position: 0 100%;
|
||||||
|
margin: 0 -10px;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
span.portal-corners-bottom-inner span {
|
||||||
|
background-image: url("{T_THEME_PATH}/images/portal/corners_right1.png");
|
||||||
|
background-position: 100% 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.portal-corners-top-inner, span.portal-corners-bottom-inner, span.portal-corners-top-inner span, span.portal-corners-bottom-inner span {
|
||||||
|
font-size: 1px;
|
||||||
|
line-height: 1px;
|
||||||
|
display: block;
|
||||||
|
height: 5px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel span.portal-corners-top-inner, .panel span.portal-corners-bottom-inner {
|
||||||
|
margin: 0 -10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*Portal-menu*/
|
||||||
|
|
||||||
|
.portal-navigation{
|
||||||
|
border: 1px solid black;
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal-navigation ul{
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
list-style: none;
|
||||||
|
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal-navigation li a{
|
||||||
|
display: block;
|
||||||
|
padding: 3px 0;
|
||||||
|
padding-left: 9px;
|
||||||
|
width: auto; /*185px minus all left/right paddings and margins*/
|
||||||
|
text-decoration: none;
|
||||||
|
color: white;
|
||||||
|
background-color: #11A1E8;
|
||||||
|
background-image: url("{T_THEME_PATH}/images/portal/bg_portalmenu.gif");
|
||||||
|
border-bottom: 1px solid #90bade;
|
||||||
|
border-left: 7px solid #6ACEFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
* html #portal-navigation li a{ /*IE only */
|
||||||
|
width: auto; /*IE 5*/
|
||||||
|
w\idth: auto; /*185px minus all left/right paddings and margins*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal-navigation li a:hover {
|
||||||
|
background-color: #2586d7;
|
||||||
|
background-image: url("{T_THEME_PATH}/images/portal/bg_portalmenu1.gif");
|
||||||
|
border-left-color: #AA0000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.portal-navigation div.menutitle{
|
||||||
|
color: #000000;
|
||||||
|
border-bottom: 1px solid #6ACEFF;
|
||||||
|
padding: 1px 0;
|
||||||
|
padding-left: 5px;
|
||||||
|
background-color: #6ACEFF;
|
||||||
|
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Portal linkblock*/
|
||||||
|
|
||||||
|
.arrowlistmenu{
|
||||||
|
width: auto; /*width of menu*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrowlistmenu ul{
|
||||||
|
list-style-type: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrowlistmenu ul li{
|
||||||
|
padding-bottom: 2px; /*bottom spacing between menu items*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrowlistmenu ul li a{
|
||||||
|
color: #A70303;
|
||||||
|
background-image: url("{T_THEME_PATH}/images/portal/arrowbullet.gif");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center left; /*custom bullet list image*/
|
||||||
|
display: block;
|
||||||
|
padding: 2px 0;
|
||||||
|
padding-left: 19px; /*link text is indented 19px*/
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: bold;
|
||||||
|
border-bottom: 1px solid #AA0000;
|
||||||
|
font-size: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrowlistmenu ul li a:visited{
|
||||||
|
color: #A70303;
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
|
||||||
|
color: #0076B1;
|
||||||
|
background-color: #B9CBD2;
|
||||||
|
}
|
||||||