source: documentation/trunk/tutorial_sample_files/beatles/advbeat_large/macros/extra.dm@ 18423

Last change on this file since 18423 was 18423, checked in by kjdon, 15 years ago

added teh sample files into svn. I got these files from the releases on sourceforge, jun2006 release with the october extra files.

File size: 1.1 KB
Line 
1package Style
2
3_collectionspecificstyle_ {
4<style>
5body.bgimage \{ background-image: url("_httpcimages_/beat_margin.gif"); \}
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}
Note: See TracBrowser for help on using the repository browser.