BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Active Topics | Members | Search | FAQ
 All Forums
 eXtreme Movie Manager (Rel. 7), No More Updates
 Suggestions / New Features
 Help on MovieCard modification (javascript) needed

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
JDommi Posted - 05 Aug 2009 : 22:31:16
Has anybody an idea of how to correct the javascript code "AddCode" so that it folds/unfolds all episodes of a season directly under the season number?

It's really exasperating

This is the necessary code snippet (for full html use new card code of "movie.htm" and add "AddCode" and paste part between "<!--END_HEAD-->" and "<!--END_EPISODES-->"):


<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
  function dezInt(num,size,prefix) {
    prefix=(prefix)?prefix:"0";
    var minus=(num<0)?"-":"", result=(prefix=="0")?minus:""; num=Math.abs(parseInt(num,10)); size-=(""+num).length; for(var i=1;i<=size;i++) { result+=""+prefix; } result+=((prefix!="0")?minus:"")+num;
    return result; }
</SCRIPT>
</head>
<body style="font-family: Tahoma; font-size: 8pt; margin-top: 0; margin-bottom: 0">
<script type="text/javascript">         
  var tempvar = 0;
  var alt = 0;
  function AddCode(divname, season) { 
    if (tempvar == season) {
     document.getElementById("S"+divname).innerHTML = "";
     document.getElementById("E"+divname).innerHTML = "";
     tempvar = season;
    } else {
     document.getElementById("E"+alt).innerHTML = "</div>";
     alt = divname;
    }}
</script> 
<SCRIPT LANGUAGE="JavaScript">
  function NewWindow(mypage, myname, w, h, scroll) {
    var winl = (screen.width - w) / 2;
    var wint = (screen.height - h) / 2;
    winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
    win = window.open(mypage, myname, winprops)
    if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
  }
</SCRIPT>
<script type="text/javascript">
  function swing(x) {
  if(document.getElementById(x).style.display == "block") {
   document.getElementById(x).style.display = "none";
  } else {
   document.getElementById(x).style.display = "block";
  }}
</script>

       <a href="#" onclick="swing('under1');return false;"><img border="0" src="MyCollectionCard/FrecciaVerde2.bmp" width="16" height="16"> <font size=2><b>SEASONS:</b></font></a>
       <div style="display:none;" id="under1">

        		  <!--END_HEAD-->

			<i id="S_EPISODE_ID_">
				<a href="#" onclick="swing('_EPISODE_SEASON_');return false;"><img border="0" src="MyCollectionCard/FrecciaVerde2.bmp" width="16" height="16"> <font size=2><b>
				<SCRIPT LANGUAGE="JavaScript"> document.write(dezInt(_EPISODE_SEASON_,2,'S0')); </SCRIPT>
				</b></font></a>
				<div style="display:none;" id="_EPISODE_SEASON_">
      </i>
				
      <b><font size="1"><img border="0" src="MyCollectionCard/FrecciaVerde.bmp" width="16" height="16"> </font></b><font size="1">(
			<SCRIPT LANGUAGE="JavaScript"> document.write(dezInt(_EPISODE_SEASON_,2)+'-'+dezInt(_EPISODE_NUMBER_,2)); </SCRIPT>
			)<a href="" onclick="window.external.COLLECTION_EPISODE('_EPISODE_ID_');return false;"><b>_EPISODE_TITLE_  </b></a><br> </font> 

			<i id="E_EPISODE_ID_">
				</div>
			</i>

			<script type="text/javascript">
      		AddCode(_EPISODE_ID_, _EPISODE_SEASON_); 
      </script> 

			 			<!--END_EPISODES-->

			</div>

</body>
</html>
5   L A T E S T    R E P L I E S    (Newest First)
JDommi Posted - 22 Aug 2009 : 10:06:24
Thanks, deafvader :) But without Ale's help it wasn't possible!
I have sent again a modified script to Alessio the last days.
It now has 4 blocks that can be folded: the seasons/episodes, the actors, other informations and the crew (moved director, photographer, writer and music to the right side under the actors).
In addition to that I have suggested to add an option to settings for the HTML Card where you can select for each part if you wanna see it folded or unfolded as default.
Any further changes are welcome :)

A section for modified moviecards... I would find this idea really good.
Maybe Alessio will add a new section to forum. The first post suggestion from me would be to add a screenshot gallery of all existing movie cards (and an extra download section for these cards !?!).
deafvader Posted - 22 Aug 2009 : 04:46:47
Hi JDommi

