Rev 7107 | Rev 7636 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7107 | Rev 7562 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | <p class="wims_alertmsg"> |
12 | <p class="wims_alertmsg"> |
13 | $(ER_$error) |
13 | $(ER_$error) |
14 | !read adm/search_engine/search_empty.phtml |
14 | !read adm/search_engine/search_empty.phtml |
15 | </p> |
15 | </p> |
16 | !endif |
16 | !endif |
17 | - | ||
18 | !set tt=<span class="wims_emph">$(CC_A)</span> |
17 | !set tt=<span class="wims_emph">$(CC_A)</span> |
19 | 18 | ||
20 | !if $gottype=search and ($Gotcnt>1 or $gotcnt>1) |
19 | !if $gottype=search and ($Gotcnt>1 or $gotcnt>1) |
21 | !if $Gotcnt<1 |
20 | !if $Gotcnt<1 |
22 | !set Gotcnt=$gotcnt |
21 | !set Gotcnt=$gotcnt |
Line 24... | Line 23... | ||
24 | !if $warning notsametext $empty |
23 | !if $warning notsametext $empty |
25 | !set Gotcntplus=!replace internal , by + in $warning |
24 | !set Gotcntplus=!replace internal , by + in $warning |
26 | !endif |
25 | !endif |
27 | !set Gotcnt=$[$Gotcntplus+$Gotcnt] |
26 | !set Gotcnt=$[$Gotcntplus+$Gotcnt] |
28 | <div class="RE_found"> |
27 | <div class="RE_found"> |
29 | $RE_found |
28 | $RE_found |
- | 29 | <p class="wimscenter smaller">$wims_ref_name?$search_adresse</p> |
|
30 | !if $warning notsametext $empty |
30 | !if $warning notsametext $empty |
31 | $RE_warning_more |
31 | $RE_warning_more |
32 | !endif |
32 | !endif |
33 | </div> |
33 | </div> |
34 | 34 |