(fr) HTLMdefaultemplate-black
Posted: 2012-11-04 19:05:03
Bonjour voiçi le template black que j'ai fait..
Uploaded with ImageShack.us
et le code pour ceux que cela interesse
<html><head>
<style TYPE="text/css">
body { margin: 0em; padding: 0em; }
text,p,div,span,th,td,ul,li { FONT-SIZE: 10pt; FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; color: red; background: black; }
div.header { font-size: 18pt; font-weight: bold; text-align: center; color: red; background: black; padding: 10px; margin-bottom : 5px}
div.footer { font-size: 18pt; font-weight: bold; text-align: center; color: red; background: red; padding: 0px; margin-top : 5px}
hr { border: solid; border: 0; background-color: #fc0232 ; color: #fc0232 ; height: 3px; }
A:link { COLOR: #505050 ; background: black; }
A:visited { COLOR: #505050 ; background: black; }
A:hover { COLOR: #505050 ; background: black; }
A:active { COLOR: #505050 ; background: black; }
tr { vertical-align: top; padding : 0px; }
td.wh, table.wh { color: red; background: black; border: solid; border-color: black; vertical-align: middle; }
td.gr { color: red; background: #505050 ; border: solid; border-color: black; vertical-align: top; }
td.blk { color: black; background: black; border: solid; border-color: black; vertical-align: middle; }
table { color: black; background: white; border: none; }
</style></head><body>
<div class="header">$$ITEM_FORMATTEDTITLE</div>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="wh" width="500"><img src="$$ITEM_PICTUREFILENAME" alt="poster" width="500" /></td>
<td>
<table border="0" cellspacing="0" cellpadding="1" width="100%">
<tr>
<td class="gr">$$LABEL_NUMBER:</td>
<td class="wh">$$ITEM_NUMBER</td>
</tr>
<tr>
<td class="gr">$$LABEL_DATEADD:</td>
<td class="wh">$$ITEM_DATEADD</td>
</tr>
<tr>
<td class="gr" width="150">$$LABEL_RATING:</td>
<td class="wh">$$ITEM_APPR10 ($$ITEM_RATING)</td>
</tr>
<tr>
<td class="gr">$$LABEL_COUNTRY:</td>
<td class="wh">$$ITEM_COUNTRY</td>
</tr>
<tr>
<td class="gr">$$LABEL_YEAR:</td>
<td class="wh">$$ITEM_YEAR</td>
</tr>
<tr>
<td class="gr">$$LABEL_LENGTH:</td>
<td class="wh">$$ITEM_LENGTH</td>
</tr>
<tr>
<td class="gr">$$LABEL_CATEGORY:</td>
<td class="wh">$$ITEM_CATEGORY</td>
</tr>
<tr>
<td class="gr">$$LABEL_DIRECTOR:</td>
<td class="wh">$$ITEM_DIRECTOR</td>
</tr>
<tr>
<td class="gr">$$LABEL_PRODUCER:</td>
<td class="wh">$$ITEM_PRODUCER</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="1" width="100%">
<tr>
<td class="gr" width="150">$$LABEL_ACTORS:</td>
<td class="wh">$$ITEM_ACTORS</td>
</tr>
<tr>
<td class="gr">$$LABEL_DESCRIPTION:</td>
<td class="wh">$$ITEM_DESCRIPTION</td>
</tr>
<tr>
<td class="gr">$$LABEL_COMMENTS:</td>
<td class="wh">$$ITEM_COMMENTS</td>
</tr>
<tr>
<td class="gr" width="150">$$LABEL_URL:</td>
<td class="wh"><a href="$$ITEM_URL">$$ITEM_URL</a></td>
</tr>
<tr>
<td class="gr" width="150">$$LABEL_MEDIA:</td>
<td class="wh">$$ITEM_MEDIA</td>
</tr>
<tr>
<td class="gr">$$LABEL_TYPE:</td>
<td class="wh">$$ITEM_TYPE</td>
</tr>
<tr>
<td class="gr">$$LABEL_SOURCE:</td>
<td class="wh">$$ITEM_SOURCE</td>
</tr>
<tr>
<td class="gr">$$LABEL_LANGUAGES:</td>
<td class="wh">$$ITEM_LANGUAGES</td>
</tr>
<tr>
<td class="gr">$$LABEL_SUBTITLES:</td>
<td class="wh">$$ITEM_SUBTITLES</td>
</tr>
<tr>
<td class="gr">$$LABEL_VIDEOFORMAT:</td>
<td class="wh">$$ITEM_VIDEOFORMAT ($$ITEM_VIDEOBITRATE $$LABEL_VIDEOKBPS) </td>
</tr>
<tr>
<td class="gr">$$LABEL_AUDIOFORMAT:</td>
<td class="wh">$$ITEM_AUDIOFORMAT ($$ITEM_AUDIOBITRATE $$LABEL_AUDIOKBPS)</td>
</tr>
<tr>
<td class="gr">$$LABEL_RESOLUTION:</td>
<td class="wh">$$ITEM_RESOLUTION ($$ITEM_FRAMERATE $$LABEL_FPS)</td>
</tr>
<tr>
<td class="gr">$$LABEL_SIZE:</td>
<td class="wh">$$ITEM_SIZE $$LABEL_UNIT ($$ITEM_DISKS CD)</td>
</tr>
</table>
<div class="footer"></div>
</body></html>
Uploaded with ImageShack.us
et le code pour ceux que cela interesse
<html><head>
<style TYPE="text/css">
body { margin: 0em; padding: 0em; }
text,p,div,span,th,td,ul,li { FONT-SIZE: 10pt; FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; color: red; background: black; }
div.header { font-size: 18pt; font-weight: bold; text-align: center; color: red; background: black; padding: 10px; margin-bottom : 5px}
div.footer { font-size: 18pt; font-weight: bold; text-align: center; color: red; background: red; padding: 0px; margin-top : 5px}
hr { border: solid; border: 0; background-color: #fc0232 ; color: #fc0232 ; height: 3px; }
A:link { COLOR: #505050 ; background: black; }
A:visited { COLOR: #505050 ; background: black; }
A:hover { COLOR: #505050 ; background: black; }
A:active { COLOR: #505050 ; background: black; }
tr { vertical-align: top; padding : 0px; }
td.wh, table.wh { color: red; background: black; border: solid; border-color: black; vertical-align: middle; }
td.gr { color: red; background: #505050 ; border: solid; border-color: black; vertical-align: top; }
td.blk { color: black; background: black; border: solid; border-color: black; vertical-align: middle; }
table { color: black; background: white; border: none; }
</style></head><body>
<div class="header">$$ITEM_FORMATTEDTITLE</div>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="wh" width="500"><img src="$$ITEM_PICTUREFILENAME" alt="poster" width="500" /></td>
<td>
<table border="0" cellspacing="0" cellpadding="1" width="100%">
<tr>
<td class="gr">$$LABEL_NUMBER:</td>
<td class="wh">$$ITEM_NUMBER</td>
</tr>
<tr>
<td class="gr">$$LABEL_DATEADD:</td>
<td class="wh">$$ITEM_DATEADD</td>
</tr>
<tr>
<td class="gr" width="150">$$LABEL_RATING:</td>
<td class="wh">$$ITEM_APPR10 ($$ITEM_RATING)</td>
</tr>
<tr>
<td class="gr">$$LABEL_COUNTRY:</td>
<td class="wh">$$ITEM_COUNTRY</td>
</tr>
<tr>
<td class="gr">$$LABEL_YEAR:</td>
<td class="wh">$$ITEM_YEAR</td>
</tr>
<tr>
<td class="gr">$$LABEL_LENGTH:</td>
<td class="wh">$$ITEM_LENGTH</td>
</tr>
<tr>
<td class="gr">$$LABEL_CATEGORY:</td>
<td class="wh">$$ITEM_CATEGORY</td>
</tr>
<tr>
<td class="gr">$$LABEL_DIRECTOR:</td>
<td class="wh">$$ITEM_DIRECTOR</td>
</tr>
<tr>
<td class="gr">$$LABEL_PRODUCER:</td>
<td class="wh">$$ITEM_PRODUCER</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="1" width="100%">
<tr>
<td class="gr" width="150">$$LABEL_ACTORS:</td>
<td class="wh">$$ITEM_ACTORS</td>
</tr>
<tr>
<td class="gr">$$LABEL_DESCRIPTION:</td>
<td class="wh">$$ITEM_DESCRIPTION</td>
</tr>
<tr>
<td class="gr">$$LABEL_COMMENTS:</td>
<td class="wh">$$ITEM_COMMENTS</td>
</tr>
<tr>
<td class="gr" width="150">$$LABEL_URL:</td>
<td class="wh"><a href="$$ITEM_URL">$$ITEM_URL</a></td>
</tr>
<tr>
<td class="gr" width="150">$$LABEL_MEDIA:</td>
<td class="wh">$$ITEM_MEDIA</td>
</tr>
<tr>
<td class="gr">$$LABEL_TYPE:</td>
<td class="wh">$$ITEM_TYPE</td>
</tr>
<tr>
<td class="gr">$$LABEL_SOURCE:</td>
<td class="wh">$$ITEM_SOURCE</td>
</tr>
<tr>
<td class="gr">$$LABEL_LANGUAGES:</td>
<td class="wh">$$ITEM_LANGUAGES</td>
</tr>
<tr>
<td class="gr">$$LABEL_SUBTITLES:</td>
<td class="wh">$$ITEM_SUBTITLES</td>
</tr>
<tr>
<td class="gr">$$LABEL_VIDEOFORMAT:</td>
<td class="wh">$$ITEM_VIDEOFORMAT ($$ITEM_VIDEOBITRATE $$LABEL_VIDEOKBPS) </td>
</tr>
<tr>
<td class="gr">$$LABEL_AUDIOFORMAT:</td>
<td class="wh">$$ITEM_AUDIOFORMAT ($$ITEM_AUDIOBITRATE $$LABEL_AUDIOKBPS)</td>
</tr>
<tr>
<td class="gr">$$LABEL_RESOLUTION:</td>
<td class="wh">$$ITEM_RESOLUTION ($$ITEM_FRAMERATE $$LABEL_FPS)</td>
</tr>
<tr>
<td class="gr">$$LABEL_SIZE:</td>
<td class="wh">$$ITEM_SIZE $$LABEL_UNIT ($$ITEM_DISKS CD)</td>
</tr>
</table>
<div class="footer"></div>
</body></html>