Quoting Mithi:
Quote:
Only thing you could do is to create a HTML-window that mimics the General Info tab.
I'm trying to create this General Info HTML window.
The present result is not satisfying since I cannot recreate the interactivity of the General Info Window of the program:
- mouse scrolling on rating to get rating details
- possibity to change review directly in the window
- use of icons for locks, loaned status, changes made...
I do not know if this is possible, with javascript for example, and I'm totally unable to program this.
Here is what I have already done. Perhaps someone will be able to improve this window.<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-8859-1">
</head>
<body bgcolor="#b5CFF2">
<font size="2" face="Arial Narrow">
<center>
<table border="0" width="100%" cellspacing="0" cellpadding="0"><tr>
<td width="82%"><font size="3" face="Arial Narrow" color="#000080"><b><DP NAME="TITLE"> (<DP NAME="ORIGINAL_TITLE">)</b></font></td>
</center>
<td width="18%">
<p align="right"><font face="Arial Narrow" size="2">
N° collection
</font>
<b><font face="Arial Narrow" size="3"> :<DP NAME="COLLNUM">
</font></b>
</p>
</td>
</tr>
</table>
<center>
<HR color="#808080" size="1">
<div align="left">
<table border="0"><tr>
<td align="left">
<font size="2" face="Arial Narrow">Genres : <DP NAME="GENRES"></font></td>
<td width="150"></td>
<td align="left">
<font face="Arial Narrow" size="2">Classement :<font face="Arial Narrow" size="3"><b><DP NAME="RATING"></b>
</font>
</td></tr>
<tr><td align="left">
<font size="2" face="Arial Narrow">Sortie : <DP NAME="RELDATE"></font></td>
<td width="150"></td>
<td align="left">
<font size="2" face="Arial Narrow">Durée : <DP NAME="RUNTIME" HoursOnly="true"> h <DP NAME="RUNTIME" MinsOnly="true"> mn</font></td></tr>
<tr><td align="left">
<font face="Arial Narrow" size="2">Studios :<DP NAME="STUDIOS">
</font></td>
<td width="150"></td>
<td align="left">
<font size="2" face="Arial Narrow">Boîtier : <DP NAME="CASETYPE"></font></td></tr>
<tr><td align="left"><font face="Arial Narrow" size="2">
Distributeurs :<DP NAME="MEDIA_COMPANIES"> </font></td>
<td width="150"></td>
<td align="left">
<font size="2" face="Arial Narrow">Acheté le: <DP NAME="PURCHDATE"> <DP NAME="PURCHPLACE" Prefix="from "></font></td></tr>
<tr><td align="left"><b><font face="Arial Narrow" size="3"> </font></b><font face="Arial Narrow" size="2">
</font></td>
<td width="150"></td>
<td align="left"><font face="Arial Narrow" size="2"> Evaluation :<DP NAME="REVIEW"> </font> </td></tr>
</table>
</div>
</center>
<center>
<HR color="#808080" size="1">
</center>
<table border="0" width="75%" cellspacing="0" cellpadding="0">
<tr>
<td width="120"><b><font face="Arial Narrow" size="3"><DP NAME="MEDIA_TYPE">
</font></b><font face="Arial Narrow" size="2">Région : <DP NAME="REGIONS"> </font></td>
<td width="60"><font face="Arial Narrow" size="2"> <DP NAME="LOCALITY"> </font></td>
<td width="200"><font face="Arial Narrow" size="2"> <DP NAME="UPC"> </font></td>
</tr>
</table>
</body>
</html>