Great work on the JavaScript.
I've been looking through it and have added a few extra for Comments,Awards,Trivia and goofs. I've moved the </a> to the end of the image so if you click the image it still works. I found some nice + and - gifs, im using the plus one at the moment. I was wondering if there is a way to get the +.gif to change to the -.gif when you click. I can send my Movie.htm and the gifs if you want. Just there nowhere to put them here unless in text form.

Perhaps we could have a section for modified moviecards in the future.
Thanks in advance
D.
JDommi Posted - 15 Aug 2009 : 18:50:28
Thx deafvader, but it's not possible as there would be crossreferences in div layers.
But Alessio has changed the function that adds all episodes to card in that way I/we need it :)
I already have tested the modded exe and it works really great!
Big thx to Ale again!
deafvader Posted - 15 Aug 2009 : 18:44:00
Don't if this helps. Found this http://support.internetconnection.net/CODE_LIBRARY/Javascript_Collapse_Expand.shtml

D.
JDommi Posted - 10 Aug 2009 : 19:30:58
Nearly ok, except that whole season's block is not folded. Instead only the "Season X" line is disappearing... Any help?

Movie card so far:
<html>
<head>
<style>
<!--
.style13 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-style: italic; font-size: 11px; }
.style9 {font-size: 11px}
.style14 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; }
.style19 {
	color: #FFFFFF;
	font-style: italic;
}
.style18 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; color: #FFFFFF; }
.style10 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10px; }
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style20 {background-image: url('MyCollectionCard/puntini.gif'); background-repeat: repeat-x; background-position-y: bottom }
-->
</style>
<SCRIPT LANGUAGE="JavaScript">
  function dezInt(num,size,prefix) {
    prefix=(prefix)?prefix:"0";
    var minus=(num<0)?"-":"", result=(prefix=="0")?minus:""; num=Math.abs(parseInt(num,10)); size-=(""+num).length; for(var i=1;i<=size;i++) { result+=""+prefix; } result+=((prefix!="0")?minus:"")+num;
    return result; }
</SCRIPT>
<script type="text/javascript">     
  function AddCode1(div_id,season,mycode) {
    var prev_season = (document.getElementById("store_prev_season").innerHTML);
    if (prev_season != season) {
        div_id = String("S" + div_id);
        document.getElementById(div_id).innerHTML = mycode;
    }}
</script> 
<script type="text/javascript">     
  function AddCode2(season) {
    var prev_season = (document.getElementById("store_prev_season").innerHTML);
    var prev_div_id = (document.getElementById("store_prev_id").innerHTML);
    if (prev_season != season) {
        document.getElementById(prev_div_id).innerHTML = "</div>";
    }}
</script> 
<script type="text/javascript">     
  function AddCode3(season) {
    var prev_season = (document.getElementById("store_prev_season").innerHTML);
    if (prev_season != season) {
        document.getElementById("store_prev_season").innerHTML = season;
    }}
</script> 
<script type="text/javascript">     
  function AddCode4(div_id) {
    document.getElementById("store_prev_id").innerHTML = "E"+div_id;
    }
</script> 
</head>
<body style="font-family: Tahoma; font-size: 8pt; margin-top: 0; margin-bottom: 0">
<SCRIPT LANGUAGE="JavaScript">
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
</SCRIPT>
<script type="text/javascript">
  function swing(x) {
  if(document.getElementById(x).style.display == "block") {
   document.getElementById(x).style.display = "none";
  } else {
   document.getElementById(x).style.display = "block";
  }}
</script>

<div id="store_prev_id">0</div>
<div id="store_prev_season">0</div>

<table border="1" width="100%" id="table1" style="border-collapse: collapse; background-image:url('MyCollectionCard/bar5.png'); background-repeat:repeat-x; background-position-y:top" bordercolor="#6699FF">
	<tr>
		<td>
<table border="0" width="100%" id="table2" height="57" cellspacing="0">
  <tr>
    <td width="39%" style="background-image: url('MyCollectionCard/bar4.png'); background-repeat: repeat-x">
	<b>
	<font size="3">  <font color="#FFFFFF">_MOVIE_TITLE_ </font>
      </font>
	<font size="1" color="#FFFFFF">(_MOVIE_YEAR_)</font></b><font size="1"> </font><font size="3">  
      </font>
  </tr>
    <td width="1%" style="background-image: url('MyCollectionCard/bar4.png'); background-repeat: repeat-x">
	<p align="right"> <STAR id="star"><STAR id="starHalf"></tr>
</table>
<table border="1" width="100%" id="table5" style="border-collapse: collapse" bordercolor="#6699FF">
	<tr>
		<td>
