Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

zum HowTo OScam Webinterface mit Sender Picon

    Nobody is reading this thread right now.
Zuletzt bearbeitet von einem Moderator:
Hallo,

gibt es eine Möglichkeit das bei einigen Browsern wenn gerade kein Sender Aktiv ist kein Logo anstatt des Symbols für ein fehlendes Bild unter Status halt nichts angezeigt wird?
Dieses Logo mit dem blauen Fragezeichen nervt halt irgendwie.
Firefox zeigt das nicht an, aber icab auf dem iphone und ipad.

Und bekomme ich die Logos auch Mittig gesetzt??
 
Zuletzt bearbeitet:
Ja gibt es, habe ich von alexon aus dem Streamboard, THX dafür!!

Füge den Anhang zu Deinem Verzeichnis wo die Picons liegen!!

Wegen mittig setzen, schau mal Hauptthread, hat @giftstaub gepostet wie!!!
 
Hi,

erst einmal Danke für die tolle Arbeit. Jetzt aber mal eine kurze Frage. Ich habe den Style von Skywalker1 mit dem Plasma Effect. Mir ist "heute" aufgefallen das in der User Section das Picon unter "Last Channel" steht und es daneben noch eine Section "Image" gibt die aber leer bleibt.
Auf den letzten Bildern hier gibt es die Section "Image aber nicht. Wie bekomme ich die denn weg? Vielleicht muss ich ja nur eine Datei löschen? Im Picons Ordner liegen bei mir, neben den Picons selbst:
- CLIENTSTATUSBIT.tpl
- HEADER.tpl
- IC_OSCAMLOGO.tpl
- IC_PLASMA.tpl
- ICDIS.tpl
- ICENA.tpl
- USERCONFIGLIST.tpl
- USERCONFIGLISTBIT.tpl




MfG

latte
 
Hi,

wie ist das eigentlich wenn Oscam neue Parameter bekommt, muss dann das *.css jedesmal angepasst werden?

MfG

latte
 
WARNING: Your http disk template /usr/local/etc/picon/CLIENTSTATUSBIT.tpl is in the old template format without revision info. Please consider upgrading it!
If you are sure that it is current, add the following line at the beginning of the template to suppress this warning:

Kommt bei OSCAM 1.20-unstable_by_EasyBuild_svn build #7028, weiß jemand was man da ändern muss?
 
Die
CLIENTSTATUSBIT.tpl
funktioniert nicht bei jedem Skin. Man kann diese im Skin einbauen (.css) oder in der Binary selbst.
Wahrscheinlich hast du eine OScam Binary, die dies eben nicht unterstützt...
 
Kann mir jemand sagen wie ich die Picons auch im Status angezeigt bekomme? Meine angepasste CSS sieht so aus:

Code:
/* Start Body Design */
H4.styleauthor:after {
    content: "meister85";
}

body {
    background-color: #303030;
    font-family: Arial;
    font-size: 11px;
    text-align: center;
}

HR {
    height: 1px;
    border-width: 0;
    color: #B40404;
    background-color: #AAAAAA;
}

