Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(433)

Side by Side Diff: Documentation/de/macros.itexi

Issue 306350043: Web: home page: add examples/images, reduce news to headlines (Closed)
Patch Set: Remove image and ly files from patch Created 8 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Documentation/css/lilypond-website.css ('k') | Documentation/de/web/community.itexi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 @c -*- coding: utf-8; mode: texinfo; -*- 1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore 2 @ignore
3 Translation of GIT committish: c1df40da9f8b2794e173583c363f9e736e5531bd 3 Translation of GIT committish: c1df40da9f8b2794e173583c363f9e736e5531bd
4 4
5 When revising a translation, copy the HEAD committish of the 5 When revising a translation, copy the HEAD committish of the
6 version that you are working on. For details, see the Contributors' 6 version that you are working on. For details, see the Contributors'
7 Guide, node Updating translation committishes.. 7 Guide, node Updating translation committishes..
8 @end ignore 8 @end ignore
9 9
10 @documentencoding UTF-8 10 @documentencoding UTF-8
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 733
734 @end iftex 734 @end iftex
735 735
736 736
737 @c ***** Macros specific to the web site ***** 737 @c ***** Macros specific to the web site *****
738 738
739 @ifset web 739 @ifset web
740 740
741 @macro exampleImage{IMAGE-FILE} 741 @macro exampleImage{IMAGE-FILE}
742 @html 742 @html
743 <div class="float-center"> 743 <div class="float-center example-image-wrapper">
744 <a class="clickable" href="ly-examples/\IMAGE-FILE\.png"> 744 <a class="clickable" href="ly-examples/\IMAGE-FILE\.png">
745 <img src="ly-examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\"> 745 <img src="ly-examples/\IMAGE-FILE\-small.png" alt="\IMAGE-FILE\">
746 </a> 746 </a>
747 <p style="text-align: center"> 747 <p style="text-align: center">
748 (Klick zum Vergrößern) 748 (Klick zum Vergrößern)
749 </p> 749 </p>
750 </div> 750 </div>
751 @end html 751 @end html
752 @iftex 752 @iftex
753 @image{ly-examples/\IMAGE-FILE\,6in,,\IMAGE-FILE\,png} 753 @image{ly-examples/\IMAGE-FILE\,6in,,\IMAGE-FILE\,png}
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 810
811 811
812 812
813 @c ***** Macros specific to translated docs ***** 813 @c ***** Macros specific to translated docs *****
814 814
815 815
816 @macro englishref 816 @macro englishref
817 Dieser Abschnitt wurde noch nicht übersetzt. Bitte lesen Sie den 817 Dieser Abschnitt wurde noch nicht übersetzt. Bitte lesen Sie den
818 Abschnitt im englischen Benutzerhandbuch. 818 Abschnitt im englischen Benutzerhandbuch.
819 @end macro 819 @end macro
OLDNEW
« no previous file with comments | « Documentation/css/lilypond-website.css ('k') | Documentation/de/web/community.itexi » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b