From a2e97a25e3f33c847c4d6a039c2f93d8d050a990 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 14 Sep 2010 18:45:48 +0100 Subject: [PATCH] Web: contact us macro for review/papers/etc (1207) --- Documentation/css/lilypond-web.css | 15 +++++++++++++++ Documentation/web.texi | 23 ++++++++++++++++++++++- Documentation/web/community.itexi | 3 ++- Documentation/web/introduction.itexi | 3 +++ 4 files changed, 42 insertions(+), 2 deletions(-) diff --git a/Documentation/css/lilypond-web.css b/Documentation/css/lilypond-web.css index 0ed563b4d1..a6f6f9b669 100644 --- a/Documentation/css/lilypond-web.css +++ b/Documentation/css/lilypond-web.css @@ -919,6 +919,21 @@ div.color4 h3 { margin: 0; } +.contactBox { + float: left; + background: #eef; + text-align: left; + border: 1px solid green; + padding: 0; + margin: 1em; +} + +.contactBox p { + padding: 0.5em; + margin: 0; +} + + .hide { position: relative; text-indent: -999em; diff --git a/Documentation/web.texi b/Documentation/web.texi index ac7db3cca9..b56b464303 100644 --- a/Documentation/web.texi +++ b/Documentation/web.texi @@ -277,11 +277,32 @@ Distributions will want to install lilypond.info in postinstall, doing: @end macro -@macro contactUs{} +@ifhtml +@macro contactUsAbout{topic} +@divClass{heading-center} +@divClass{contactBox} +If you are aware of any other \topic\ which could be listed here, +please let us know by following the instructions on +@ref{Bug reports}. +@divEnd +@divEnd + +@end macro +@end ifhtml + +@ifnothtml +@macro contactUsAbout{topic} +@cartouche +If you are aware of any other \topic\ which could be listed here, +please let us know by following the instructions on +@ref{Bug reports}. + +@end cartouche @end macro +@end ifnothtml @include web/introduction.itexi @include web/download.itexi diff --git a/Documentation/web/community.itexi b/Documentation/web/community.itexi index 88f4eadd17..d8157d403b 100644 --- a/Documentation/web/community.itexi +++ b/Documentation/web/community.itexi @@ -805,7 +805,6 @@ manuals can be found at @url{http://lilypond.org}} @divEnd @divEnd - @divClass{column-center-bottom} @subheading What people did with LilyPond @@ -818,6 +817,8 @@ manuals can be found at @url{http://lilypond.org}} @divEnd @divEnd +@contactUsAbout{academic papers} + @node Old news @unnumberedsec Old news diff --git a/Documentation/web/introduction.itexi b/Documentation/web/introduction.itexi index 69dcce78d2..a15224c245 100644 --- a/Documentation/web/introduction.itexi +++ b/Documentation/web/introduction.itexi @@ -560,6 +560,7 @@ lovers. @divEnd +@contactUsAbout{concerts or sheet music} @divClass{column-center-bottom} @subheading Where now? @@ -850,6 +851,8 @@ I want on the page, especially when it isn't "standard" practice.} @divEnd +@contactUsAbout{news articles or testimonals} + @divClass{column-center-bottom} @subheading Where now? -- 2.39.2