TABLE {
    border-spacing: 1px;
    border: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

p {
    color: white;
}

h2 {
    color: #B40404;
    font-family: Arial;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

h4 {
    color: #B40404;
    font-family: Arial;
    font-size: 12px;
    line-height: 9px;
    text-align: center;
}
H4.footline1 {

}
H4.footline2 {

}

TH {
    height: 15px;
    border: 1px outset #ffffff;
    font-family: Arial;
    font-size: 11px;
    padding: 5px;
    background-color: #242424;
    color: #B40404;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    white-space: nowrap;
    
    }

TD {
    height: 35px;
    border: 0px;
    font-family: Arial;
    font-size: 11px;
    padding: 5px;
    background-color: #3D3D3D;
    color: white;
    text-align: left;
    white-space: nowrap; 
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

TD.centered {
    text-align: center;
}

DIV.message {
    float: right;
}

IIMG {
    
}

IMG.icon {
    border: 0px solid;
    width: 20px;
    height: 20px;
    background-color: grey;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

A:hover IMG.icon {
    border: 1px solid yellow;
    width: 14px;
    height: 14px;
}

A:link {
    color: #aaaaaa;
    text-decoration: none;
}
A:visited {
    color: #aaaaaa;
    text-decoration: none;
}
A:active {
    color: #d8d8d8;
    text-decoration: none;
}
A:hover {
    color: #d8d8d8;
    text-decoration: none;
}

INPUT[type=text] {
    background-color: #636363;
    border: 1px solid #ffffff;
    -moz-border-radius: 5px;
    -mwebkit-border-radius: 5px;
}
INPUT[type=checkbox] {
    background-color: #fff09b;
    color: #0000FF;
    border: 1px solid black;
}
INPUT[type=submit] {
    background-color: #4F4F4F;
    font-family: Arial;
    font-size: 11px;
    height: 30px;
    font-weight: bold;
    -moz-border-radius: 8px;
    -moz-border-radius: 8px;
    border: 2px outset white;
    color: #d3d3d3;
}
SELECT {
    background-color: #636363;
    border: 1px solid white;
    -moz-border-radius: 5px;
}

TEXTAREA {
    background-color: #666666;
    border: 1px solid white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
TEXTAREA.bt {
    font-family: Arial;
    font-size: 12px;
}
TEXTAREA.editor {
    width: 100%;
    height: 450px;
    border: 1px dotted #ffffff;
    background-color: #1C1C1C;
    padding: 10;
    font-family: "Courier New" , monospace;
    color: #ffffff;
    font-size: 11px;
    word-wrap: break-word;
    text-align: left;
}

DIV.footer {
    /*background-color: #31568e; padding:10;*/
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    position: absolute;
    width: 600px;
    height: 80px;
    left: 50%;
    margin-left: -300px;
    color: white;
}

TD.subheadline {
    height: 20px;
    border: 0px;
    padding: 0px;
    text-align: center;
    font-family: Arial;
    font-size: 10px;
    background-color: #4F4F4F;
    color: red;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

DIV.div_notifier  {
    height:14px;
    width:14px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    background-color:red;
    margin-left:4px;
    text-align: center;
    float:right;
}
    
SPAN.span_notifier {
    background-color: red;
    color: white;
    font-family: Arial;
    font-size: 10px;
    font-weight:bold;
}
/* End Body Design */

/* Start Main Menu Design */

TABLE.menu {
    border-spacing: 5px;
    border: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}

TD.menu {
    color: white;
    background-color: #050505;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    -moz-border-radius: 10px;
    border: 2px outset white;
    -webkit-border-radius: 10px;
}
TD.menu A:link {
    color: #aaaaaa;
    text-decoration: none;
}
TD.menu A:visited {
    color: #aaaaaa;
    text-decoration: none;
}
TD.menu A:active {
    color: #d8d8d8;
    text-decoration: none;
}
TD.menu A:hover {
    color: #ffffff;
    text-decoration: none;
}
TD.menu_selected {
    color: white;
    background-color: #303030;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    border: 2px outset white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

TD.script {
    color: white;
    background-color: #000000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    -moz-border-radius: 10px;
    border: 2px outset white;
    -webkit-border-radius: 10px;
}

TD.script A:link {
    color: #aaaaaa;
    text-decoration: none;
}

TD.script A:visited {
    color: #aaaaaa;
    text-decoration: none;
}

TD.script A:active {
    color: #d8d8d8;
    text-decoration: none;
}

TD.script A:hover {
    color: blue;
    text-decoration: none;
}

TD.shutdown {
    color: white;
    background-color: #000000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    border: 2px outset white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    
}

TD.shutdown A:link {
    color: #aaaaaa;
    text-decoration: none;
}

TD.shutdown A:visited {
    color: #aaaaaa;
    text-decoration: none;
}

TD.shutdown A:active {
    color: #d8d8d8;
    text-decoration: none;
}

TD.shutdown A:hover {
    color: red;
    text-decoration: none;
}
TABLE.configmenu {
    margin-bottom: 1em;
}

TD.configmenu {
    color: white;
    background-color: #000000;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    -moz-border-radius: 10px;
    border: 2px outset white;
    -webkit-border-radius: 10px;
}
TD.configmenu A:link {
    color: #aaaaaa;
    text-decoration: none;
}
TD.configmenu A:visited {
    color: #aaaaaa;
    text-decoration: none;
}
TD.configmenu A:active {
    color: #d8d8d8;
    text-decoration: none;
}
TD.configmenu A:hover {
    color: #ffffff;
    text-decoration: none;
}
TD.configmenu_selected {
    color: white;
    background-color: #303030;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    -moz-border-radius: 10px;
    border: 2px outset white;
    -webkit-border-radius: 10px;
}

/* End Main Menu Design */

/* Start Statuspage Design */

TABLE.status {
    border-spacing: 1px;
    border: 1px solid #ffffff;
    padding: 10px;
    background-color: #030303;
    empty-cells: show;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

DIV.filterform {
    margin-bottom: 1em;
}

DIV.log {
    border: 1px solid #ffffff;
    background-color: #1F1F1F;
    padding: 10;
    font-family: "Courier New" , monospace;
    color: #FAFAFA;
    font-size: 11px;
    word-wrap: break-word;
    text-align: left;
    height: 480px;
    overflow: auto;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

TH.statuscol0 {
    text-align: center;
    width: 10px;
}
TH.statuscol1 {
    text-align: center;
}
TH.statuscol2 {
    text-align: center;
}
TH.statuscol3 {
    text-align: center;
}
TH.statuscol4 {
    text-align: center;
}
TH.statuscol5 {
    text-align: center;
}
TH.statuscol6 {
    text-align: center;
}
TH.statuscol7 {
    text-align: center;
}
TH.statuscol8 {
    text-align: center;
}
TH.statuscol9 {
    text-align: center;
}
TH.statuscol10 {
    text-align: center;
}
TH.statuscol11 {
    text-align: center;
}
TH.statuscol12 {
    text-align: center;
}
TH.statuscol13 {
    text-align: center;
}
TH.statuscol14 {
    text-align: center;
}
TH.statuscol15 {
    text-align: center;
}
TH.statuscol16 {
    text-align: center;
}

TD.statuscol0 {
    text-align: center;
    width: 10px;
}
TD.statuscol1 {
    text-align: center;
}
TD.statuscol2 {
    text-align: center;
}
TD.statuscol3 {
    text-align: center;
}
TD.statuscol4 {
}
TD.statuscol5 {
    text-align: center;
}
TD.statuscol6 {
    text-align: center;
}
TD.statuscol7 {
    text-align: center;
}
TD.statuscol8 {
    text-align: center;
}
TD.statuscol9 {
}
TD.statuscol10 {
    text-align: center;
}
TD.statuscol11 {
    text-align: center;
}
TD.statuscol12 {
    text-align: center;
}
TD.statuscol13 {
}
TD.statuscol14 {
    text-align: center;
}
TD.statuscol14 A {
    text-decoration: none;
}
TD.statuscol15 {
    text-align: center;
}
TD.statuscol16 {
    text-align: center;
}
TD.statuscol16 A {
    text-decoration: none;
}

TR.a TD {
    background-color: #303030;
    color: white;
}
TR.s TD {
    background-color: #333333;
    color: white;
}
TR.n TD {
    background-color: #2F4F4F;
    color: white;
}
TR.h TD {
    background-color: #333333;
    color: white;
}
TR.r TD {
    background-color: #212121;
    color: white;
    font-weight: bold;
}
TR.p TD {
    background-color: #292929;
    color: white;
    font-weight: bold;
}
TR.c TD {
    background-color: #292929;
    color: white;
    font-weight: bold;
}

a.tooltip {
    position: relative;
    text-decoration: none;
    cursor: default;
}
a.tooltip1 {
    position: relative;
    text-decoration: none;
    cursor: default;
}
a.tooltip span {
    display: none;
    z-index: 99;
}
a.tooltip1 span {
    display: none;
    z-index: 99;
}

a:hover span {
    display: block;
    position: absolute;
    top: 2em;
    left: 1em;
    margin: 0px;
    padding: 10px;
    color: white;
    font-weight: normal;
    background: #4a4a4a;
    text-align: left;
    border: 1px solid #666;
}

SPAN.idlesec_normal {
    font-family: Arial; 
    font-size: 11px;
    color: white;
}

SPAN.idlesec_alert {
    font-family: Arial; 
    font-size: 11px;
    color: red;
}

/* End Statuspage Design */

/* Start Readerspage Design */

TABLE.readers {
    border-spacing: 1px;
    border: 1px solid #ffffff;
    padding: 10px;
    background-color: #1A1A1A;
    empty-cells: show;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

TR.enabledreader TD {
    background-color: #3B3B3B;
    color: white;
    font-weight: bold;
}

TR.disabledreader TD {
    background-color: #3B3B3B;
    color: gray;
    font-style:italic;
}


/* End Readerspage Design */

/* Start Userspage Design */

TABLE.users {
    border-spacing: 1px;
    border: 1px solid #ffffff;
    padding: 10px;
    background-color: #1A1A1A;
    empty-cells: show;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

TR.online TD {
    background-color: #2E2E2E;
    color: green;
    font-weight: bold;
}
TR.offline TD {
    background-color: #1F1F1F;
    color: red;
}

TR.connected TD {
    background-color: #2E2E2E;
    color: yellow;
    font-weight: bold;
}

TR.expired TD {
    background-color: #1F1F1F;
    color: grey;
    font-style:italic;
}

TR.disabled TD {
    background-color: #1F1F1F;
    color: grey;
    font-style:italic;
}

IMG.clientpicon {
    height: 30px;
    width: 60px;
    background-color: transparent;
}

IMG.clientpiconstatus {
    height: 20px;
    width: 20px;
    background-color: transparent;
}

TD.usercol0 {
    text-align:center;
}

TD.usercol1 {
    white-space: normal;
}

TD.usercol2 {
    text-align:center;
}

TD.usercol3 {
    text-align:center;
}

TD.usercol4 {
    text-align:center;
}

TD.usercol5 {
    text-align:center;
}

TD.usercol6 {
    text-align:center;
}

TD.usercol7 {
    text-align:center;
}
TD.usercol8 {
    text-align:center;
}

TD.usercol9 {
    text-align:center;
}

TD.usercol10 {
    text-align:center;
}

TD.usercol11 {
    text-align:center;
}

TD.usercol12 {
    text-align:center;
}

TD.usercol13 {
    text-align:center;
}

TD.usercol14 {
    text-align:center;
}

TD.usercol15 {
    text-align:center;
}

TD.usercol16 {
    text-align:center;
}

TD.usercol17 {
    text-align:center;
}

TD.usercol18 {
    text-align:center;
}

TD.usercol19 {
    text-align:center;
}

TD.usercol20 {
    text-align:center;
}

TD.usercol21 {
    text-align:center;
}

/* End Userspage Design */

/* Start Statsspage Design */

TABLE.stats {
    border-spacing: 1px;
    border: 1px solid #ffffff;
    padding: 10px;
    background-color: #1A1A1A;
    empty-cells: show;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

/* End Statsspage Design */

/* Start Configpages Design */

TABLE.config {
    width: 750px;
    border-spacing: 1px;
    border: 1px solid #ffffff;
    padding: 10px;
    background-color: #1A1A1A;
    empty-cells: show;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

/* End Configpages Design */

/* Start Servicespage Design */

DIV.sidlist {
    border: 1px dotted #ffffff;
    background-color: #303030;
    padding: 2;
    font-family: "Courier New" , monospace;
    color: white;
    font-size: 15px;
    word-wrap: break-word;
    text-align: left;
}

/* End Servicespage Design */
       
/* Start Debuglevel Selector Design */

A.debugl:link {
    color: black;
    font-size: 11px;
    text-decoration: none;
}
A.debugl:visited {
    color: black;
    font-size: 11px;
    text-decoration: none;
}
A.debugl:active {
    color: black;
    font-size: 11px;
    text-decoration: none;
}
A.debugl:hover {
    color: yellow;
    font-size: 13px;
    text-decoration: none;
}
SPAN.debugt {
    color: white;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
}

/* End Debuglevel Selector Design */

DIV.warning {
    border: 1px dotted #AAAAAA;
    color: red;
    font-weight: bold;
    font-size: 16px;
}

Der Eintrag für die Picons ist auch schon drin:

Code:
IMG.clientpiconstatus {     
height: 20px;     
width: 20px;     
background-color: transparent;
}
 
Zurück
Oben