<table border="0" width="100%" style="word-spacing: 0; margin-top: 0; margin-bottom: 0; background-image:url('MyCollectionCard/bar5.png'); background-repeat:repeat-x; background-position-y:top" cellspacing="1" height="233" bordercolor="#6699FF" id="table7">
  <tr>
    <td valign="middle" align="left" height="27" colspan="3">
     <b><font size="2"> General Information</font></b></td>
  </tr>
	<tr>
    <td width="1" height="179" valign="top">
     <a href="_MOVIE_COVER_" onclick="NewWindow(this.href,'name','800','600','yes');return false;">
		<img border="0" src="_MOVIE_COVER_" width="115"></a>
		<br><STAR id="star0"><img border="0" src="MyCollectionCard/_MOVIE_PERSONALRATING_.bmp" width="80" height="16"><br>
		 <table border="0" width="100%">
			<tr>
				<td>
				<div align="center">
      <table width="112" border="0" cellpadding="1" cellspacing="1">
        <tr>
          <td height="20" valign="bottom"><span class="style13">
			<font color="#FFFFFF" face="Tahoma">
			
			<img border="0" src="MyCollectionCard/PlayMovie.bmp" width="16" height="16">		<a href="" onclick="window.external.COLLECTION_PLAYMOVIE('_MOVIE_ID_');return false;">
		<b>
			<span style="font-style: normal">
			<font size="1">_PLAY_MOVIE_</font></span> 
			</b></a>
			</td>
        </tr>
		<tr>
          <td height="20" valign="bottom">
         <img border="0" src="MyCollectionCard/PlayMovie.bmp" width="16" height="16"><a href="" onclick="window.external.COLLECTION_PLAYTRAILER('_MOVIE_ID_');return false;"><b><font size="1">_PLAY_TRAILER_</font> 
			</b></a>
          
          </td>
        </tr>
		<tr>
          <td height="20"> </td>
        </tr>
        <tr>
          <td background="mycollectioncard/bar4.png" height="20"><span class="style13">
			<font color="#FFFFFF" face="Tahoma"> catalogNo</font></span></td>
        </tr>
        <tr>
          <td class="style20" height="15"><div align="center" class="style14 style9">
			<font face="Tahoma" size="1"><span style="font-weight: 400">
			_MOVIE_CDBOXID_</span></font></div></td>
        </tr>
        <tr>
          <td class="style14" background="mycollectioncard/bar4.png" height="21"><span class="style19"> status:</span></td>
        </tr>
        <tr>
          <td class="style20" height="15"><div align="center"><span class="style18">
			<font color="#000000" face="Tahoma" size="1">
			<span style="font-weight: 400">_MOVIE_MEDIAST_</span></font></span> </div></td>
        </tr>
        <tr>
          <td background="mycollectioncard/bar4.png" height="20"><span class="style13"><font color="#FFFFFF"> ncd:</font></span></td>
        </tr>
        <tr>
          <td class="style20"><div align="center" class="style10 style11">
			<font face="Tahoma" size="1"><span style="font-weight: 400"><cdnumber id="cdnumber">_MOVIE_NCD_</span></font></div></td>
        </tr>
        <tr>
          <td background="mycollectioncard/bar4.png" height="20"><span class="style13"><font color="#FFFFFF"> length:</font></span></td>
        </tr>
        <tr>
          <td class="style20"><div align="center" class="style14">
			<font face="Tahoma" size="1"><span style="font-weight: 400">_MOVIE_LENGTH_</span></font></div></td>
        </tr>
        <tr>
          <td></td>
        </tr>
        <tr>
          <td background="mycollectioncard/bar4.png" height="20"><span class="style14"><font color="#FFFFFF"><em> inserted:</em></font></span></td>
        </tr>
        <tr>
          <td class="style20"><div align="center" class="style14">
			<font face="Tahoma" size="1"><span style="font-weight: 400">_DATE_INSERT_</span></font></div></td>
        </tr>
        <tr>
          <td background="mycollectioncard/bar4.png" height="20"><span class="style14"><font color="#FFFFFF"><em> modified:</em></font></span></td>
        </tr>
		<tr>
          <td class="style20"><div align="center" class="style14">
			<font face="Tahoma" size="1"><span style="font-weight: 400">_LAST_MODIFY_</span></font></div></td>
        </tr>
        <tr>
          <td background="mycollectioncard/bar4.png" height="20"><span class="style14"><font color="#FFFFFF"><em> _TMOVIE_RATED_:</em></font></span></td>
        </tr>
        <tr>
          <td class="style20"><div align="center" class="style14">
			<font face="Tahoma" size="1"><span style="font-weight: 400">
			_MOVIE_RATED_</span></font></div></td>
        </tr>
      </table>
      			</div>
				</td>
			</tr>
		</table>
	</td>
    <td width="1" height="179"></td>
    <td width="100%" height="179">
      <table border="0" width="100%" height="100%">
		<tr>
			<td valign="top">
			<table border="0" width="100%" height="100%">
				<tr>
					<td valign="top" width="50%">
					<table border="0" width="100%" height="75%">
						<tr>
          <td height="15" style="background-image: url('MyCollectionCard/bar4.png'); background-repeat: repeat-x; background-position-y: bottom"  colspan="2">
           <font size="2" color="#FFFFFF"><b>Movie Specification</b></font></td>
          				</tr>
						<tr>
          <td width="12" height="15" class="style20" >
           </td>
          <td height="15" class="style20" >
          <b><font size="1">_TMOVIE_ORIGINALTITLE_<br>
			</font></b>
          <font size="1">_MOVIE_ORIGINALTITLE_</font></td>
        				</tr>
						<tr>
          <td width="12" height="15" class="style20" >
           </td>
          <td height="15" class="style20" >
          <b><font size="1">_TMOVIE_DIRECTOR_<br>
			</font></b>
          <font size="1"><b><a href="" onclick="window.external.COLLECTION_DIRECTOR('','_MOVIE_DIRECTOR_');return false;">_MOVIE_DIRECTOR_</a> </b></font></td>
        				</tr>
						<tr>
          <td width="12" height="16" class="style20">
           </td>
          <td height="16" class="style20">
          <b><font size="1">_TMOVIE_PRODUCER_<br>
			</font></b>
          <font size="1">_MOVIE_PRODUCER_</font></td>
        				</tr>
						<tr>
          <td width="12" height="16" class="style20">
           </td>
          <td height="16" class="style20">
          <b><font size="1">_TMOVIE_GENRE_<br>
			</font></b>
          <font size="1">_MOVIE_GENRE_</font></td>
        				</tr>
						<tr>
          <td width="12" height="16" class="style20">
          <b><font size="2">    </font> </b></td>
          <td height="16" class="style20">
          <b><font size="1">_TMOVIE_LANGUAGE_<br>
			</font></b>
          <font size="1">_MOVIE_LANGUAGE_</font></td>
        				</tr>
						<tr>
          <td width="12" height="13" class="style20">
           </td>
          <td height="13" class="style20">
          <b><font size="1">_TMOVIE_YEAR_<br>
			</font></b>
			<font size="1">_MOVIE_YEAR_</font></td>
        				</tr>
						<tr>
          <td width="12" height="15" class="style20">
           </td>
          <td height="15" class="style20">
          <b><font size="1">_TMOVIE_COUNTRY_<br>
			</font></b>
          <font size="1">_MOVIE_COUNTRY_</font></td>
        				</tr>
						<tr>
          <td width="12" height="16" class="style20">
           </td>
          <td height="16" class="style20">
          <b><font size="1">_TMOVIE_MEDIA_<br>
			</font></b>
          <font size="1">_MOVIE_MEDIA_</font></td>
        				</tr>
						<tr>
          <td width="12" height="16" class="style20">
          <b><font size="2">    </font> </b></td>
          <td height="16" class="style20">
          <font size="1"><b>_TMOVIE_PLOT_<br>
			</b>_MOVIE_PLOT_</font></td>
          				</tr>
						<tr>
          <td width="12" height="16" class="style20">
          <b><font size="2">    </font> </b></td>
          <td height="16" class="style20">
          <b><font size="1">_TMOVIE_TAGLINE_<br>
			</font></b>
          <font size="1">_MOVIE_TAGLINE_</font></td>
          				</tr>
						<tr>
          <td width="12" height="16" class="style20">
          <b><font size="2">    </font> </b></td>
          <td height="16" class="style20">
          <b><font size="1">_TMOVIE_COMMENT_<br>
			</font></b>
          <font size="1">_MOVIE_COMMENT_</font></td>
          				</tr>
						<tr>
          <td width="12" height="16" class="style20">
          <b><font size="2">    </font> </b></td>
          <td height="16" class="style20">
          <b><font size="1">_TMOVIE_REVIEW_<br>
			</font></b>
          <font size="1">_MOVIE_REVIEW_</font></td>
          				</tr>
						<tr>
          <td width="12" height="16" class="style20">
          <b><font size="2">    </font> </b></td>
          <td height="16" class="style20">
          <b><font size="1">_TMOVIE_NOTES_<br>
			</font></b>
          <font size="1">_MOVIE_NOTES_</font></td>
          				</tr>
						<tr>
          <td width="12" height="16" class="style20">
          <b><font size="2">    </font> </b></td>
          <td height="16" class="style20">
          <b><font size="1">_TMOVIE_AWARDS_<br>
			</font></b>
          <font size="1">_MOVIE_AWARDS_</font></td>
          				</tr>
						<tr>
          <td height="21" class="style20" colspan="2">
           </td>
        				</tr>
						<tr>
          <td width="12" height="26" class="style20">
           </td>
          <td height="26" class="style20">
          <b><font size="1">_TMOVIE_STUDIO_<br>
			</font></b>
          <font size="1">_MOVIE_STUDIO_</font></td>
        				</tr>
						<tr>
          <td width="12" height="26" class="style20">
           </td>
          <td height="26" class="style20">
          <b><font size="1">_TMOVIE_DISTRIBUTOR_<br>
			</font></b>
          <font size="1">_MOVIE_DISTRIBUTOR_</font></td>
        				</tr>
						<tr>
          <td width="12" height="26" class="style20">
           </td>
          <td height="26" class="style20">
          <b><font size="1">_TMOVIE_WRITER_<br>
			</font></b>
          <font size="1">_MOVIE_WRITER_</font></td>
        				</tr>
						<tr>
          <td width="12" height="28" class="style20">
           </td>
          <td height="28" class="style20">
          <b><font size="1">_TMOVIE_PHOTOGRAPHER_<br>
			</font></b>
          <font size="1">_MOVIE_PHOTOGRAPHER_</font></td>
        				</tr>
						<tr>
          <td width="12" height="32" class="style20">
           </td>
          <td height="32" class="style20">
          <b><font size="1">_TMOVIE_MUSIC_<br>
			</font></b>
          <font size="1">_MOVIE_MUSIC_</font></td>
        				</tr>
						<tr>
          <td width="12" height="21" class="style20">
           </td>
          <td height="21" class="style20">
           </td>
        				</tr>
						<tr>
          <td width="12" height="26" class="style20">
          <b><font size="2">    </font> </b></td>
          <td height="26" class="style20">
          <b><font size="1">_TMOVIE_LANGUAGE_<br>
			</font></b>
          <font size="1">_MOVIE_LANGUAGE_</font></td>
        				</tr>
						<tr>
          <td width="12" height="26" class="style20">
           </td>
          <td height="26" class="style20">
          <b><font size="1">_TMOVIE_MPAA_<br>
			</font></b>
          <font size="1">_MOVIE_MPAA_</font></td>
        				</tr>
						<tr>
          <td width="12" height="21" class="style20">
           </td>
          <td height="21" class="style20">
           </td>
        				</tr>
						<tr>
          <td width="12" height="26" class="style20">
          <b><font size="2">    </font> </b></td>
          <td height="26" class="style20">
          <b><font size="1">_TLOAN_DATE_<br>
			</font></b>
          <font size="1">_LOAN_DATE_</font></td>
        				</tr>
						<tr>
          <td width="12" height="26" class="style20">
           </td>
          <td height="26" class="style20">
          <b><font size="1">_TLOANED_BY_<br>
			</font></b>
          <font size="1">_LOANED_BY_</font></td>
        				</tr>
						<tr>
          <td width="12" height="21" class="style20">
           </td>
          <td height="21" class="style20">
           </td>
        				</tr>
						<tr>
          <td width="12" height="26" class="style20">
          <b><font size="2">    </font> </b></td>
          <td height="26" class="style20">
          <b><font size="1">_TMOVIE_SITEID_<br>
			</font></b>
          <font size="1">_MOVIE_SITEID_</font></td>
        				</tr>
						<tr>
          <td width="12" height="26" class="style20">
           </td>
          <td height="26" class="style20">
          <b><font size="1">_TMOVIE_SCRIPTUSED_<br>
			</font></b>
          <font size="1">_MOVIE_SCRIPTUSED_</font></td>
        				</tr>
						<tr>
          <td width="12" height="21" class="style20">
           </td>
          <td height="21" class="style20">
           </td>
        				</tr>
						<tr>
          <td width="12" height="26" class="style20">
          <b><font size="2">    </font> </b></td>
          <td height="26" class="style20">
          <b><font size="1">_TMOVIE_LANGUAGE_<br>
			</font></b>
          <font size="1">_MOVIE_LANGUAGE_</font></td>
        				</tr>
					</table>
					</td>
					<td valign="top" width="50%">
					<table border="0" width="100%">
						<tr>
							<td>
			
			
						<table border="0" width="100%">
				<tr>
          <td width="100%" align="left" height="22" style="background-image: url('MyCollectionCard/bar4.png'); background-repeat: repeat-x; background-position-y: bottom">
       <font color="#FFFFFF">
       <b><font size="1">  EPISODES:</font></b></font></td>
        		</tr>

        <tr>
          <td width="103%" height="16" class="style20">

       <a href="#" onclick="swing('under1');return false;"><img border="0" src="MyCollectionCard/FrecciaVerde2.bmp" width="16" height="16"> <font size=2><b>SEASONS:</b></font></a>
       <div style="display:none;" id="under1">
				
        		  <!--END_HEAD-->

       <i id="S_EPISODE_ID_"> </i>

       <br><b><font size="1"><img border="0" src="MyCollectionCard/FrecciaVerde.bmp" width="16" height="16"> </font> </b><font size="1">(
       <SCRIPT LANGUAGE="JavaScript"> document.write(dezInt(_EPISODE_SEASON_,2)+'-'+dezInt(_EPISODE_NUMBER_,2)); </SCRIPT>
       ) <a href="" onclick="window.external.COLLECTION_EPISODE('_EPISODE_ID_');return false;"><b>_EPISODE_TITLE_  </b></a><br> </font> 

       <i id="E_EPISODE_ID_"> </i>


        <script type="text/javascript">     
        	AddCode1("_EPISODE_ID_", "_EPISODE_SEASON_", "<a href=\"#\" onclick=\"swing('S_EPISODE_ID_');return false;\"><img border=\"0\" src=\"MyCollectionCard/FrecciaVerde2.bmp\" width=\"16\" height=\"16\"> <font size=2><b>_EPISODE_SEASON_</b></font></a><div style=\"display:none;\" id=\"S_EPISODE_SEASON_\">"); 
        </script> 
        <script type="text/javascript">     
        	AddCode2("_EPISODE_SEASON_"); 
        </script> 
        <script type="text/javascript">     
        	AddCode3("_EPISODE_SEASON_"); 
        </script> 
        <script type="text/javascript">     
        	AddCode4("_EPISODE_ID_", "_EPISODE_SEASON_"); 
        </script> 
			 <!--END_EPISODES-->

			</div>

			</div>
			</td>
			</tr>
			<table border="0" width="100%">
				<tr>
          <td width="100%" align="left" height="22" style="background-image: url('MyCollectionCard/bar4.png'); background-repeat: repeat-x; background-position-y: bottom" colspan="2">
       <font size="1" color="#FFFFFF">
       <b>  _TMOVIE_ACTORS_</b></font></td>
        		</tr>
        		  <!--END_HEAD-->
        		<tr>
          <td width="1%" height="_ACT_PIC_HEIGHT_"><img  border="0" src="_MOVIE_ACTORS_PICTURE_" width="40" height="_ACT_PIC_HEIGHT_"> </td>
		  <td width="1%" height="16">
			<img border="0" src="MyCollectionCard/FrecciaVerde.bmp" width="16" height="16"> </td>
          <td width="98%" height="16" class="style20" width="100%">
          <a href="" onclick="window.external.COLLECTION_ACTOR('_MOVIE_ACTORS_ID_','_MOVIE_ACTORS_NAME_');return false;"><b>
			<font size="1">_MOVIE_ACTORS_NAME_ </font> 
			</b></a> <font size="1">_MOVIE_ACTORS_ROLE_</font></td>
			</tr>
			 <!--END_ACTORS-->
			</table>
							</td>
						</tr>
					</table>
					</td>
				</tr>
			</table>
			</td>
		</tr>
		</table>
    </td>
  </tr>
	<tr>
    <td width="1"height="25">
     	</td>
    <td width="1" height="25"></td>
    <td width="100%" height="25">
       </td>
  </tr>
