source: other-projects/nightly-tasks/diffcol/trunk/model-collect/Multimedia/macros/extra.dm@ 28933

Last change on this file since 28933 was 28038, checked in by ak19, 11 years ago
  1. Adding the Multimedia collection. 2. Rebuilt all the tutorial the model-collections (with the new gen-model-colls.sh script, simultaneously tested) since the HASH OID naming scheme has changed.
  • Property svn:executable set to *
File size: 1.1 KB
Line 
1package Style
2
3_collectionspecificstyle_ {
4<style>
5body.bgimage \{ background-image: url("_httpcimages_/tile.jpg"); \}
6\#page \{ margin-left: 120px; \}
7</style>
8}
9
10package Global
11
12_icondisc_ {<img alt="_textdisc_" title="_textdisc_" src="_httpcollection_/images/disc.gif">}
13_iconlyrics_ {<img alt="_textlyrics_" title="_textlyrics_" src="_httpcollection_/images/lyrics.gif">}
14_icontab_ {<img alt="_texttab_" title="_texttab_" src="_httpcollection_/images/tab.gif">}
15_iconmarc_ {<img alt="_textmarc_" title="_textmarc_" src="_httpcollection_/images/marc.gif">}
16_iconmidi_ {<img alt="_textmidi_" title="_textmidi_" src="_httpcollection_/images/midi.gif">}
17_iconmp3_ {<img alt="_textmp3_" title="_textmp3_" src="_httpcollection_/images/mp3.gif">}
18
19_textdisc_ {discography}
20_textlyrics_ {lyrics}
21_texttab_ {tablature}
22_textmarc_ {MARC record}
23_textmidi_ {MIDI audio}
24_textmp3_ {MP3 audio}
25
26
27_textdisc_ [l=fr] {discographie}
28_textlyrics_ [l=fr] {lyrique}
29_texttab_ [l=fr] {tablature}
30_textmarc_ [l=fr] {MARC format}
31_textmidi_ [l=fr] {MIDI format}
32_textmp3_ [l=fr] {MP3 format}
33
Note: See TracBrowser for help on using the repository browser.