aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/vespa/model/container/search/test/pages/richerSerp.xml
blob: cf43e02fa4962c106961d4883f4706dbd174e4c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<page id="richerSerp" layout="column">
    <include idref="header"/>
    <section layout="mainAndRight">
        <section layout="row" placement="main">
            <section layout="column" description="left main pane">
                <choice>
                    <alternative>
                        <section layout="row" max="5" description="Bar of images, from one of two possible sources">
                            <choice>
                                <source name="images"/>
                                <alternative>
                                    <source name="flickr">
                                        <presentation name="mouseOverImage"/>
                                    </source>
                                    <source name="twitpic">
                                        <choice>
                                            <presentation name="mouseOverImage">
                                                <parameter name="hovertime">5</parameter>
                                                <parameter name="borderColor">#ff00ff</parameter>
                                            </presentation>
                                            <presentation name="regularImage"/>
                                        </choice>
                                        <parameter name="filter">origin=twitter</parameter>
                                    </source>
                                </alternative>
                            </choice>
                            <choice>
                                <presentation name="regularImageBox"/>
                                <presentation name="newImageBox"/>
                            </choice>
                        </section>
                        <section max="1" source="local map video ticker weather" description="A single relevant graphically rich element"/>
                    </alternative>
                    <section blending="blend" max="10" source="web news" description="Various kinds of traditional search results"/>
                </choice>
            </section>
            <section layout="column" blending="group" source="answers blogs twitter" description="right main pane, ugc stuff, grouped by source"/>
        </section>
        <section layout="column" source="ads" placement="right" order="relevance clickProbability">
            <presentation name="newAdBox"/>
        </section>
    </section>
    <include idref="footer"/>
</page>