</table>
		</td>
	</tr>
</table>
<table border="1" width="100%" id="table15" style="border-collapse: collapse" bordercolor="#6699FF">
	<tr>
		<td>
<table border="0" width="100%" style="word-spacing: 0; margin-top: 0; margin-bottom: 0; background-image:url('MyCollectionCard/bar5.png'); background-repeat:repeat-x; background-position-y:top" cellspacing="1" height="233" bordercolor="#6699FF" id="table16">
  <tr>
    <td valign="middle" align="left" height="27" colspan="3">
     <font size="2"><b> Others Information</b></font></td>
  </tr>
	<tr>
    <td width="1" height="179">
     </td>
    <td width="1" height="179"></td>
    <td width="100%" height="179">
      <table border="0" width="100%" cellspacing="1" cellpadding="0" height="104" style="font-family: Tahoma; font-size: 8pt" id="table17">
        <tr>
          <td width="35%" valign="middle" align="left" height="22" style="background-image: url('MyCollectionCard/bar4.png'); background-repeat: repeat-x; background-position-y: bottom">
       <font color="#FFFFFF">
       <b>  Media Specifications</b></font><br>
       </td>
        </tr>
        <tr>
          <td width="110%"  height="22" class="style20">
          <table width="100%" border="0" align="right" cellpadding="1" cellspacing="1" >
          <tr class="style14">
            <td width="50%" height="13" style="background-image: url('MyCollectionCard/puntini.gif'); background-repeat: repeat-x; background-position-y: bottom"><strong>_TMOVIE_REGION_</strong></td>
            <td width="50%" id="mRegion" style="background-image: url('MyCollectionCard/puntini.gif'); background-repeat: repeat-x; background-position-y: bottom">
			<span style="font-weight: 400"><strong style="font-weight: 400">_MOVIE_REGION_</strong></span></td>
          </tr>
          <tr class="style14">
            <td height="13" class="style20"width="50%"><strong>_TMOVIE_EDITION_</strong></td>
            <td   id="mEdition" class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_MOVIE_EDITION_</strong></span></td>
          </tr>
          <tr class="style14">
            <td height="13" class="style20"width="50%"><strong>_TMOVIE_SCREENRATIO_</strong></td>
            <td   id="mVDVD" class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_MOVIE_SCREENRATIO_</strong></span></td>
          </tr>
          <tr class="style14">
            <td height="12" class="style20"width="50%"><strong>_TMOVIE_AUDIOFORMAT_</strong></td>
            <td   id="mADVD" class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_MOVIE_AUDIOFORMAT_</strong></span></td>
          </tr>
          <tr class="style14">
            <td   class="style20"width="50%"><strong>_TUPC_CODE_</strong></td>
            <td   class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_UPC_CODE_</strong></span></td>
          </tr>
          <tr class="style14">
            <td height="13" class="style20"width="50%"><strong>_TMEDIA_YEAR_</strong></td>
            <td   width="50%" style="background-image: url('MyCollectionCard/puntini.gif'); background-repeat: repeat-x; background-position-y: bottom">
			<span style="font-weight: 400"><strong style="font-weight: 400">_MEDIA_YEAR_</strong></span></td>
          </tr>
          <tr class="style14">
            <td height="13" class="style20"width="50%"><strong>_TDVD_CHAPTERS_</strong></td>
            <td   class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_DVD_CHAPTERS_</strong></span></td>
          </tr>
          <tr class="style14">
            <td height="13" class="style20"width="50%"><strong>_TMOVIE_VIDEOSTANDARD_</strong></td>
            <td   id="mVStd" class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_MOVIE_VIDEOSTANDARD_</strong></span></td>
          </tr>
          <tr class="style14">
            <td height="13" class="style20"width="50%"> </td>
            <td   id="mMode" class="style20"width="50%"> </td>
          </tr>
          <tr class="style14">
            <td height="13" class="style20"width="50%"><strong>_TLOCATION_</strong></td>
            <td   class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_LOCATION_</strong></span></td>
          </tr>
          <tr class="style14">
            <td height="13" class="style20"width="50%"><strong>_TDATE_PURCHASED_</strong></td>
            <td   class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_DATE_PURCHASED_</strong></span></td>
          </tr>
          <tr class="style14">
            <td   class="style20"width="50%"><strong>_TDATE_INSERT_</strong></td>
            <td   id="mDoI" class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_DATE_INSERT_</strong></span></td>
          </tr>
          <tr class="style14">
            <td   class="style20"width="50%"><strong>_TPRICE_</strong></td>
            <td   class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_PRICE_</strong></span></td>
          </tr>
          <tr class="style14">
            <td   class="style20"width="50%"><strong>_TDATE_SEEN_</strong></td>
            <td   class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_DATE_SEEN_</strong></span></td>
          </tr>
          <tr class="style14">
            <td   class="style20"width="50%"><strong>_TSEEN_WHERE_</strong></td>
            <td   class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_SEEN_WHERE_</strong></span></td>
          </tr>
          <tr class="style14">
            <td   class="style20"width="50%"><strong>_TOWNER_</strong></td>
            <td   class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_OWNER_</strong></span></td>
          </tr>
          <tr class="style14">
            <td   class="style20"width="50%"><strong>_TAQUIRED_FROM_</strong></td>
            <td   class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_AQUIRED_FROM_</strong></span></td>
          </tr>
          <tr class="style14">
            <td   class="style20"width="50%"><strong>_TVALUE_</strong></td>
            <td   class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_VALUE_</strong></span></td>
          </tr>
          <tr class="style14">
            <td   class="style20"width="50%"> </td>
            <td   class="style20"width="50%"> </td>
          </tr>
          <tr class="style14">
            <td height="13" align="left" valign="top"  class="style20"width="50%"><strong>_TMOVIE_CODEC_</strong></td>
            <td height="13" align="left" valign="top"  id="mCodec" class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_MOVIE_CODEC_</strong></span></td>
          </tr>
          <tr class="style14">
            <td height="13" align="left" valign="top"  class="style20"width="50%"><strong>_TMOVIE_BITRATE_</strong></td>
            <td height="13" align="left" valign="top"  id="mBR" class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_MOVIE_BITRATE_</strong></span></td>
          </tr>
          <tr class="style14">
            <td height="13" align="left" valign="top"  class="style20"width="50%"><strong>_TMOVIE_RESOLUTION_</strong></td>
            <td height="13" align="left" valign="top"  id="mRES" class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_MOVIE_RESOLUTION_</strong></span></td>
          </tr>
          <tr class="style14">
            <td height="12" align="left" valign="top"  class="style20"width="50%"><strong>_TMOVIE_AUDIO_</strong></td>
            <td height="12" align="left" valign="top"  id="mAudio" class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_MOVIE_AUDIO_</strong></span></td>
          </tr>
          <tr class="style14">
            <td height="13" align="left" valign="top"  class="style20"width="50%"><strong>_TMOVIE_SUBTITLE_</strong></td>
            <td height="13" align="left" valign="top"  id="mSubT" class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_MOVIE_SUBTITLE_</strong></span></td>
          </tr>
          <tr class="style14">
            <td   class="style20"width="50%"> </td>
            <td   class="style20"width="50%"> </td>
          </tr>
          <tr class="style14">
            <td height="13" align="left" valign="top"  class="style20"width="50%"><strong>_TMOVIE_ABITRATE_</strong></td>
            <td height="13" align="left" valign="top"  id="mABR" class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_MOVIE_ABITRATE_</strong></span></td>
          </tr>
          <tr class="style14">
            <td height="13" align="left" valign="top"  class="style20"width="50%"><strong>_TMOVIE_SRATE_</strong></td>
            <td height="13" align="left" valign="top"  id="mSR" class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_MOVIE_SRATE_</strong></span></td>
          </tr>
          <tr class="style14">
            <td height="13" align="left" valign="top"  class="style20"width="50%"><strong>_TMOVIE_CHANNELS_</strong></td>
            <td height="13" align="left" valign="top"  id ="mACH" class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_MOVIE_CHANNELS_</strong></span></td>
          </tr>
          <tr class="style14">
            <td height="13" align="left" valign="top"  class="style20"width="50%"><strong>_TMOVIE_FILESIZE_</strong></td>
            <td height="13" align="left" valign="top"  id="mFSize" class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_MOVIE_FILESIZE_</strong></span></td>
          </tr>
          <tr class="style14">
            <td height="13"  class="style20"width="50%"><strong>_TMOVIE_RIPPER_</strong></td>
            <td height="13"  id="mRipper" class="style20"width="50%">
			<span style="font-weight: 400"><strong style="font-weight: 400">_MOVIE_RIPPER_</strong></span></td>
          </tr>
          </table></td>
        </tr>
        </table>
    </td>
  </tr>
	<tr>
    <td width="1"  height="25">
     	</td>
    <td width="1"  height="25"></td>
    <td width="100%"  height="25">
       </td>
  </tr>
</table>
		</td>
	</tr>
</table>
<p> </p>
		</td>
	</tr>
</table>
<hr size="1">
<p align="center" style="margin-top: 0; margin-bottom: 0">
eXtreme Movie Manager - CollectionMovieCard 1.0 @2001-2009
<a href="http://www.binaryworks.it/extrememoviemanager/">BinaryWorks.it</a></p>
<script>
alert (document.getElementById("under1").innerHTML);
</script>
</body>
</html>

BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.14 sec. Powered By: Snitz Forums 2000 Version 3.4.07