Author |
Topic |
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 16 Apr 2011 : 12:38:41
|
Prinz, what do you think about a rating indicator for _MOVIE_RATED_ ?
Just a first test by adding this code:
<tr>
<td width="207" height="20" class="style19" bordercolor="#000000"><em> _TMOVIE_RATED_</td>
</tr>
<tr>
<td width="207" height="40" class="style20">
<script type="text/javascript">
document.write('<div align="center"><img id="status" src="MovieCards/Images/spacer1.gif" width="1" height="10" style="background-color: #FF0000;"><img id="status2" src="MovieCards/Images/spacer2.gif" width="1" height="10" style="background-color: #BBBBBB;"></div>');
var zaehler = _MOVIE_RATED_;
if (zaehler >> 0) {
document.getElementById("status").style.width = zaehler*10 + "px";
} else {
document.getElementById("status").style.width = "0px";
}
if (zaehler << 10) {
document.getElementById("status2").style.width = 100-(zaehler*10) + "px";
} else {
document.getElementById("status2").style.width = "0px";
}
if (zaehler == 0) {
document.getElementById("status2").style.width = "0px";
}
</script>
<div align="center"> <font face="Tahoma" class="fsize1"><span style="font-weight: 400">_MOVIE_RATED_</span></font></div></td>
</tr>
http://www.mediafire.com/?8l6sl1vde3q566d |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
Edited by - JDommi on 16 Apr 2011 13:02:30 |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 16 Apr 2011 : 20:26:28
|
Modified movie_bigcover.htm http://www.mediafire.com/?27p7h6afyaewb87
At first only this card as Prinz is still working on the colorpicker function (with background picture choser?)
Added: - Movie Rated indicator - Serie Status (text and sign)
ToDo: - Release Date (from Custom9) prepared on card but javascript function is missing (should be done by Prinz as he is better than me on that!)
|
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 16 Apr 2011 : 22:28:26
|
quote: Originally posted by JDommi
(with background picture choser?)
No. Javascript has for security reasons no way the read/write the local file-system (without "nasty" hacks) |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 16 Apr 2011 : 23:10:21
|
Sure, you're right. I thought of replacing the body background tag maybe by a movie's fanart pic with transparency, for every movie it's own. If no pic exists then to take the "original" background.
|
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
Edited by - JDommi on 16 Apr 2011 23:12:14 |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 16 Apr 2011 : 23:55:40
|
At the moment I changed the background Image to png format and made the white part transparent. So you can choose the page background color. |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 16 Apr 2011 : 23:59:16
|
That's a good idea, too. |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 17 Apr 2011 : 09:58:08
|
Bugfix on modified movie_bigcover.htm: - Missing information will show it's own status sign now - Status signs are now with transparent background
*Edit* Movie rating changed to jquery http://www.mediafire.com/?hvi0ziviwpfac35 |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
Edited by - JDommi on 17 Apr 2011 13:11:48 |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 17 Apr 2011 : 18:34:25
|
I also have added already a ratings bar:
That is not a Image, that is a gradient background effect via IE CSS function.
Colors Start,End will be configurable via Color-picker.
Maybe i could also change the personal ratings graphic to this bar... |
Edited by - Prinz on 17 Apr 2011 18:49:34 |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 17 Apr 2011 : 19:03:55
|
Great Prinz! Looks really better than mine.
|
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 18 Apr 2011 : 15:22:53
|
What do you think about placing distributors beneath the stusios instead of under. I think that could be look better.
_MOVIE_ORIGINAL_ is now added as variable. So it can be added to card |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 18 Apr 2011 : 18:06:23
|
Why does this code doesn't work?
<tr>
<td width="100%" valign="top">
<div align="center" class="style22"><span id="title_line" style="text-overflow:ellipsis;overflow:hidden;white-space:nowrap;"><b>_MOVIE_TITLE_
<script type=text/javascript>
var mOriginal = new Boolean(_MOVIE_ORIGINAL_);
if (mOriginal == false) {
document.write('*Remake* ');
}
</script>
(_MOVIE_YEAR_)</b></span></font> <span id="country_flags"><country id="country"></span></div>
<font class="fsize1" color="#FFFF00"><div align="center" id="m_tagline" style="text-overflow:ellipsis;overflow:hidden;white-space:nowrap;"><b><i>_MOVIE_TAGLINE_</i></b></div></font>
</tr>
|
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 18 Apr 2011 : 19:13:21
|
_MOVIE_ORIGINAL_ doesn't work. It's not replaced by XMM. |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 18 Apr 2011 : 19:17:02
|
Yes, I have just wrote Ale an email because of that. |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 19 Apr 2011 : 15:36:08
|
Regarding Serie Status:
It's there even a site that has both Ended and Deposed ?
I think it's more or less the same thing in reality. |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 19 Apr 2011 : 16:13:59
|
Deposed is only an info you have to manually set. All sites I know provide only continuing and ended. But it's important to know if the series is deposed as there are often (or always) cliff hanger at the end... |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 19 Apr 2011 : 16:28:33
|
But in the End almost all series are deposed. It's rare that a show has a planed ending and even these have cliffhangers and/or simply stupid endings (*cough* Lost *cough*)
I'm still working on Page Preferences... some things still make problems (especially the jquery-UI stuff) |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 19 Apr 2011 : 18:35:10
|
Okay, you're right. I thought of a early termination like "Flash Forward". Deposed is only for those people who wanna know that |
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 20 Apr 2011 : 11:37:26
|
I think I almost have it now. Only a strange bug again with UI-Dialog: If I add new elements to it, it gets smaller. Normally it shouldn't change size.
Somehow i have to fix this. If I can't fix it and I add a few more Options it disappears. |
|
|
Prinz
Senior Member
Germany
1522 Posts |
Posted - 20 Apr 2011 : 11:42:34
|
Found a solution via google, but I can't use it because now the Cover Popup doesn't work anymore. |
|
|
JDommi
Administrator
Germany
4653 Posts |
Posted - 20 Apr 2011 : 12:01:37
|
hmm... As far as I know you I think you will manage that soon
|
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
Topic |
|
|