- 'xsltfile' => "public/solr.xslt"
- search_style.css - vuejs based solr search - vuejs facets
This commit is contained in:
parent
eb4d35ddc1
commit
dd2ad2d898
16 changed files with 316 additions and 110 deletions
File diff suppressed because one or more lines are too long
9
public/css/search_style.css
vendored
9
public/css/search_style.css
vendored
|
@ -288,26 +288,23 @@ font-size: 16px;
|
|||
max-height: 140px;
|
||||
}
|
||||
|
||||
|
||||
/* overflow for abstracts */
|
||||
.clamped {
|
||||
line-height: 1.5;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.clamped-2 {
|
||||
/* Clamp to 2 lines, ie line-height x 2: */
|
||||
max-height: 6em;
|
||||
max-height: 4.5em;
|
||||
}
|
||||
|
||||
.ellipsis {
|
||||
background: #fff;
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.fill {
|
||||
background: #fff;
|
||||
height: 100%;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -220,7 +220,7 @@
|
|||
</xsl:for-each>
|
||||
|
||||
<!-- subject (uncontrolled) -->
|
||||
<xsl:for-each select="/Opus/Rdr_Dataset/Subject[@Type = 'uncontrolled']">
|
||||
<xsl:for-each select="/Opus/Rdr_Dataset/Subject[@Type = 'Uncontrolled']">
|
||||
<xsl:element name="field">
|
||||
<xsl:attribute name="name">subject</xsl:attribute>
|
||||
<xsl:value-of select="@Value" />
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue