Changes for phpbb 3.3.0
BIN
styles/all/theme/images/portal/portal_weather.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
styles/dark_vision/theme/images/portal/board3clock.swf
Normal file
BIN
styles/dark_vision/theme/images/portal/icon_portal_search.gif
Normal file
|
After Width: | Height: | Size: 873 B |
BIN
styles/dark_vision/theme/images/portal/spacer_down.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
styles/dark_vision/theme/images/portal/spacer_up.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
597
styles/dark_vision/theme/portal.css
Normal file
@@ -0,0 +1,597 @@
|
||||
/* main menu, user menu and the links */
|
||||
|
||||
.content li {
|
||||
list-style-type: inherit !important;
|
||||
}
|
||||
|
||||
a {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.portal-navigation{
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.portal-navigation ul{
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
|
||||
}
|
||||
|
||||
.portal-navigation ul li{
|
||||
padding-bottom: 2px; /*bottom spacing between menu items*/
|
||||
}
|
||||
|
||||
.portal-navigation ul li a{
|
||||
display: block;
|
||||
padding: 2px 0;
|
||||
font-weight: bold;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.portal-navigation div.menutitle{
|
||||
padding: 1px 0;
|
||||
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
|
||||
font-size: 12px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.portal-navigation hr.dashed:last-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.rtl .portal-navigation .menutitle {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.calendar-info {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.portal-events li.row
|
||||
{
|
||||
border-top: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.portal-user-span {
|
||||
float: left;
|
||||
padding-left: 5px;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.rtl .portal-user-span {
|
||||
float: right;
|
||||
padding: 2px 5px 0 0;
|
||||
}
|
||||
|
||||
.portal-user-annotation {
|
||||
float: right;
|
||||
padding-top: 2px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.rtl .portal-user-annotation {
|
||||
float: left;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.portal-title-span {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.rtl .portal-title-span {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.rtl .portal-title-link {
|
||||
float: right;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
.portal-text-span {
|
||||
float: left;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.rtl .portal-text-span {
|
||||
float: right;
|
||||
padding-right: 0;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.portal-data-span {
|
||||
float: right;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.rtl .portal-data-span {
|
||||
float: left;
|
||||
padding-right: 0;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.portal-module-postbody {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.portal-module-content {
|
||||
min-height: 1em;
|
||||
}
|
||||
|
||||
.portal-stylechanger-select {
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
.portal-whois-online-content {
|
||||
border-left: 0 !important;
|
||||
}
|
||||
.portal-whois-online-content p {
|
||||
margin: 0 5px 0 5px;
|
||||
}
|
||||
|
||||
.portal-donation-center-content {
|
||||
border-left: 0;
|
||||
}
|
||||
|
||||
.portal-donation-center-content > div {
|
||||
text-align: left;
|
||||
margin: 5px 5px 5px 5px;
|
||||
}
|
||||
|
||||
.portal-donation-form {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.portal-centered-content {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.portal-read-all-link {
|
||||
float: right;
|
||||
margin: 0 0 5px 0;
|
||||
}
|
||||
|
||||
.portal-module-postbody .post:not(:last-child) {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
a.portal-forumtitle {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.portal-random-member-name {
|
||||
font-size: 12px;
|
||||
padding-top: 1px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.portal-recent-column {
|
||||
width: 33%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.portal-paypal-icon {
|
||||
background-image: url("../../all/theme/images/portal/paypal.gif");
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 73px;
|
||||
padding-top: 44px;
|
||||
float: left;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.portal-poll-subtext {
|
||||
font-size: 1.0em !important;
|
||||
width: 10em;
|
||||
}
|
||||
|
||||
.portal-poll-vote {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.portal-poll-side-option dt {
|
||||
width: 30% !important;
|
||||
}
|
||||
|
||||
.portal-poll-side-option dt:first-child {
|
||||
width: 60% !important;
|
||||
}
|
||||
|
||||
.portal-poll-side-option-info {
|
||||
width: 58% !important;
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
.portal-poll-side-checkbox {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.portal-poll-side-checkbox input {
|
||||
vertical-align: top;
|
||||
margin-left: 39px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Calendar CSS rules
|
||||
*/
|
||||
.portal-calendar-go-previous {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.portal-calendar-current-month {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.portal-calendar-go-next {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.portal-calendar-days-title td, .portal-calendar-days td {
|
||||
width: 14%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.portal-calendar-days-title span {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.portal-calendar-days td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.portal-calendar-events-heading {
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.portal-calendar-event-listing {
|
||||
width: 100%;
|
||||
padding-left: 0;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.portal-calendar-event-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.portal-calendar-event-description {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.portal-calendar-divider {
|
||||
margin: 5px 0;
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Replacement for table layout
|
||||
*/
|
||||
#portal-left, #portal-right {
|
||||
position: relative;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.rtl #portal-left, .rtl #portal-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#portal-center-wrapper {
|
||||
width: 100%;
|
||||
float: left;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#portal-center-wrapper .panel, #portal-center-wrapper .post,
|
||||
#portal-top .panel, #portal-top .post,
|
||||
#portal-bottom .panel, #portal-bottom .post
|
||||
{
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.rtl #portal-center-wrapper {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#portal-column-area {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#portal-left {
|
||||
margin-left: -100%;
|
||||
}
|
||||
|
||||
.rtl #portal-left {
|
||||
margin-right: -100%;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* top spacing between portal body table and headerbar spacing is usually 10px
|
||||
*/
|
||||
#portal-body {
|
||||
padding-top: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.portal-side {
|
||||
text-align: left;
|
||||
margin: 5px 5px 5px 5px
|
||||
}
|
||||
|
||||
.rtl .portal-side {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.portal-side-wrapper {
|
||||
border-left: 0 !important;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*
|
||||
* This is needed in order to have the same spacing between blocks
|
||||
* as we have between the top blocks and the headerbar
|
||||
*/
|
||||
#portal-left .forabg, #portal-center .forabg,
|
||||
#portal-right .forabg, #portal-top .forabg,
|
||||
#portal-bottom .forabg {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#portal-body td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#portal-body .row .pagination {
|
||||
margin: 2px 2px 0px 0;
|
||||
}
|
||||
|
||||
#portal-body #viewpoll {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
#portal-left li, #portal-center li,
|
||||
#portal-right li, #portal-top li,
|
||||
#portal-bottom li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.portal-news-pagination {
|
||||
line-height: 2em;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.portal-news-pagination .pagination {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
/**
|
||||
* margin spacing as in default prosilver for the forumlist
|
||||
*/
|
||||
#portal-forumlist .forabg {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.portal-no-margin {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.portal-clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* RTL language fixes */
|
||||
.rtl .portal-navigation ul li a{
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Portal clock
|
||||
-------------------------------------- */
|
||||
.portal-clock-wrapper {
|
||||
text-align: center;
|
||||
min-height: 5em;
|
||||
margin: 0 10%;
|
||||
/* set a fixed height to get rid of the trembling clock in IE9 */
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.rtl .portal-clock-wrapper {
|
||||
/* Arabic clocks are ltr */
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.portal-clock {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.portal-clock-spacer-up {
|
||||
content: url("./images/portal/spacer_up.png");
|
||||
}
|
||||
|
||||
.portal-clock-spacer-down {
|
||||
content: url("./images/portal/spacer_down.png");
|
||||
}
|
||||
|
||||
.portal-clock * img {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.portal-clock-front, .portal-clock-back {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.portal-clock-front-upper div {
|
||||
height: 21px;
|
||||
position: absolute;
|
||||
vertical-align: bottom;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.portal-clock-front-lower div {
|
||||
height: 20px;
|
||||
position: absolute;
|
||||
vertical-align: top;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.portal-clock-back-upper div {
|
||||
position: absolute;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.portal-clock-back-lower div {
|
||||
position: absolute;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.portal-clock-back-seconds-up-left, .portal-clock-back-seconds-up-right,
|
||||
.portal-clock-front-minutes-up-left, .portal-clock-front-minutes-up-right,
|
||||
.portal-clock-back-minutes-up-left, .portal-clock-back-minutes-up-right,
|
||||
.portal-clock-front-seconds-up-left, .portal-clock-front-seconds-up-right,
|
||||
.portal-clock-back-minutes-down-left, .portal-clock-back-minutes-down-right,
|
||||
.portal-clock-back-seconds-down-left, .portal-clock-back-seconds-down-right,
|
||||
.portal-clock-front-minutes-down-left, .portal-clock-front-minutes-down-right,
|
||||
.portal-clock-front-seconds-down-left, .portal-clock-front-seconds-down-right {
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
background-position: 0 0;
|
||||
background: url("../../all/theme/images/portal/portal_clock_single.png") no-repeat;
|
||||
}
|
||||
|
||||
/* Minutes start
|
||||
-------------------------------------- */
|
||||
.portal-clock-back-minutes-up-left{
|
||||
background-position: 0 0;
|
||||
margin: 0 0 0 43px;
|
||||
}
|
||||
|
||||
.portal-clock-back-minutes-up-right {
|
||||
background-position: 0 -43px;
|
||||
margin: 0 0 0 64px;
|
||||
}
|
||||
|
||||
.portal-clock-front-minutes-up-left {
|
||||
background-position: 0 0;
|
||||
margin: 0 0 0 43px;
|
||||
}
|
||||
|
||||
.portal-clock-front-minutes-up-right {
|
||||
background-position: 0 -43px;
|
||||
margin: 0 0 0 63px;
|
||||
}
|
||||
|
||||
.portal-clock-back-minutes-down-left{
|
||||
background-position: 0 -22px;
|
||||
margin: 21px 0 0 43px;
|
||||
}
|
||||
|
||||
.portal-clock-back-minutes-down-right {
|
||||
background-position: 0 -65px;
|
||||
margin: 21px 0 0 64px;
|
||||
}
|
||||
|
||||
.portal-clock-front-minutes-down-left {
|
||||
background-position: 0 -22px;
|
||||
margin: 21px 0 0 42px;
|
||||
}
|
||||
|
||||
.portal-clock-front-minutes-down-right {
|
||||
background-position: 0 -65px;
|
||||
margin: 21px 0 0 63px;
|
||||
}
|
||||
|
||||
/* Seconds start
|
||||
---------------------------------------- */
|
||||
.portal-clock-back-seconds-up-left{
|
||||
background-position: 0 0;
|
||||
margin: 0 0 0 85px;
|
||||
}
|
||||
|
||||
.portal-clock-back-seconds-up-right {
|
||||
background-position: 0 -43px;
|
||||
margin: 0 0 0 106px;
|
||||
}
|
||||
|
||||
.portal-clock-front-seconds-up-left {
|
||||
background-position: 0 0;
|
||||
margin: 0 0 0 84px;
|
||||
}
|
||||
|
||||
.portal-clock-front-seconds-up-right {
|
||||
background-position: 0 -43px;
|
||||
margin: 0 0 0 105px;
|
||||
}
|
||||
|
||||
.portal-clock-back-seconds-down-left{
|
||||
background-position: 0 -22px;
|
||||
margin: 21px 0 0 85px;
|
||||
}
|
||||
|
||||
.portal-clock-back-seconds-down-right {
|
||||
background-position: 0 -65px;
|
||||
margin: 21px 0 0 106px;
|
||||
}
|
||||
|
||||
.portal-clock-front-seconds-down-left {
|
||||
background-position: 0 -22px;
|
||||
margin: 21px 0 0 84px;
|
||||
}
|
||||
|
||||
.portal-clock-front-seconds-down-right {
|
||||
background-position: 0 -65px;
|
||||
margin: 21px 0 0 105px;
|
||||
}
|
||||
|
||||
/* Hours start
|
||||
---------------------------------------- */
|
||||
.portal-clock-back-hours-up, .portal-clock-front-hours-up {
|
||||
width: 42px;
|
||||
height: 21px;
|
||||
background: url("../../all/theme/images/portal/portal_clock_double.png") no-repeat;
|
||||
background-position: 0 0;
|
||||
vertical-align: bottom;
|
||||
display: inline-block;
|
||||
margin: 0 0 0 0;
|
||||
}
|
||||
|
||||
.portal-clock-back-hours-down, .portal-clock-front-hours-down {
|
||||
width: 42px;
|
||||
height: 20px;
|
||||
background: url("../../all/theme/images/portal/portal_clock_double.png") no-repeat;
|
||||
background-position: 0 -44px;
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
margin: 21px 0 0 0;
|
||||
}
|
||||
|
||||
@media all\0 {
|
||||
.portal-clock-back-hours-down, .portal-clock-front-hours-down {
|
||||
margin-left: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
.fa-backward, .fa-forward {
|
||||
color: #3499ff;
|
||||
font-size: 1.4em;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.fa-user {
|
||||
color: #ce8600;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.icon_portal_search {
|
||||
background-image: url("../../dark_vision/theme/images/portal/icon_portal_search.gif") !important;
|
||||
background-position: left 1px;
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 17px;
|
||||
}
|
||||
104
styles/dark_vision/theme/portal_responsive.css
Normal file
@@ -0,0 +1,104 @@
|
||||
@media only screen and (max-width: 1040px), only screen and (max-device-width: 1040px)
|
||||
{
|
||||
.responsive-portal-announcements dd.views { display: none !important; }
|
||||
dd.responsive-portal-announcements { display: none !important; }
|
||||
|
||||
.responsive-portal-announcements dd.posts, .responsive-portal-announcements dd.views {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
dt#a { width: 125% !important; }
|
||||
.responsive-portal-announcements dt { width: 130% !important; }
|
||||
dd.responsive-portal-news { display: none !important; }
|
||||
|
||||
.responsive-portal-news dd.posts, .responsive-portal-news dd.views {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.responsive-portal-news dt { width: 130% !important; }
|
||||
dt#n { width: 125% !important; }
|
||||
.topiclist .topics, .topiclist .posts { display: none !important; }
|
||||
#portal-forumlist dl.icon dt { width: 125% !important; }
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 895px), only screen and (max-device-width: 895px)
|
||||
{
|
||||
div#portal-right {
|
||||
width: 49% !important;
|
||||
margin-left: 1% !important;
|
||||
}
|
||||
|
||||
div#portal-left {
|
||||
width: 50% !important;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
.rtl div#portal-right {
|
||||
margin-left: 0 !important;
|
||||
margin-right: 1% !important;
|
||||
}
|
||||
|
||||
.rtl div#portal-left {
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
div#portal-center {
|
||||
margin-right: 0 !important;
|
||||
margin-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
.responsive-portal-news dt { width: 100% !important; }
|
||||
.responsive-portal-announcements dt { width: 100% !important; }
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
||||
{
|
||||
.responsive-portal-news dd.lastpost, .responsive-portal-announcements dd.lastpost { display: none !important; }
|
||||
.responsive-portal-news dt .list-inner, .responsive-portal-announcements dt .list-inner { margin-right: 0 !important; }
|
||||
.responsive-portal-news dt, .responsive-portal-announcements dt { width: 100% !important; }
|
||||
dt#n, dt#a { width: 100% !important; }
|
||||
|
||||
.portal-responsive-poll .resultbar {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.portal-responsive-poll dt { width: 45% !important; }
|
||||
.portal-responsive-poll dd {
|
||||
width: 45% !important;
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
.row .pagination .ellipsis + li {
|
||||
display: inline !important;
|
||||
}
|
||||
|
||||
#portal-forumlist dl.icon dt { width: 100% !important; }
|
||||
#portal-left ul.topiclist dd, #portal-right ul.topiclist dd { display: block !important; }
|
||||
.portal-responsive-show { display: block !important; }
|
||||
.portal-responsive-hide { display: none !important; }
|
||||
#portal-body { padding-top: 0 !important; }
|
||||
#portal-right > .portal-clear, #portal-body > .portal-clear, #portal-left > .portal-clear,
|
||||
#portal-center > .portal-clear, #portal-login-box .portal-clear { display: none !important; }
|
||||
#portal-right { width: 50% !important; }
|
||||
#portal-left { width: 50% !important; }
|
||||
#portal-center {
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
.b3p-jumpbox {
|
||||
margin: 15px auto;
|
||||
}
|
||||
.b3p-copyright {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
.portal-news-pagination .pagination {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
<!-- IF U_PORTAL --><span class="crumb"><a href="{U_PORTAL}" data-navbar-reference="portal">{L_PORTAL}</a></span><!-- ENDIF -->
|
||||
<!-- IF U_PORTAL --><span class="crumb"><a href="{U_PORTAL}" data-navbar-reference="portal"><i class="icon fa-university fa-fw" aria-hidden="true"></i><span>{L_PORTAL}</span></a></span><!-- ENDIF -->
|
||||
@@ -1 +1 @@
|
||||
<!-- IF U_PORTAL --><span class="crumb"><a href="{U_PORTAL}" data-navbar-reference="portal">{L_PORTAL}</a></span><!-- ENDIF -->
|
||||
<!-- IF U_PORTAL --><span class="crumb"><a href="{U_PORTAL}" data-navbar-reference="portal"><i class="icon fa-university fa-fw" aria-hidden="true"></i><span>{L_PORTAL}</span></a></span><!-- ENDIF -->
|
||||
@@ -6,13 +6,13 @@
|
||||
|
||||
<!-- Config for the center blocks //-->
|
||||
<!-- DEFINE $C_BLOCK_H_L = '<div class="forabg" role="row"><div class="inner"><ul class="topiclist"><li class="header"><dl class="row-item"><dt>' -->
|
||||
<!-- DEFINE $C_BLOCK_H_R = '</dt><dd></dd></dl></li></ul>' -->
|
||||
<!-- DEFINE $C_BLOCK_F_L = ' ' -->
|
||||
<!-- DEFINE $C_BLOCK_H_R = '</dt><dd></dd></dl></li></ul><ul class="portal blocks">' -->
|
||||
<!-- DEFINE $C_BLOCK_F_L = '</ul>' -->
|
||||
<!-- DEFINE $C_BLOCK_F_R = '</div></div><br class="portal-clear" />' -->
|
||||
|
||||
<!-- Config for compact blocks //-->
|
||||
<!-- DEFINE $CC_BLOCK_H_L = '<div class="forabg" role="row"><div class="inner"><ul class="topiclist"><li class="header"><dl class="row-item">' -->
|
||||
<!-- DEFINE $CC_BLOCK_H_R = '</dl></li></ul>' -->
|
||||
<!-- DEFINE $CC_BLOCK_H_R = '</dl></li></ul><ul class="portal blocks">' -->
|
||||
|
||||
<!-- Images-URL //-->
|
||||
<!-- DEFINE $NO_AVATAR_IMG = '/images/no_avatar.gif' -->
|
||||
|
||||
@@ -3,57 +3,57 @@
|
||||
<!-- BEGIN announcements -->
|
||||
<!-- IF announcements.MODULE_ID eq $MODULE_ID -->
|
||||
<!-- BEGIN center_row -->
|
||||
<!-- IF announcements.center_row.S_NO_TOPICS -->
|
||||
<div class="post bg2">
|
||||
<div class="inner">
|
||||
<span><strong>{L_NO_ANNOUNCEMENTS}</strong></span>
|
||||
<!-- ELSE -->
|
||||
<div class="post <!-- IF announcements.center_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --> portal-no-margin">
|
||||
<div class="inner">
|
||||
<h4 class="first">
|
||||
<a <!-- IF announcements.center_row.S_FIRST_ROW -->id="a_{$MODULE_ID}" <!-- ENDIF -->name="a_{$MODULE_ID}_{announcements.center_row.A_ID}"></a><!-- IF announcements.center_row.S_UNREAD_INFO --><a class="unread" href="{announcements.center_row.U_VIEW_UNREAD}" title="{postrow.MINI_POST}"><!-- ELSE --><a href="{announcements.center_row.U_LAST_COMMENTS}"><!-- ENDIF -->
|
||||
<i class="icon fa-file fa-fw <!-- IF announcements.center_row.S_UNREAD_INFO -->icon-red<!-- ELSE -->icon-lightgray<!-- ENDIF --> icon-md" aria-hidden="true"></i><span class="sr-only">{postrow.MINI_POST}</span>
|
||||
</a>
|
||||
<a <!-- IF announcements.center_row.S_FIRST_ROW -->id="a_{$MODULE_ID}" <!-- ENDIF -->name="a_{$MODULE_ID}_{announcements.center_row.A_ID}"></a><!-- IF announcements.center_row.S_UNREAD_INFO --><a class="unread" href="{announcements.center_row.U_VIEW_UNREAD}" title="{postrow.MINI_POST}"><!-- ELSE --><a href="{announcements.center_row.U_LAST_COMMENTS}"></a><!-- ENDIF --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- IF announcements.center_row.S_POLL --><i class="icon fa-bar-chart fa-fw" aria-hidden="true"></i> <!-- ENDIF --><!-- IF announcements.center_row.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{announcements.center_row.POST_ICON_IMG}" width="{announcements.center_row.POST_ICON_IMG_WIDTH}" height="{announcements.center_row.POST_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="{announcements.center_row.U_VIEW_COMMENTS}"><strong>{announcements.center_row.TITLE}</strong></a>
|
||||
</h4>
|
||||
<!-- IF announcements.center_row.PAGINATION --><strong class="pagination"><span>{announcements.center_row.PAGINATION}</span></strong><!-- ENDIF -->
|
||||
<ul class="linklist">
|
||||
<li>{L_POSTED} {L_POST_BY_AUTHOR}{L_COLON} {announcements.center_row.POSTER_FULL} » {announcements.center_row.TIME}</li>
|
||||
<li class="rightside"><!-- IF announcements.center_row.FORUM_NAME -->{L_FORUM}{L_COLON} <strong><a href="{announcements.center_row.U_VIEWFORUM}">{announcements.center_row.FORUM_NAME}</a></strong><!-- ELSE -->{L_GLOBAL_ANNOUNCEMENT}<!-- ENDIF --></li>
|
||||
</ul>
|
||||
<!-- IF not $S_POSTBODY_TOP --><div class="postbody portal-module-postbody"><!-- ENDIF -->
|
||||
<div class="content">
|
||||
<br />{announcements.center_row.TEXT}
|
||||
</div>
|
||||
<!-- IF announcements.center_row.S_HAS_ATTACHMENTS -->
|
||||
<dl class="attachbox">
|
||||
<dt>{L_ATTACHMENTS}</dt>
|
||||
<!-- BEGIN attachment -->
|
||||
<dd>{announcements.center_row.attachment.DISPLAY_ATTACHMENT}</dd>
|
||||
<!-- END attachment -->
|
||||
</dl>
|
||||
<!-- ENDIF -->
|
||||
<br class="portal-clear" />
|
||||
<span class="portal-title-span">{L_TOPIC_VIEWS}{L_COLON} {announcements.center_row.TOPIC_VIEWS} • <a href="{announcements.center_row.U_VIEW_COMMENTS}" title="{L_VIEW_COMMENTS}">{L_COMMENTS}{L_COLON} {announcements.center_row.REPLIES}</a> • <a href="{announcements.center_row.U_POST_COMMENT}">{L_POST_REPLY}</a></span>
|
||||
<span class="portal-read-all-link">{announcements.center_row.OPEN}<a href="{announcements.center_row.U_READ_FULL}">{announcements.center_row.L_READ_FULL}</a>{announcements.center_row.CLOSE}</span>
|
||||
<div class="back2top">
|
||||
<a href="#top" class="top" title="{L_BACK_TO_TOP}">
|
||||
<i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i>
|
||||
<span class="sr-only">{L_BACK_TO_TOP}</span>
|
||||
</a>
|
||||
</div>
|
||||
<!-- IF announcements.center_row.S_NOT_LAST --><br class="portal-clear" /><!-- ENDIF -->
|
||||
<!-- IF announcements.center_row.S_LAST_ROW and (announcements.AP_PAGINATION or announcements.TOTAL_ANNOUNCEMENTS) -->
|
||||
<hr class="dashed" />
|
||||
<div class="pagination">
|
||||
{announcements.TOTAL_ANNOUNCEMENTS}
|
||||
<!-- IF announcements.AP_PAGE_NUMBER --><!-- IF announcements.AP_PAGINATION --> • {announcements.AP_PAGE_NUMBER} • {announcements.AP_PAGINATION}<!-- ELSE --> • {announcements.AP_PAGE_NUMBER}<!-- ENDIF --><!-- ENDIF -->
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF not $S_POSTBODY_TOP --></div><!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- IF announcements.center_row.S_NO_TOPICS -->
|
||||
<div class="post bg2">
|
||||
<div class="inner">
|
||||
<span><strong>{L_NO_ANNOUNCEMENTS}</strong></span>
|
||||
<!-- ELSE -->
|
||||
<div class="post <!-- IF announcements.center_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --> portal-no-margin">
|
||||
<div class="inner">
|
||||
<h4 class="first">
|
||||
<a <!-- IF announcements.center_row.S_FIRST_ROW -->id="a_{$MODULE_ID}" <!-- ENDIF -->name="a_{$MODULE_ID}_{announcements.center_row.A_ID}"></a><!-- IF announcements.center_row.S_UNREAD_INFO --><a class="unread" href="{announcements.center_row.U_VIEW_UNREAD}" title="{postrow.MINI_POST}"><!-- ELSE --><a href="{announcements.center_row.U_LAST_COMMENTS}"><!-- ENDIF -->
|
||||
<i class="icon fa-file fa-fw <!-- IF announcements.center_row.S_UNREAD_INFO -->icon-red<!-- ELSE -->icon-lightgray<!-- ENDIF --> icon-md" aria-hidden="true"></i><span class="sr-only">{postrow.MINI_POST}</span>
|
||||
</a>
|
||||
<a <!-- IF announcements.center_row.S_FIRST_ROW -->id="a_{$MODULE_ID}" <!-- ENDIF -->name="a_{$MODULE_ID}_{announcements.center_row.A_ID}"></a><!-- IF announcements.center_row.S_UNREAD_INFO --><a class="unread" href="{announcements.center_row.U_VIEW_UNREAD}" title="{postrow.MINI_POST}"><!-- ELSE --><a href="{announcements.center_row.U_LAST_COMMENTS}"></a><!-- ENDIF --><!-- IF announcements.center_row.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{announcements.center_row.POST_ICON_IMG}" width="{announcements.center_row.POST_ICON_IMG_WIDTH}" height="{announcements.center_row.POST_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="{announcements.center_row.U_VIEW_COMMENTS}"><strong>{announcements.center_row.TITLE}</strong></a>
|
||||
</h4>
|
||||
<!-- IF announcements.center_row.PAGINATION --><strong class="pagination"><span>{announcements.center_row.PAGINATION}</span></strong><!-- ENDIF -->
|
||||
<ul class="linklist">
|
||||
<li>{L_POSTED} {L_POST_BY_AUTHOR}{L_COLON} {announcements.center_row.POSTER_FULL} » <a href="{announcements.center_row.U_LAST_COMMENTS}" title="{L_GOTO_LAST_POST}"> {announcements.center_row.TIME}</a></li>
|
||||
<li class="rightside"><!-- IF announcements.center_row.FORUM_NAME -->{L_FORUM}{L_COLON} <strong><a href="{announcements.center_row.U_VIEWFORUM}">{announcements.center_row.FORUM_NAME}</a></strong><!-- ELSE -->{L_GLOBAL_ANNOUNCEMENT}<!-- ENDIF --></li>
|
||||
</ul>
|
||||
<!-- IF not $S_POSTBODY_TOP --><div class="postbody portal-module-postbody"><!-- ENDIF -->
|
||||
<div class="content">
|
||||
<br />{announcements.center_row.TEXT}
|
||||
</div>
|
||||
<!-- IF announcements.center_row.S_HAS_ATTACHMENTS -->
|
||||
<dl class="attachbox">
|
||||
<dt>{L_ATTACHMENTS}</dt>
|
||||
<!-- BEGIN attachment -->
|
||||
<dd>{announcements.center_row.attachment.DISPLAY_ATTACHMENT}</dd>
|
||||
<!-- END attachment -->
|
||||
</dl>
|
||||
<!-- ENDIF -->
|
||||
<br class="portal-clear" />
|
||||
<span class="portal-title-span">{L_TOPIC_VIEWS}{L_COLON} {announcements.center_row.TOPIC_VIEWS} • <a href="{announcements.center_row.U_VIEW_COMMENTS}" title="{L_VIEW_COMMENTS}">{L_COMMENTS}{L_COLON} {announcements.center_row.REPLIES}</a> • <a href="{announcements.center_row.U_POST_COMMENT}">{L_POST_REPLY}</a></span>
|
||||
<span class="portal-read-all-link">{announcements.center_row.OPEN}<a href="{announcements.center_row.U_READ_FULL}">{announcements.center_row.L_READ_FULL}</a>{announcements.center_row.CLOSE}</span>
|
||||
<div class="back2top">
|
||||
<a href="#top" class="top" title="{L_BACK_TO_TOP}">
|
||||
<i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i>
|
||||
<span class="sr-only">{L_BACK_TO_TOP}</span>
|
||||
</a>
|
||||
</div>
|
||||
<!-- IF announcements.center_row.S_NOT_LAST --><br class="portal-clear" /><!-- ENDIF -->
|
||||
<!-- IF announcements.center_row.S_LAST_ROW and (announcements.AP_PAGINATION or announcements.TOTAL_ANNOUNCEMENTS) -->
|
||||
<hr class="dashed" />
|
||||
<div class="pagination">
|
||||
{announcements.TOTAL_ANNOUNCEMENTS}
|
||||
<!-- IF announcements.AP_PAGE_NUMBER --><!-- IF announcements.AP_PAGINATION --> • {announcements.AP_PAGE_NUMBER} • {announcements.AP_PAGINATION}<!-- ELSE --> • {announcements.AP_PAGE_NUMBER}<!-- ENDIF --><!-- ENDIF -->
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF not $S_POSTBODY_TOP --></div><!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- END center_row -->
|
||||
<!-- ENDIF -->
|
||||
<!-- END announcements -->
|
||||
|
||||
@@ -42,9 +42,13 @@
|
||||
</ul>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF not S_IS_BOT -->
|
||||
<div class="responsive-show" style="display: none;">
|
||||
{L_LAST_POST} {L_POST_BY_AUTHOR} {announcements.center_row.USERNAME_FULL_LAST} » <a href="{announcements.center_row.U_LAST_COMMENTS}" title="{L_GOTO_LAST_POST}" title="{L_VIEW_LATEST_POST}"> {announcements.center_row.LAST_POST_TIME}</a>
|
||||
{L_LAST_POST} {L_POST_BY_AUTHOR} {announcements.center_row.USERNAME_FULL_LAST} » <a href="{announcements.center_row.U_LAST_COMMENTS}" title="{L_GOTO_LAST_POST}"> {announcements.center_row.LAST_POST_TIME}</a>
|
||||
</div>
|
||||
<!-- ELSE -->
|
||||
<br />
|
||||
<!-- ENDIF -->
|
||||
|
||||
<div class="responsive-hide">
|
||||
<!-- IF announcements.center_row.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i><!-- ENDIF -->
|
||||
@@ -64,8 +68,8 @@
|
||||
<dd class="posts">{announcements.center_row.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
|
||||
<dd class="views">{announcements.center_row.TOPIC_VIEWS} <dfn>{L_VIEWS}</dfn></dd>
|
||||
<!-- ENDIF -->
|
||||
<dd class="lastpost"><span><dfn>{L_LAST_POST}</dfn>{L_POST_BY_AUTHOR} {announcements.center_row.USERNAME_FULL_LAST} <!-- IF announcements.center_row.S_UNREAD_INFO --><a href="{announcements.center_row.U_VIEW_UNREAD}" title="{L_VIEW_NEWEST_POST}"><i class="icon fa-external-link-square fa-fw icon-red icon-md" aria-hidden="true"></i><span class="sr-only">{L_VIEW_LATEST_POST}</span></a><!-- ELSE --><a href="{announcements.center_row.U_LAST_COMMENTS}" title="{L_VIEW_LATEST_POST}"><i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{L_VIEW_LATEST_POST}</span></a><!-- ENDIF --><br />
|
||||
{announcements.center_row.LAST_POST_TIME}</span>
|
||||
<dd class="lastpost"><span><dfn>{L_LAST_POST}</dfn>{L_POST_BY_AUTHOR} {announcements.center_row.USERNAME_FULL_LAST} <!-- IF not S_IS_BOT --><!-- IF announcements.center_row.S_UNREAD_INFO --><a href="{announcements.center_row.U_VIEW_UNREAD}" title="{L_VIEW_NEWEST_POST}"><i class="icon fa-external-link-square fa-fw icon-red icon-md" aria-hidden="true"></i><span class="sr-only">{L_VIEW_LATEST_POST}</span></a><!-- ELSE --><a href="{announcements.center_row.U_LAST_COMMENTS}" title="{L_VIEW_LATEST_POST}"><i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{L_VIEW_LATEST_POST}</span></a><!-- ENDIF --><br />
|
||||
{announcements.center_row.LAST_POST_TIME}</span><!-- ENDIF -->
|
||||
</dd>
|
||||
</dl>
|
||||
</li>
|
||||
@@ -74,6 +78,7 @@
|
||||
<li class="row<!-- IF announcements.center_row.S_ROW_COUNT is even --> bg2<!-- ELSE --> bg1<!-- ENDIF --> portal-news-pagination">
|
||||
<div class="topic-actions">
|
||||
<div class="pagination">
|
||||
<span><i class="icon fa-clone fa-fw" aria-hidden="true"></i></span>
|
||||
{announcements.TOTAL_ANNOUNCEMENTS}
|
||||
<!-- IF announcements.AP_PAGE_NUMBER --><!-- IF announcements.AP_PAGINATION --> • {announcements.AP_PAGE_NUMBER} • {announcements.AP_PAGINATION}<!-- ELSE --> • {announcements.AP_PAGE_NUMBER}<!-- ENDIF --><!-- ENDIF -->
|
||||
</div>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
<!-- BEGIN board3_birthday_list -->
|
||||
<span class="portal-user-icon"></span>
|
||||
<span class="portal-user-span">
|
||||
<i class="icon fa-user fa-fw" aria-hidden="true"></i>
|
||||
{board3_birthday_list.USER}
|
||||
</span>
|
||||
<span class="portal-user-annotation">
|
||||
@@ -20,7 +21,8 @@
|
||||
<!-- IF BIRTHDAYS_AHEAD_LIST -->
|
||||
<!-- BEGIN board3_birthday_ahead_list -->
|
||||
<span class="portal-user-icon"></span>
|
||||
<span class="portal-user-span"><i class="icon fa-user fa-fw" aria-hidden="true"></i>
|
||||
<span class="portal-user-span">
|
||||
<i class="icon fa-user fa-fw" aria-hidden="true"></i>
|
||||
<span title="{board3_birthday_ahead_list.DATE}">{board3_birthday_ahead_list.USER}</span>
|
||||
</span>
|
||||
<span class="portal-user-annotation">
|
||||
|
||||
@@ -1,42 +1,170 @@
|
||||
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
|
||||
<!-- IF not B3P_CLOCK_SRC -->
|
||||
<div class="portal-clock-wrapper">
|
||||
<div class="portal-clock">
|
||||
<div class="portal-clock-back">
|
||||
<div class="portal-clock-back-upper">
|
||||
<div class="portal-clock-spacer-up"></div><div class="portal-clock-back-hours-up"></div>
|
||||
<div class="portal-clock-back-minutes-up-left" ></div><div class="portal-clock-back-minutes-up-right"></div>
|
||||
<div class="portal-clock-back-seconds-up-left"></div><div class="portal-clock-back-seconds-up-right"></div>
|
||||
</div>
|
||||
<div class="portal-clock-back-lower">
|
||||
<div class="portal-clock-spacer-down"></div><div class="portal-clock-back-hours-down"></div>
|
||||
<div class="portal-clock-back-minutes-down-left"></div><div class="portal-clock-back-minutes-down-right"></div>
|
||||
<div class="portal-clock-back-seconds-down-left"></div><div class="portal-clock-back-seconds-down-right"></div>
|
||||
</div>
|
||||
<div style="text-align: center;">
|
||||
<br />
|
||||
<style type="text/css">
|
||||
#uhr {
|
||||
position: relative;
|
||||
width: 140px;
|
||||
height: 140px;
|
||||
margin: -14px auto 0px;
|
||||
background: url("{ROOT_PATH}ext/board3/portal/styles/prosilver/theme/images/portal/football-140px.png");
|
||||
}
|
||||
|
||||
#uhr div {
|
||||
position: absolute;
|
||||
bottom: 64px;
|
||||
border-radius: 3px / 20px 20px 3px 3px;
|
||||
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8), 0 0 1px;
|
||||
}
|
||||
|
||||
#stunden {
|
||||
left: 67px;
|
||||
height: 56px;
|
||||
width: 6px;
|
||||
-webkit-transform-origin: 3px 50px;
|
||||
transform-origin: 3px 50px;
|
||||
background: red;
|
||||
}
|
||||
|
||||
#minuten {
|
||||
left: 68px;
|
||||
height: 66px;
|
||||
width: 4px;
|
||||
-webkit-transform-origin: 2px 60px;
|
||||
transform-origin: 2px 60px;
|
||||
background: green;
|
||||
}
|
||||
|
||||
#sekunden {
|
||||
left: 69px;
|
||||
height: 74px;
|
||||
width: 2px;
|
||||
-webkit-transform-origin: 1px 68px;
|
||||
transform-origin: 1px 68px;
|
||||
background: orange;
|
||||
}
|
||||
|
||||
#uhr p {
|
||||
position: absolute;
|
||||
padding: 18px 10px;
|
||||
text-align: center;
|
||||
line-height: 300%;
|
||||
color: white;
|
||||
font-size: large;
|
||||
font-family: sans-serif;
|
||||
text-shadow: -1px -1px 1px #333,
|
||||
-1px 0px 1px #333,
|
||||
-1px 1px 1px #333,
|
||||
0px -1px 1px #333,
|
||||
0px 1px 1px #333,
|
||||
1px -1px 1px #333,
|
||||
1px 0px 1px #333,
|
||||
1px 1px 1px #333 !important;
|
||||
}
|
||||
|
||||
#uhr hr {
|
||||
width: 2px;
|
||||
height: 8px;
|
||||
position: absolute;
|
||||
left: 69px;
|
||||
margin: 0;
|
||||
-webkit-transform-origin: 1px 70px;
|
||||
transform-origin: 1px 70px;
|
||||
background: white;
|
||||
border: none;
|
||||
box-shadow: 0 0 1px 1px;
|
||||
}
|
||||
|
||||
#eins {
|
||||
-webkit-transform: rotate(30deg);
|
||||
transform: rotate(30deg);
|
||||
}
|
||||
|
||||
#zwei {
|
||||
-webkit-transform: rotate(60deg);
|
||||
transform: rotate(60deg);
|
||||
}
|
||||
|
||||
#drei {
|
||||
-webkit-transform: rotate(90deg);
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
#vier {
|
||||
-webkit-transform: rotate(120deg);
|
||||
transform: rotate(120deg);
|
||||
}
|
||||
|
||||
#fuenf {
|
||||
-webkit-transform: rotate(150deg);
|
||||
transform: rotate(150deg);
|
||||
}
|
||||
|
||||
#sechs {
|
||||
-webkit-transform: rotate(180deg);
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
#sieben {
|
||||
-webkit-transform: rotate(210deg);
|
||||
transform: rotate(210deg);
|
||||
}
|
||||
|
||||
#acht {
|
||||
-webkit-transform: rotate(240deg);
|
||||
transform: rotate(240deg);
|
||||
}
|
||||
|
||||
#neun {
|
||||
-webkit-transform: rotate(270deg);
|
||||
transform: rotate(270deg);
|
||||
}
|
||||
|
||||
#zehn {
|
||||
-webkit-transform: rotate(300deg);
|
||||
transform: rotate(300deg);
|
||||
}
|
||||
|
||||
#elf {
|
||||
-webkit-transform: rotate(330deg);
|
||||
transform: rotate(330deg);
|
||||
}
|
||||
</style>
|
||||
<div id="uhr">
|
||||
<hr id="null"/>
|
||||
<hr id="eins"/>
|
||||
<hr id="zwei"/>
|
||||
<hr id="drei"/>
|
||||
<hr id="vier"/>
|
||||
<hr id="fuenf"/>
|
||||
<hr id="sechs"/>
|
||||
<hr id="sieben"/>
|
||||
<hr id="acht"/>
|
||||
<hr id="neun"/>
|
||||
<hr id="zehn"/>
|
||||
<hr id="elf"/>
|
||||
<p>{SITENAME}</p>
|
||||
<div id="stunden">
|
||||
</div>
|
||||
<div class="portal-clock-front">
|
||||
<div class="portal-clock-front-upper">
|
||||
<div class="portal-clock-spacer-up"></div><div class="portal-clock-front-hours-up"></div>
|
||||
<div class="portal-clock-front-minutes-up-left"></div><div class="portal-clock-front-minutes-up-right"></div>
|
||||
<div class="portal-clock-front-seconds-up-left"></div><div class="portal-clock-front-seconds-up-right"></div>
|
||||
</div>
|
||||
<div class="portal-clock-front-lower">
|
||||
<div class="portal-clock-spacer-down"></div><div class="portal-clock-front-hours-down"></div>
|
||||
<div class="portal-clock-front-minutes-down-left"></div><div class="portal-clock-front-minutes-down-right"></div>
|
||||
<div class="portal-clock-front-seconds-down-left"></div><div class="portal-clock-front-seconds-down-right"></div>
|
||||
</div>
|
||||
<div id="minuten">
|
||||
</div>
|
||||
<div id="sekunden">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- INCLUDEJS portal/assets/jquery_easing_1_3.js -->
|
||||
<!-- INCLUDEJS portal/assets/portal_clock.js -->
|
||||
<!-- ELSE -->
|
||||
<div style="text-align: center;">
|
||||
<br />
|
||||
<object type="application/x-shockwave-flash" data="{T_EXT_THEME_PATH}/images/portal/{B3P_CLOCK_SRC}" width="140" height="140">
|
||||
<param name="wmode" value="transparent" />
|
||||
<param name="movie" value="{T_EXT_THEME_PATH}/images/portal/{B3P_CLOCK_SRC}" />
|
||||
</object>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
<script type="text/javascript">
|
||||
function uhr() {
|
||||
window.setInterval("zeit()", 1000);
|
||||
}
|
||||
function zeit() {
|
||||
var datum = new Date();
|
||||
document.getElementById("stunden").style.webkitTransform = "rotate(" + (datum.getHours() * 30 + datum.getMinutes() / 4) + "deg)";
|
||||
document.getElementById("minuten").style.webkitTransform = "rotate(" + (datum.getMinutes() * 6 + datum.getSeconds() / 10) + "deg)";
|
||||
document.getElementById("sekunden").style.webkitTransform = "rotate(" + datum.getSeconds() * 6 + "deg)";
|
||||
document.getElementById("stunden").style.transform = "rotate(" + (datum.getHours() * 30 + datum.getMinutes() / 4) + "deg)";
|
||||
document.getElementById("minuten").style.transform = "rotate(" + (datum.getMinutes() * 6 + datum.getSeconds() / 10) + "deg)";
|
||||
document.getElementById("sekunden").style.transform = "rotate(" + datum.getSeconds() * 6 + "deg)";
|
||||
}
|
||||
uhr();
|
||||
</script>
|
||||
</div>
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
|
||||
<div class="inner">
|
||||
<div class="postbody portal-module-postbody">
|
||||
<div class="content portal-module-content">{$CUSTOM_CODE}</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="inner">
|
||||
<div class="postbody portal-module-postbody">
|
||||
<div class="content portal-module-content">{$CUSTOM_CODE}</div>
|
||||
</div>
|
||||
</div>
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
@@ -1,17 +1,17 @@
|
||||
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
|
||||
<strong style="color:green<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->; float: right;<!-- ENDIF -->">{L_FRIENDS_ONLINE}</strong><br />
|
||||
<!-- BEGIN b3p_friends_online -->
|
||||
<span class="portal-user-icon"></span><span class="portal-user-span">{b3p_friends_online.USERNAME_FULL}</span><br class="portal-clear" />
|
||||
<!-- BEGINELSE -->
|
||||
<span class="portal-user-span">{L_NO_FRIENDS_ONLINE}</span>
|
||||
<br class="portal-clear" />
|
||||
<!-- END b3p_friends_online -->
|
||||
<span class="portal-user-icon"></span><span class="portal-user-span"><i class="icon fa-user fa-fw" aria-hidden="true"></i><span>{b3p_friends_online.USERNAME_FULL}</span</span><br class="portal-clear" />
|
||||
<!-- BEGINELSE -->
|
||||
<span class="portal-user-span">{L_NO_FRIENDS_ONLINE}</span>
|
||||
<br class="portal-clear" />
|
||||
<!-- END b3p_friends_online -->
|
||||
<br class="portal-clear" />
|
||||
<strong style="color:red<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->; float: right;<!-- ENDIF -->">{L_FRIENDS_OFFLINE}</strong><br />
|
||||
<!-- BEGIN b3p_friends_offline -->
|
||||
<span class="portal-user-icon"></span><span class="portal-user-span"><i class="icon fa-user fa-fw" aria-hidden="true"></i>{b3p_friends_offline.USERNAME_FULL}</span><br class="portal-clear" />
|
||||
<!-- BEGINELSE -->
|
||||
<span class="portal-user-span">{L_NO_FRIENDS_OFFLINE}</span>
|
||||
<!-- END b3p_friends_offline -->
|
||||
<span class="portal-user-icon"></span><span class="portal-user-span"><i class="icon fa-user fa-fw" aria-hidden="true"></i><span>{b3p_friends_offline.USERNAME_FULL}</span></span><br class="portal-clear" />
|
||||
<!-- BEGINELSE -->
|
||||
<span class="portal-user-span">{L_NO_FRIENDS_OFFLINE}</span>
|
||||
<!-- END b3p_friends_offline -->
|
||||
<br />
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
<!-- IF S_DISPLAY_JUMPBOX -->
|
||||
<div class="jumpbox dropdown-container dropdown-container-right<!-- IF not S_IN_MCP --> dropdown-up<!-- ENDIF --> dropdown-{S_CONTENT_FLOW_BEGIN} dropdown-button-control" id="jumpbox">
|
||||
<span title="<!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF -->" class="button button-secondary dropdown-trigger dropdown-select">
|
||||
<span><!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF --></span>
|
||||
<span class="caret"><i class="icon fa-sort-down fa-fw" aria-hidden="true"></i></span>
|
||||
</span>
|
||||
<div class="dropdown">
|
||||
<div class="pointer"><div class="pointer-inner"></div></div>
|
||||
<ul class="dropdown-contents">
|
||||
<!-- BEGIN jumpbox_forums -->
|
||||
<!-- IF jumpbox_forums.FORUM_ID neq -1 -->
|
||||
<li><a href="{jumpbox_forums.LINK}" class="<!-- IF jumpbox_forums.level -->jumpbox-sub-link<!-- ELSEIF jumpbox_forums.S_IS_CAT -->jumpbox-cat-link<!-- ELSE -->jumpbox-forum-link<!-- ENDIF -->"><!-- BEGIN level --><span class="spacer"></span><!-- END level --> <span><!-- IF jumpbox_forums.level --> ↳ <!-- ENDIF --> {jumpbox_forums.FORUM_NAME}</span></a></li>
|
||||
<!-- ENDIF -->
|
||||
<!-- END jumpbox_forums -->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="jumpbox b3p-jumpbox dropdown-container dropdown-container-right<!-- IF not S_IN_MCP --> dropdown-up<!-- ENDIF --> dropdown-{S_CONTENT_FLOW_BEGIN} dropdown-button-control" id="jumpbox">
|
||||
<span title="<!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF -->" class="button button-secondary dropdown-trigger dropdown-select">
|
||||
<span><!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF --></span>
|
||||
<span class="caret"><i class="icon fa-sort-down fa-fw" aria-hidden="true"></i></span>
|
||||
</span>
|
||||
<div class="dropdown">
|
||||
<div class="pointer"><div class="pointer-inner"></div></div>
|
||||
<ul class="dropdown-contents">
|
||||
<!-- BEGIN jumpbox_forums -->
|
||||
<!-- IF jumpbox_forums.FORUM_ID neq -1 -->
|
||||
<li><a href="{jumpbox_forums.LINK}" class="<!-- IF jumpbox_forums.level -->jumpbox-sub-link<!-- ELSEIF jumpbox_forums.S_IS_CAT -->jumpbox-cat-link<!-- ELSE -->jumpbox-forum-link<!-- ENDIF -->"><!-- BEGIN level --><span class="spacer"></span><!-- END level --> <span><!-- IF jumpbox_forums.level --> ↳ <!-- ENDIF --> {jumpbox_forums.FORUM_NAME}</span></a></li>
|
||||
<!-- ENDIF -->
|
||||
<!-- END jumpbox_forums -->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
<!-- ENDIF -->
|
||||
@@ -1,8 +1,8 @@
|
||||
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
|
||||
<span class="portal-user-span"><strong>{L_USERNAME}</strong></span>
|
||||
<span class="portal-user-annotation"><strong>{L_JOINED}</strong></span><br class="portal-clear" />
|
||||
<!-- BEGIN latest_members -->
|
||||
<span class="portal-user-icon"></span><span class="portal-user-span"><i class="icon fa-user fa-fw" aria-hidden="true"></i><span>{latest_members.USERNAME_FULL}</span></span>
|
||||
<span class="portal-user-annotation">{latest_members.JOINED}</span><br class="portal-clear" />
|
||||
<!-- END latest_members -->
|
||||
<span class="portal-user-span"><strong>{L_USERNAME}</strong></span>
|
||||
<span class="portal-user-annotation"><strong>{L_JOINED}</strong></span><br class="portal-clear" />
|
||||
<!-- BEGIN latest_members -->
|
||||
<span class="portal-user-icon"></span><span class="portal-user-span"><i class="icon fa-user fa-fw" aria-hidden="true"></i><span>{latest_members.USERNAME_FULL}</span></span>
|
||||
<span class="portal-user-annotation">{latest_members.JOINED}</span><br class="portal-clear" />
|
||||
<!-- END latest_members -->
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
@@ -1,11 +1,11 @@
|
||||
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
|
||||
<!-- BEGIN group -->
|
||||
<strong class="portal-user-span"><a href="{group.U_GROUP}" style="color: #{group.GROUP_COLOUR};" class="username-coloured">{group.GROUP_NAME}</a></strong><br class="portal-clear" />
|
||||
<!-- BEGIN member -->
|
||||
<span class="portal-user-icon"></span><span class="portal-user-span"><i class="icon fa-user fa-fw" aria-hidden="true"></i><span><strong>{group.member.USERNAME_FULL}</strong></span></span><br class="portal-clear" />
|
||||
<!-- END member -->
|
||||
<br class="portal-clear" />
|
||||
<!-- BEGINELSE -->
|
||||
{L_NO_GROUPS_P}
|
||||
<!-- END group -->
|
||||
<!-- BEGIN group -->
|
||||
<strong class="portal-user-span"><a href="{group.U_GROUP}" style="color: #{group.GROUP_COLOUR};" class="username-coloured">{group.GROUP_NAME}</a></strong><br class="portal-clear" />
|
||||
<!-- BEGIN member -->
|
||||
<span class="portal-user-icon"></span><span class="portal-user-span"><i class="icon fa-user fa-fw" aria-hidden="true"></i><span><strong>{group.member.USERNAME_FULL}</strong></span></span><br class="portal-clear" />
|
||||
<!-- END member -->
|
||||
<br class="portal-clear" />
|
||||
<!-- BEGINELSE -->
|
||||
{L_NO_GROUPS_P}
|
||||
<!-- END group -->
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
|
||||
<strong class="portal-user-span">{L_ADMINISTRATORS}</strong><br class="portal-clear" />
|
||||
<!-- BEGIN b3p_admins -->
|
||||
<span class="portal-user-icon"></span><span class="portal-user-span"><i class="icon fa-user fa-fw" aria-hidden="true"></i><span><strong>{b3p_admins.USERNAME_FULL}</strong></span></span><br class="portal-clear" />
|
||||
<!-- BEGINELSE -->
|
||||
{L_NO_ADMINISTRATORS_P}<br /><br />
|
||||
<!-- END b3p_admins -->
|
||||
<br class="portal-clear" />
|
||||
<strong class="portal-user-span">{L_MODERATORS}</strong><br class="portal-clear" />
|
||||
<!-- BEGIN b3p_moderators -->
|
||||
<span class="portal-user-icon"></span><span class="portal-user-span"><i class="icon fa-user fa-fw" aria-hidden="true"></i><span><strong>{b3p_moderators.USERNAME_FULL}</strong></span></span><br class="portal-clear" />
|
||||
<!-- BEGINELSE -->
|
||||
{L_NO_MODERATORS_P}
|
||||
<!-- END b3p_moderators -->
|
||||
<strong class="portal-user-span">{L_ADMINISTRATORS}</strong><br class="portal-clear" />
|
||||
<!-- BEGIN b3p_admins -->
|
||||
<span class="portal-user-icon"></span><span class="portal-user-span"><i class="icon fa-user fa-fw" aria-hidden="true"></i><span><strong>{b3p_admins.USERNAME_FULL}</strong></span></span><br class="portal-clear" />
|
||||
<!-- BEGINELSE -->
|
||||
{L_NO_ADMINISTRATORS_P}<br /><br />
|
||||
<!-- END b3p_admins -->
|
||||
<br class="portal-clear" />
|
||||
<strong class="portal-user-span">{L_MODERATORS}</strong><br class="portal-clear" />
|
||||
<!-- BEGIN b3p_moderators -->
|
||||
<span class="portal-user-icon"></span><span class="portal-user-span"><i class="icon fa-user fa-fw" aria-hidden="true"></i><span><strong>{b3p_moderators.USERNAME_FULL}</strong></span></span><br class="portal-clear" />
|
||||
<!-- BEGINELSE -->
|
||||
{L_NO_MODERATORS_P}
|
||||
<!-- END b3p_moderators -->
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
<!-- BEGIN portal_links -->
|
||||
<!-- IF portal_links.MODULE_ID eq $MODULE_ID -->
|
||||
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
|
||||
<div class="portal-navigation">
|
||||
<ul>
|
||||
<!-- BEGIN links -->
|
||||
<li><a href="{portal_links.links.LINK_URL}" title="{portal_links.links.LINK_TITLE}" <!-- IF portal_links.links.NEW_WINDOW -->onclick="window.open('{portal_links.links.LINK_URL}'); return false;"<!-- ENDIF -->><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{portal_links.links.LINK_TITLE}</span></a></li>
|
||||
<!-- BEGINELSE -->
|
||||
<span class="portal-title-span gensmall"><strong>{L_LINKS_NO_LINKS}</strong></span><br />
|
||||
<!-- END links -->
|
||||
</ul>
|
||||
</div>
|
||||
<div class="portal-navigation">
|
||||
<ul>
|
||||
<!-- BEGIN links -->
|
||||
<li><a href="{portal_links.links.LINK_URL}" title="{portal_links.links.LINK_TITLE}" <!-- IF portal_links.links.NEW_WINDOW -->onclick="window.open('{portal_links.links.LINK_URL}'); return false;"<!-- ENDIF -->><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{portal_links.links.LINK_TITLE}</span></a></li>
|
||||
<!-- BEGINELSE -->
|
||||
<span class="portal-title-span gensmall"><strong>{L_LINKS_NO_LINKS}</strong></span><br />
|
||||
<!-- END links -->
|
||||
</ul>
|
||||
</div>
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
<!-- ENDIF -->
|
||||
<!-- END portal_links -->
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<input type="text" tabindex="1" name="username" id="username" value="" class="inputbox autowidth" /><br /><br />
|
||||
<span class="genmed">{L_PASSWORD}{L_COLON}</span><br />
|
||||
<input type="password" tabindex="2" id="password" name="password" class="inputbox autowidth" />
|
||||
<!-- IF S_DISPLAY_FULL_LOGIN -->
|
||||
<!-- IF S_DISPLAY_FULL_LOGIN -->
|
||||
<br /><br />
|
||||
<!-- IF S_AUTOLOGIN_ENABLED -->
|
||||
<input type="checkbox" class="radio" name="autologin" tabindex="3" /> <span class="gensmall">{L_UM_LOG_ME_IN}</span><br />
|
||||
@@ -17,6 +17,8 @@
|
||||
<br />
|
||||
<input type="hidden" name="redirect" value="{U_PORTAL_REDIRECT}" />
|
||||
<input type="submit" name="login" tabindex="5" value="{L_LOGIN}" class="button1" />
|
||||
{S_LOGIN_REDIRECT}
|
||||
{S_FORM_TOKEN_LOGIN}
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
</div>
|
||||
</form>
|
||||
@@ -2,20 +2,20 @@
|
||||
<!-- IF portal_menu.MODULE_ID eq $MODULE_ID -->
|
||||
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
|
||||
<div class="portal-navigation" role="menu">
|
||||
<!-- BEGIN category -->
|
||||
<div class="menutitle">{portal_menu.category.CAT_TITLE}</div>
|
||||
<ul>
|
||||
<!-- BEGIN links -->
|
||||
<li><a href="{portal_menu.category.links.LINK_URL}" role="menuitem" <!-- IF portal_menu.category.links.NEW_WINDOW -->onclick="window.open('{portal_menu.category.links.LINK_URL}'); return false;"<!-- ENDIF -->><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{portal_menu.category.links.LINK_TITLE}</span></a></li>
|
||||
<!-- END links -->
|
||||
</ul>
|
||||
<hr class="dashed" />
|
||||
<!-- BEGINELSE -->
|
||||
<ul>
|
||||
<li><span class="portal-title-span gensmall"><strong>{L_MENU_NO_LINKS}</strong></span><br /></li>
|
||||
</ul>
|
||||
<!-- END category -->
|
||||
</div>
|
||||
<!-- BEGIN category -->
|
||||
<div class="menutitle">{portal_menu.category.CAT_TITLE}</div>
|
||||
<ul>
|
||||
<!-- BEGIN links -->
|
||||
<li><a href="{portal_menu.category.links.LINK_URL}" role="menuitem" <!-- IF portal_menu.category.links.NEW_WINDOW -->onclick="window.open('{portal_menu.category.links.LINK_URL}'); return false;"<!-- ENDIF -->><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{portal_menu.category.links.LINK_TITLE}</span></a></li>
|
||||
<!-- END links -->
|
||||
</ul>
|
||||
<hr class="dashed" />
|
||||
<!-- BEGINELSE -->
|
||||
<ul>
|
||||
<li><span class="portal-title-span gensmall"><strong>{L_MENU_NO_LINKS}</strong></span><br /></li>
|
||||
</ul>
|
||||
<!-- END category -->
|
||||
</div>
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
<!-- ENDIF -->
|
||||
<!-- END portal_menu -->
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
<!-- BEGIN news -->
|
||||
<!-- IF news.MODULE_ID eq $MODULE_ID -->
|
||||
<!-- BEGIN news_row -->
|
||||
<!-- IF news.news_row.S_FIRST_ROW --><a id="n_{$MODULE_ID}"></a><!-- ENDIF -->
|
||||
<!-- IF news.news_row.S_NO_TOPICS -->
|
||||
<div class="post bg2">
|
||||
<div class="inner">
|
||||
@@ -13,10 +12,15 @@
|
||||
<!-- ELSE -->
|
||||
<div class="post <!-- IF news.news_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
|
||||
<div class="inner">
|
||||
<h4 class="first"><a id="n_{$MODULE_ID}_{news.news_row.N_ID}"></a><!-- IF news.news_row.S_UNREAD_INFO --><a href="{news.news_row.U_VIEW_UNREAD}">{NEWEST_POST_IMG}</a><!-- ELSE --><a href="{news.news_row.U_LAST_COMMENTS}">{READ_POST_IMG}</a><!-- ENDIF --> {news.news_row.ATTACH_ICON_IMG} <!-- IF news.news_row.S_POLL --><strong>{L_VIEW_TOPIC_POLL}</strong><!-- ENDIF --><!-- IF news.news_row.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{news.news_row.TOPIC_ICON_IMG}" width="{news.news_row.TOPIC_ICON_IMG_WIDTH}" height="{news.news_row.TOPIC_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="{news.news_row.U_VIEW_COMMENTS}"><strong>{news.news_row.TITLE}</strong></a></h4>
|
||||
<h4 class="first">
|
||||
<a id="n_{$MODULE_ID}_{news.news_row.N_ID}"></a><!-- IF news.news_row.S_UNREAD_INFO --><a href="{news.news_row.U_VIEW_UNREAD}" title="{postrow.MINI_POST}"><!-- ELSE --><a href="{news.news_row.U_LAST_COMMENTS}"><!-- ENDIF -->
|
||||
<i class="icon fa-file fa-fw <!-- IF news.news_row.S_UNREAD_INFO -->icon-red<!-- ELSE -->icon-lightgray<!-- ENDIF --> icon-md" aria-hidden="true"></i><span class="sr-only">{postrow.MINI_POST}</span>
|
||||
</a>
|
||||
<!-- IF news.news_row.S_UNREAD_INFO --><a class="unread" href="{news.news_row.U_VIEW_UNREAD}" title="{postrow.MINI_POST}"></a><!-- ELSE --><a href="{news.news_row.U_LAST_COMMENTS}"></a><!-- ENDIF --><!-- IF news.news_row.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{news.news_row.POST_ICON_IMG}" width="{news.news_row.POST_ICON_IMG_WIDTH}" height="{news.news_row.POST_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="{news.news_row.U_VIEW_COMMENTS}"><strong>{news.news_row.TITLE}</strong></a>
|
||||
</h4>
|
||||
<!-- IF news.news_row.PAGINATION --><strong class="pagination"><span>{news.news_row.PAGINATION}</span></strong><!-- ENDIF -->
|
||||
<ul class="linklist">
|
||||
<li>{news.POSTED_BY_TEXT} {L_POST_BY_AUTHOR}{L_COLON} {news.news_row.POSTER_FULL} » {news.news_row.TIME}</li>
|
||||
<li>{news.POSTED_BY_TEXT} {L_POST_BY_AUTHOR}{L_COLON} {news.news_row.POSTER_FULL} » <a href="{news.news_row.U_LAST_COMMENTS}" title="{L_GOTO_LAST_POST}"> {news.news_row.TIME}</a></li>
|
||||
<li class="rightside">{L_FORUM}{L_COLON} <strong><a href="{news.news_row.U_VIEWFORUM}">{news.news_row.FORUM_NAME}</a></strong></li>
|
||||
</ul>
|
||||
<!-- IF not $S_POSTBODY_TOP --><div class="postbody portal-module-postbody"><!-- ENDIF -->
|
||||
@@ -34,7 +38,12 @@
|
||||
<br class="portal-clear" />
|
||||
<span class="portal-title-span">{L_TOPIC_VIEWS}{L_COLON} {news.news_row.TOPIC_VIEWS} • <a href="{news.news_row.U_VIEW_COMMENTS}" title="{L_VIEW_COMMENTS}">{L_COMMENTS}{L_COLON} {news.news_row.REPLIES}</a> • <a href="{news.news_row.U_POST_COMMENT}">{L_PORTAL_POST_REPLY}</a></span>
|
||||
<span class="portal-read-all-link">{news.news_row.OPEN}<a href="{news.news_row.U_READ_FULL}">{news.news_row.L_READ_FULL}</a>{news.news_row.CLOSE}</span>
|
||||
<div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>
|
||||
<div class="back2top">
|
||||
<a href="#top" class="top" title="{L_BACK_TO_TOP}">
|
||||
<i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i>
|
||||
<span class="sr-only">{L_BACK_TO_TOP}</span>
|
||||
</a>
|
||||
</div>
|
||||
<!-- IF news.news_row.S_NOT_LAST --><br class="portal-clear" /><!-- ENDIF -->
|
||||
<!-- IF news.news_row.S_LAST_ROW -->
|
||||
<!-- IF not news.news_row.S_NO_TOPICS -->
|
||||
|
||||
@@ -42,32 +42,36 @@
|
||||
</ul>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF not S_IS_BOT -->
|
||||
<div class="responsive-show" style="display: none;">
|
||||
{L_LAST_POST} {L_POST_BY_AUTHOR} {news.news_row.USERNAME_FULL_LAST} » <a href="{news.news_row.U_LAST_COMMENTS}" title="{L_GOTO_LAST_POST}" title="{L_VIEW_LATEST_POST}"> {news.news_row.LAST_POST_TIME}</a>
|
||||
{L_LAST_POST} {L_POST_BY_AUTHOR} {news.news_row.USERNAME_FULL_LAST} » <a href="{news.news_row.U_LAST_COMMENTS}" title="{L_GOTO_LAST_POST}"> {news.news_row.LAST_POST_TIME}</a>
|
||||
</div>
|
||||
<!-- ELSE -->
|
||||
<br />
|
||||
<!-- ENDIF -->
|
||||
|
||||
<div class="responsive-hide">
|
||||
<!-- IF news.news_row.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i><!-- ENDIF -->
|
||||
<!-- IF news.news_row.S_POLL --> <i class="icon fa-bar-chart fa-fw" aria-hidden="true"></i> <!-- ENDIF -->
|
||||
{L_POST_BY_AUTHOR} {news.news_row.POSTER_FULL} » {news.news_row.TIME}
|
||||
<!-- IF news.news_row.S_POLL --><i class="icon fa-bar-chart fa-fw" aria-hidden="true"></i> <!-- ENDIF -->
|
||||
{L_POSTED} {L_POST_BY_AUTHOR} {news.news_row.POSTER_FULL} » {news.news_row.TIME}
|
||||
</div>
|
||||
<!-- IF news.news_row.FORUM_NAME -->
|
||||
{L_FORUM}{L_COLON} <a href="{news.news_row.U_VIEWFORUM}" class="portal-forumtitle">{news.news_row.FORUM_NAME}</a>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF not news.S_DISPLAY_NEWS_RVS --><!-- IF news.news_row.FORUM_NAME -->• <!-- ENDIF -->{L_REPLIES}{L_COLON} <strong>{news.news_row.REPLIES}</strong> • {L_VIEWS}{L_COLON} <strong>{news.news_row.TOPIC_VIEWS}</strong><!-- ENDIF -->
|
||||
</div> <!-- \END <div class="list-inner"> -->
|
||||
</div>
|
||||
</dt>
|
||||
<!-- IF news.S_DISPLAY_NEWS_RVS -->
|
||||
<dd class="posts" data-skip-responsive="true">{news.news_row.REPLIES} <dfn>{L_REPLIES}</dfn></dd>
|
||||
<dd class="views" data-skip-responsive="true">{news.news_row.TOPIC_VIEWS} <dfn>{L_VIEWS}</dfn></dd>
|
||||
<!-- ENDIF -->
|
||||
<dd class="lastpost"><span><dfn>{L_LAST_POST}</dfn>{L_POST_BY_AUTHOR} {news.news_row.USERNAME_FULL_LAST} <!-- IF news.news_row.S_UNREAD_INFO --><a href="{news.news_row.U_VIEW_UNREAD}" title="{L_VIEW_NEWEST_POST}"><i class="icon fa-external-link-square fa-fw icon-red icon-md" aria-hidden="true"></i><span class="sr-only">{L_VIEW_LATEST_POST}</span></a><!-- ELSE --><a href="{news.news_row.U_LAST_COMMENTS}" title="{L_VIEW_LATEST_POST}"><i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{L_VIEW_LATEST_POST}</span></a><!-- ENDIF --><br />
|
||||
{news.news_row.LAST_POST_TIME}</span>
|
||||
<dd class="lastpost"><span><dfn>{L_LAST_POST}</dfn>{L_POST_BY_AUTHOR} {news.news_row.USERNAME_FULL_LAST} <!-- IF not S_IS_BOT --><!-- IF news.news_row.S_UNREAD_INFO --><a href="{news.news_row.U_VIEW_UNREAD}" title="{L_VIEW_NEWEST_POST}"><i class="icon fa-external-link-square fa-fw icon-red icon-md" aria-hidden="true"></i><span class="sr-only">{L_VIEW_LATEST_POST}</span></a><!-- ELSE --><a href="{news.news_row.U_LAST_COMMENTS}" title="{L_VIEW_LATEST_POST}"><i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{L_VIEW_LATEST_POST}</span></a><!-- ENDIF --><br />
|
||||
{news.news_row.LAST_POST_TIME}</span><!-- ENDIF -->
|
||||
</dd>
|
||||
</dl>
|
||||
</li>
|
||||
<!-- IF news.news_row.S_LAST_ROW -->
|
||||
<!-- IF news.NP_PAGINATION or news.TOTAL_NEWS -->
|
||||
<!-- IF news.NP_PAGINATION or news.TOTAL_NEWS -->
|
||||
<li class="row<!-- IF news.news_row.S_ROW_COUNT is even --> bg2<!-- ELSE --> bg1<!-- ENDIF --> portal-news-pagination">
|
||||
<div class="topic-actions">
|
||||
<div class="pagination">
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
<div id="viewpoll" class="panel bg1 portal-no-margin">
|
||||
<div class="inner">
|
||||
<!-- BEGIN poll -->
|
||||
<!-- IF not poll.S_FIRST_ROW --><hr class="dashed" /><!-- ENDIF -->
|
||||
<!-- IF poll.S_CAN_VOTE --><form method="post" action="{poll.S_POLL_ACTION}"><!-- ENDIF -->
|
||||
<div class="content">
|
||||
<h2>{poll.POLL_QUESTION}</h2>
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
<!-- IF S_HAS_POLL -->
|
||||
<div id="viewpoll" class="inner">
|
||||
<!-- BEGIN poll_side -->
|
||||
<!-- IF not poll_side.S_FIRST_ROW --><hr class="dashed" /><!-- ENDIF -->
|
||||
<!-- IF poll_side.S_CAN_VOTE --><form method="post" action="{poll_side.S_POLL_ACTION}"><!-- ENDIF -->
|
||||
<div class="content">
|
||||
<h2>{poll_side.POLL_QUESTION}</h2>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
|
||||
<!-- BEGIN random_member -->
|
||||
<div class="portal-centered-content"><span class="portal-random-member-name">{random_member.USERNAME_FULL}</span><br class="portal-clear" />
|
||||
<!-- IF random_member.AVATAR_IMG --><a href="{random_member.U_VIEW_PROFILE}">{random_member.AVATAR_IMG}</a><br class="portal-clear" /><!-- ENDIF -->
|
||||
<!-- IF random_member.AVATAR_IMG --><a href="{random_member.U_VIEW_PROFILE}">{random_member.AVATAR_IMG}</a><!-- ELSEIF $NO_AVATAR_IMG --><a href="{random_member.U_VIEW_PROFILE}"><img src="{T_THEME_PATH}{$NO_AVATAR_IMG}" alt="" /></a><br class="portal-clear" /><!-- ENDIF -->
|
||||
<!-- IF random_member.RANK_TITLE --><span class="gensmall">{random_member.RANK_TITLE}</span><br class="portal-clear" /><!-- ENDIF -->
|
||||
<!-- IF random_member.RANK_IMG -->{random_member.RANK_IMG}<br class="portal-clear" /><!-- ENDIF -->
|
||||
</div>
|
||||
|
||||
@@ -1,52 +1,52 @@
|
||||
<!-- IF .latest_announcements or .latest_hot_topics or .latest_topics -->
|
||||
{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R}
|
||||
<div class="panel bg1 portal-no-margin">
|
||||
<div class="inner">
|
||||
<div class="portal-navigation">
|
||||
<ul class="topiclist bg1">
|
||||
<li><dl><dt></dt>
|
||||
<dd class="portal-responsive-show portal-module-postbody portal-whois-online-content">
|
||||
<table class="portal-module-postbody">
|
||||
<tr class="menutitle">
|
||||
<!-- IF .latest_announcements --><td class="portal-responsive-hide"><strong>{L_PORTAL_RECENT_ANN}</strong></td><!-- ENDIF -->
|
||||
<!-- IF .latest_hot_topics --><td class="portal-responsive-hide"><strong>{L_PORTAL_RECENT_HOT_TOPIC}</strong></td><!-- ENDIF -->
|
||||
<!-- IF .latest_topics --><td><strong>{L_PORTAL_RECENT_TOPIC}</strong></td><!-- ENDIF -->
|
||||
</tr>
|
||||
<tr>
|
||||
<!-- IF .latest_announcements -->
|
||||
<td class="row1 portal-responsive-hide portal-recent-column">
|
||||
<span class="gensmall">
|
||||
<!-- BEGIN latest_announcements -->
|
||||
<a href="{latest_announcements.U_VIEW_TOPIC}" title="{latest_announcements.FULL_TITLE}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{latest_announcements.TITLE}</span></a>
|
||||
<!-- END latest_announcements -->
|
||||
</span>
|
||||
</td>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF .latest_hot_topics -->
|
||||
<td class="row1 portal-responsive-hide portal-recent-column">
|
||||
<span class="gensmall">
|
||||
<!-- BEGIN latest_hot_topics -->
|
||||
<a href="{latest_hot_topics.U_VIEW_TOPIC}" title="{latest_hot_topics.FULL_TITLE}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{latest_hot_topics.TITLE}</span></a>
|
||||
<!-- END latest_hot_topics -->
|
||||
</span>
|
||||
</td>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF .latest_topics -->
|
||||
<td class="row1 portal-recent-column">
|
||||
<span class="gensmall">
|
||||
<!-- BEGIN latest_topics -->
|
||||
<a href="{latest_topics.U_VIEW_TOPIC}" title="{latest_topics.FULL_TITLE}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{latest_topics.TITLE}</span></a>
|
||||
<!-- END latest_topics -->
|
||||
</span>
|
||||
</td>
|
||||
<!-- ENDIF -->
|
||||
</tr>
|
||||
</table>
|
||||
</dd>
|
||||
</dl></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="inner">
|
||||
<div class="portal-navigation">
|
||||
<ul class="topiclist bg1">
|
||||
<li><dl><dt></dt>
|
||||
<dd class="portal-responsive-show portal-module-postbody portal-whois-online-content">
|
||||
<table class="portal-module-postbody">
|
||||
<tr class="menutitle">
|
||||
<!-- IF .latest_announcements --><td class="portal-responsive-hide"><strong>{L_PORTAL_RECENT_ANN}</strong></td><!-- ENDIF -->
|
||||
<!-- IF .latest_hot_topics --><td class="portal-responsive-hide"><strong>{L_PORTAL_RECENT_HOT_TOPIC}</strong></td><!-- ENDIF -->
|
||||
<!-- IF .latest_topics --><td><strong>{L_PORTAL_RECENT_TOPIC}</strong></td><!-- ENDIF -->
|
||||
</tr>
|
||||
<tr>
|
||||
<!-- IF .latest_announcements -->
|
||||
<td class="row1 portal-responsive-hide portal-recent-column">
|
||||
<span class="gensmall">
|
||||
<!-- BEGIN latest_announcements -->
|
||||
<a href="{latest_announcements.U_VIEW_TOPIC}" title="{latest_announcements.FULL_TITLE}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{latest_announcements.TITLE}</span></a>
|
||||
<!-- END latest_announcements -->
|
||||
</span>
|
||||
</td>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF .latest_hot_topics -->
|
||||
<td class="row1 portal-responsive-hide portal-recent-column">
|
||||
<span class="gensmall">
|
||||
<!-- BEGIN latest_hot_topics -->
|
||||
<a href="{latest_hot_topics.U_VIEW_TOPIC}" title="{latest_hot_topics.FULL_TITLE}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{latest_hot_topics.TITLE}</span></a>
|
||||
<!-- END latest_hot_topics -->
|
||||
</span>
|
||||
</td>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF .latest_topics -->
|
||||
<td class="row1 portal-recent-column">
|
||||
<span class="gensmall">
|
||||
<!-- BEGIN latest_topics -->
|
||||
<a href="{latest_topics.U_VIEW_TOPIC}" title="{latest_topics.FULL_TITLE}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{latest_topics.TITLE}</span></a>
|
||||
<!-- END latest_topics -->
|
||||
</span>
|
||||
</td>
|
||||
<!-- ENDIF -->
|
||||
</tr>
|
||||
</table>
|
||||
</dd>
|
||||
</dl></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{$C_BLOCK_F_L}{$C_BLOCK_F_R}
|
||||
<!-- ENDIF -->
|
||||
|
||||
@@ -49,7 +49,7 @@ function qsearch_onSubmit()
|
||||
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
|
||||
<form id="qsearch_form" method="post" action="{U_SEARCH}" onsubmit="return qsearch_onSubmit();">
|
||||
<p>
|
||||
<input type="text" tabindex="6" name="keywords" id="searchfield" maxlength="40" title="{L_SEARCH_KEYWORDS}" class="inputbox search autowidth" 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" maxlength="40" title="{L_SEARCH_KEYWORDS}" class="inputbox search icon_portal_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}';" />
|
||||
</p>
|
||||
<p>
|
||||
<select id="qsearch_select" tabindex="7">
|
||||
|
||||
49
styles/prosilver/template/portal/modules/tl_menu.html
Normal file
@@ -0,0 +1,49 @@
|
||||
<!-- $Id: football_tabs.html,v 0.9.0 2010-04-01 00:09:00Z football $ //-->
|
||||
<div class="panel bg3">
|
||||
<div class="inner"><span class="corners-top"><span></span></span>
|
||||
|
||||
<ul class="menupanel">
|
||||
<li class="menulink"><span>{S_FOOTBALL_NAME}</span></li>
|
||||
<li class="menulink row bg1"><a href="{U_BET}" role="menuitem" ><span>{L_BET}</span></a></li>
|
||||
<li class="menulink row bg1"><a href="{U_ALL_BETS}" role="menuitem" ><span>{L_ALL_BETS}</span></a></li>
|
||||
<li class="menulink row bg1"><a href="{U_RESULTS}" role="menuitem" ><span>{L_RESULTS}</span></a></li>
|
||||
<li class="menulink row bg1"><a href="{U_RESULTS_TL}" role="menuitem" ><span>{L_RESULTS_TL}</span></a></li>
|
||||
<li class="menulink row bg1"><a href="{U_TABLE}" role="menuitem" ><span>{L_TABLE}</span></a></li>
|
||||
<!-- IF S_FOOTBALL_BANK -->
|
||||
<li class="menulink row bg1"><a href="{U_FOOTBALL_BANK}" role="menuitem" ><span>{L_FOOTBALL_BANK}</span></a></li>
|
||||
<!-- ENDIF -->
|
||||
<li class="menulink row bg1"><a href="{U_RULES}" onclick="popup(this.href, 450, 650); return false;"><span>{L_RULES}</span></a></li>
|
||||
<li class="menulink row bg1"><a href="{U_EXPORT}" role="menuitem" ><span>{L_EXPORT}</span></a></li>
|
||||
<li class="menulink"><span>{L_STATISTICS}</span></li>
|
||||
<li class="menulink row bg1"><a href="{U_MY_BETS}" role="menuitem" ><span>{L_MY_BETS}</span></a></li>
|
||||
<li class="menulink row bg1"><a href="{U_MY_POINTS}" role="menuitem" ><span>{L_MY_POINTS}</span></a></li>
|
||||
<li class="menulink row bg1"><a href="{U_MY_TABLE}" role="menuitem" ><span>{L_MY_TABLE}</span></a></li>
|
||||
<li class="menulink row bg1"><a href="{U_MY_RANK}" role="menuitem" ><span>{L_MY_RANK}</span></a></li>
|
||||
<li class="menulink row bg1"><a href="{U_MY_CHART}" role="menuitem" ><span>{L_MY_CHART}</span></a></li>
|
||||
<li class="menulink row bg1"><a href="{U_MY_KOEFF}" role="menuitem" ><span>{L_MY_KOEFF}</span></a></li>
|
||||
<li class="menulink row bg1"><a href="{U_STAT_POINTS}" role="menuitem" ><span>{L_STAT_POINTS}</span></a></li>
|
||||
<li class="menulink row bg1"><a href="{U_STAT_RESULTS}" role="menuitem" ><span>{L_STAT_RESULTS}</span></a></li>
|
||||
<!-- IF S_MENU_FORUM1 -->
|
||||
<li class="menulink"><span>{L_FORUM}</span></li>
|
||||
<li class="menulink row bg1"><a href="{U_FORUM1}" accesskey="1">{S_FORUM1_NAME}</a></li>
|
||||
<!-- IF S_MENU_FORUM2 -->
|
||||
<li class="menulink row bg1"><a href="{U_FORUM2}" accesskey="2">{S_FORUM2_NAME}</a></li>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_MENU_FORUM3 -->
|
||||
<li class="menulink row bg1"><a href="{U_FORUM3}" accesskey="3">{S_FORUM3_NAME}</a></li>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_MENU_FORUM4 -->
|
||||
<li class="menulink row bg1"><a href="{U_FORUM4}" accesskey="4">{S_FORUM4_NAME}</a></li>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_MENU_FORUM5 -->
|
||||
<li class="menulink row bg1"><a href="{U_FORUM5}" accesskey="5">{S_FORUM5_NAME}</a></li>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_MENU_FORUM6 -->
|
||||
<li class="menulink row bg1"><a href="{U_FORUM6}" accesskey="6">{S_FORUM6_NAME}</a></li>
|
||||
<!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
</ul>
|
||||
|
||||
<span class="corners-bottom"><span></span></span></div>
|
||||
</div>
|
||||
<br style="clear:both" />
|
||||
@@ -1,8 +1,8 @@
|
||||
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
|
||||
<span class="portal-user-span"><strong>{L_USERNAME}</strong></span>
|
||||
<span class="portal-user-annotation"><strong>{L_POSTS}</strong></span><br class="portal-clear" />
|
||||
<!-- BEGIN topposters -->
|
||||
<span class="portal-user-icon"></span><span class="portal-user-span"><i class="icon fa-user fa-fw" aria-hidden="true"></i><span>{topposters.USERNAME_FULL}</span></span>
|
||||
<span class="portal-user-annotation"><a href="{topposters.S_SEARCH_ACTION}">{topposters.POSTER_POSTS}</a></span><br class="portal-clear" />
|
||||
<!-- END topposters -->
|
||||
<span class="portal-user-span"><strong>{L_USERNAME}</strong></span>
|
||||
<span class="portal-user-annotation"><strong>{L_POSTS}</strong></span><br class="portal-clear" />
|
||||
<!-- BEGIN topposters -->
|
||||
<span class="portal-user-icon"></span><span class="portal-user-span"><i class="icon fa-user fa-fw" aria-hidden="true"></i><span>{topposters.USERNAME_FULL}</span></span>
|
||||
<span class="portal-user-annotation"><a href="{topposters.S_SEARCH_ACTION}">{topposters.POSTER_POSTS}</a></span><br class="portal-clear" />
|
||||
<!-- END topposters -->
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
|
||||
@@ -1,45 +1,45 @@
|
||||
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
|
||||
<div class="portal-centered-content">
|
||||
{USERNAME_FULL}<br />
|
||||
<!-- IF B3P_AVATAR_IMG -->
|
||||
<a href="{U_PROFILE}">{B3P_AVATAR_IMG}</a>
|
||||
<!-- ELSEIF $NO_AVATAR_IMG -->
|
||||
<a href="{U_PROFILE}"><img src="{T_THEME_PATH}{$NO_AVATAR_IMG}" alt="" /></a>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF B3P_RANK_TITLE --><br /><span class="gensmall">{B3P_RANK_TITLE}</span><!-- ENDIF -->
|
||||
<!-- IF B3P_RANK_IMG --><br />{B3P_RANK_IMG}<!-- ENDIF -->
|
||||
</div>
|
||||
<hr class="dashed" />
|
||||
<div class="portal-navigation">
|
||||
<div class="menutitle">{L_M_MENU}</div>
|
||||
<ul>
|
||||
<!-- IF S_DISPLAY_SEARCH -->
|
||||
<li><a href="{U_NEW_POSTS}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_NEW_POSTS}</span></a></li>
|
||||
<li><a href="{U_UNREAD_POSTS}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_UNREAD_POSTS}</span></a></li>
|
||||
<li><a href="{U_SELF_POSTS}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_SELF_POSTS}</span></a></li>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF U_UM_BOOKMARKS -->
|
||||
<li><a href="{U_UM_BOOKMARKS}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_UM_BOOKMARKS}</span></a></li>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_DISPLAY_SUBSCRIPTIONS -->
|
||||
<li><a href="{U_UM_MAIN_SUBSCRIBED}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_UM_MAIN_SUBSCRIBED}</span></a></li>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_NOTIFICATIONS_DISPLAY -->
|
||||
<li data-skip-responsive="true">
|
||||
<a href="{U_VIEW_ALL_NOTIFICATIONS}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_NOTIFICATIONS} [</span><strong>{NOTIFICATIONS_COUNT}</strong><span>]</span></a>
|
||||
</li>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_DISPLAY_PM -->
|
||||
<li><a href="{U_PRIVATEMSGS}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_PRIVATE_MESSAGES} [</span><strong>{PRIVATE_MESSAGE_COUNT}</strong><span>]</span></a></li>
|
||||
<!-- ENDIF -->
|
||||
<li><a href="{U_PROFILE}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_PROFILE}</span></a></li>
|
||||
<!-- IF U_UM_MCP -->
|
||||
<li><a href="{U_UM_MCP}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_MCP}</span></a></li>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF U_ACP -->
|
||||
<li><a href="{U_ACP}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_M_ACP}</span></a></li>
|
||||
<!-- ENDIF -->
|
||||
<li><a href="{U_LOGIN_LOGOUT}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_LOGIN_LOGOUT}</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
<div class="portal-centered-content">
|
||||
{USERNAME_FULL}<br />
|
||||
<!-- IF B3P_AVATAR_IMG -->
|
||||
<a href="{U_PROFILE}">{B3P_AVATAR_IMG}</a>
|
||||
<!-- ELSEIF $NO_AVATAR_IMG -->
|
||||
<a href="{U_PROFILE}"><img src="{T_THEME_PATH}{$NO_AVATAR_IMG}" alt="" /></a>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF B3P_RANK_TITLE --><br /><span class="gensmall">{B3P_RANK_TITLE}</span><!-- ENDIF -->
|
||||
<!-- IF B3P_RANK_IMG --><br />{B3P_RANK_IMG}<!-- ENDIF -->
|
||||
</div>
|
||||
<hr class="dashed" />
|
||||
<div class="portal-navigation">
|
||||
<div class="menutitle">{L_M_MENU}</div>
|
||||
<ul>
|
||||
<!-- IF S_DISPLAY_SEARCH -->
|
||||
<li><a href="{U_NEW_POSTS}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_NEW_POSTS}</span></a></li>
|
||||
<li><a href="{U_UNREAD_POSTS}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_UNREAD_POSTS}</span></a></li>
|
||||
<li><a href="{U_SELF_POSTS}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_SELF_POSTS}</span></a></li>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF U_UM_BOOKMARKS -->
|
||||
<li><a href="{U_UM_BOOKMARKS}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_UM_BOOKMARKS}</span></a></li>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_DISPLAY_SUBSCRIPTIONS -->
|
||||
<li><a href="{U_UM_MAIN_SUBSCRIBED}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_UM_MAIN_SUBSCRIBED}</span></a></li>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_NOTIFICATIONS_DISPLAY -->
|
||||
<li data-skip-responsive="true">
|
||||
<a href="{U_VIEW_ALL_NOTIFICATIONS}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_NOTIFICATIONS} [</span><strong>{NOTIFICATIONS_COUNT}</strong><span>]</span></a>
|
||||
</li>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_DISPLAY_PM -->
|
||||
<li><a href="{U_PRIVATEMSGS}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_PRIVATE_MESSAGES} [</span><strong>{PRIVATE_MESSAGE_COUNT}</strong><span>]</span></a></li>
|
||||
<!-- ENDIF -->
|
||||
<li><a href="{U_PROFILE}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_PROFILE}</span></a></li>
|
||||
<!-- IF U_UM_MCP -->
|
||||
<li><a href="{U_UM_MCP}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_MCP}</span></a></li>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF U_ACP -->
|
||||
<li><a href="{U_ACP}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_M_ACP}</span></a></li>
|
||||
<!-- ENDIF -->
|
||||
<li><a href="{U_LOGIN_LOGOUT}"><i class="icon fa-arrow-circle-o-right fa-fw" aria-hidden="true"></i><span>{L_LOGIN_LOGOUT}</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
|
||||
@@ -1,10 +1,17 @@
|
||||
{$C_BLOCK_H_L}<!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{$TITLE}</a><!-- ELSE -->{$TITLE}<!-- ENDIF -->{$C_BLOCK_H_R}
|
||||
<ul class="topiclist bg1">
|
||||
<li><dl><dt></dt>
|
||||
<dd class="portal-whois-online-content portal-responsive-show">
|
||||
<p>{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}
|
||||
<!-- IF PORTAL_LEGEND --><br /><em>{L_LEGEND}{L_COLON} {PORTAL_LEGEND}</em><!-- ENDIF --></p>
|
||||
</dd>
|
||||
</dl></li>
|
||||
<li>
|
||||
<dl>
|
||||
<dt></dt>
|
||||
<dd class="portal-whois-online-content portal-responsive-show">
|
||||
<p>{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br />
|
||||
<!-- IF U_VIEWONLINE -->
|
||||
<br />{LOGGED_IN_USER_LIST}
|
||||
<!-- IF PORTAL_LEGEND --><br /><em>{L_LEGEND}{L_COLON} {PORTAL_LEGEND}</em><!-- ENDIF -->
|
||||
<!-- ENDIF -->
|
||||
</p>
|
||||
</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
{$C_BLOCK_F_L}{$C_BLOCK_F_R}
|
||||
@@ -1,5 +1,9 @@
|
||||
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" /> <!-- ENDIF --><!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{$TITLE}</a><!-- ELSE -->{$TITLE}<!-- ENDIF -->{$LR_BLOCK_H_R}
|
||||
<div class="portal-whois-online-content">
|
||||
<p>{TOTAL_USERS_ONLINE}<br /> <br />{LOGGED_IN_USER_LIST}</p>
|
||||
<p>{TOTAL_USERS_ONLINE}<br />
|
||||
<!-- IF U_VIEWONLINE -->
|
||||
<br />{LOGGED_IN_USER_LIST}
|
||||
<!-- ENDIF -->
|
||||
</p>
|
||||
</div>
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}
|
||||
@@ -101,7 +101,7 @@
|
||||
</div>
|
||||
|
||||
<!--// board3 Portal by www.board3.de //-->
|
||||
<div class="copyright">Powered by <a href="http://www.board3.de/">Board3 Portal</a> © 2009 - 2015 Board3 Group</div>
|
||||
<div class="copyright b3p-copyright">Powered by <a href="http://www.board3.de/">Board3 Portal</a> © 2009 - 2020 Board3 Group</div>
|
||||
|
||||
<!-- INCLUDEJS portal/assets/jquery.getscrollbarwidth.js -->
|
||||
<!-- INCLUDEJS portal/assets/portal.js -->
|
||||
|
||||
BIN
styles/prosilver/theme/images/portal/football-140px.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
styles/prosilver/theme/images/portal/icon_portal_search.png
Normal file
|
After Width: | Height: | Size: 813 B |
BIN
styles/prosilver/theme/images/portal/portal_weather.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
@@ -1,5 +1,17 @@
|
||||
/* main menu, user menu and the links */
|
||||
|
||||
.content li {
|
||||
list-style-type: inherit !important;
|
||||
}
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: disc !important;
|
||||
}
|
||||
|
||||
.portal-navigation{
|
||||
width: auto;
|
||||
}
|
||||
@@ -122,10 +134,6 @@
|
||||
min-height: 1em;
|
||||
}
|
||||
|
||||
.content li {
|
||||
list-style-type: inherit !important;
|
||||
}
|
||||
|
||||
.portal-stylechanger-select {
|
||||
width: 150px;
|
||||
}
|
||||
@@ -205,7 +213,8 @@ a.portal-forumtitle {
|
||||
}
|
||||
|
||||
.portal-poll-side-option-info {
|
||||
width: 30% !important;
|
||||
width: 58% !important;
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
.portal-poll-side-checkbox {
|
||||
@@ -214,6 +223,7 @@ a.portal-forumtitle {
|
||||
|
||||
.portal-poll-side-checkbox input {
|
||||
vertical-align: top;
|
||||
margin-left: 39px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@@ -234,6 +244,7 @@ a.portal-forumtitle {
|
||||
|
||||
.portal-calendar-days-title td, .portal-calendar-days td {
|
||||
width: 14%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.portal-calendar-days-title span {
|
||||
@@ -349,7 +360,7 @@ a.portal-forumtitle {
|
||||
}
|
||||
|
||||
#portal-body .row .pagination {
|
||||
margin: 1px 0 1px 12px;
|
||||
margin: 1px 0 1px 12px;
|
||||
}
|
||||
|
||||
#portal-body #viewpoll {
|
||||
@@ -617,4 +628,11 @@ dd.responsive-portal-news:last-of-type, dd.responsive-portal-announcements:last-
|
||||
.fa-backward, .fa-forward {
|
||||
font-size: 1.4em;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.icon_portal_search {
|
||||
background-image: url("../../prosilver/theme/images/portal/icon_portal_search.png") !important;
|
||||
background-position: left 1px;
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 17px;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
@media only screen and (max-width: 1040px), only screen and (max-device-width: 1040px)
|
||||
{
|
||||
@media (max-width: 1040px) {
|
||||
.responsive-portal-announcements dd.views { display: none !important; }
|
||||
dd.responsive-portal-announcements { display: none !important; }
|
||||
|
||||
@@ -21,8 +20,7 @@
|
||||
#portal-forumlist dl.icon dt { width: 125% !important; }
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 895px), only screen and (max-device-width: 895px)
|
||||
{
|
||||
@media (max-width: 895px) {
|
||||
div#portal-right {
|
||||
width: 49% !important;
|
||||
margin-left: 1% !important;
|
||||
@@ -53,8 +51,7 @@
|
||||
.responsive-portal-announcements dt { width: 100% !important; }
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
||||
{
|
||||
@media (max-width: 700px) {
|
||||
.responsive-portal-news dd.lastpost, .responsive-portal-announcements dd.lastpost { display: none !important; }
|
||||
.responsive-portal-news dt .list-inner, .responsive-portal-announcements dt .list-inner { margin-right: 0 !important; }
|
||||
.responsive-portal-news dt, .responsive-portal-announcements dt { width: 100% !important; }
|
||||
@@ -70,6 +67,11 @@
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
.row .pagination .ellipsis + li {
|
||||
display: inline !important;
|
||||
vertical-align: bottom !important;
|
||||
}
|
||||
|
||||
#portal-forumlist dl.icon dt { width: 100% !important; }
|
||||
#portal-left ul.topiclist dd, #portal-right ul.topiclist dd { display: block !important; }
|
||||
.portal-responsive-show { display: block !important; }
|
||||
@@ -84,4 +86,17 @@
|
||||
margin-right: 0 !important;
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
.b3p-jumpbox {
|
||||
margin: 15px auto;
|
||||
}
|
||||
.b3p-copyright {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
.portal-news-pagination .pagination {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||