[10917] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <rules |
---|
| 3 | xmlns="http://namespaces.plone.org/diazo" |
---|
| 4 | xmlns:css="http://namespaces.plone.org/diazo/css" |
---|
| 5 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
---|
| 6 | xmlns:xi="http://www.w3.org/2001/XInclude"> |
---|
| 7 | |
---|
[10936] | 8 | <!-- Cases where we do not want themes... --> |
---|
| 9 | <notheme if-path="/++grokui++" /> <!-- do not theme GrokUI --> |
---|
| 10 | <notheme if-path="/_debug" /><!-- output by debugger --> |
---|
| 11 | <notheme css:if-content="div#error-area" /> |
---|
[10917] | 12 | |
---|
[11060] | 13 | <!-- use error page if there is a <table class="layout"> |
---|
[10917] | 14 | tag in content. This tag is rendered in Zope 3 errors. --> |
---|
| 15 | <rules css:if-content="table#layout"> |
---|
| 16 | <theme href="error-zope.html" /> |
---|
| 17 | <replace css:theme-children="#kofa-error-message" |
---|
| 18 | css:content-children="h3" /> |
---|
| 19 | </rules> |
---|
| 20 | <!-- use error page if there is no <div> tag in content. |
---|
| 21 | This happens if something in the application went wrong. --> |
---|
| 22 | <rules css:if-not-content="div"> |
---|
| 23 | <theme href="error-zope.html" /> |
---|
| 24 | <replace css:theme-children="#kofa-error-message" |
---|
| 25 | css:content-children="body" /> |
---|
| 26 | </rules> |
---|
| 27 | |
---|
| 28 | <!-- regular rules --> |
---|
[10925] | 29 | <rules css:if-content="body.kofa-body"> |
---|
[10917] | 30 | |
---|
| 31 | <theme href="theme.html" /> |
---|
| 32 | |
---|
| 33 | <!-- head elements --> |
---|
| 34 | <replace css:theme="html head title" |
---|
| 35 | css:content="html head title" /> |
---|
| 36 | |
---|
| 37 | <!-- brand (upper left) --> |
---|
| 38 | <copy attributes="href" css:theme="a.kofa-brand-link" |
---|
| 39 | css:content="a.kofa-brand-link" /> |
---|
| 40 | <replace css:theme-children="a.kofa-brand-link" |
---|
| 41 | css:content-children="a.kofa-brand-link" /> |
---|
| 42 | |
---|
| 43 | <!-- left top navigation --> |
---|
| 44 | <replace css:theme-children="ul.kofa-navbar-left" |
---|
| 45 | css:content-children="ul.kofa-navbar-left" /> |
---|
| 46 | |
---|
| 47 | <!-- right side top navigation --> |
---|
| 48 | <replace css:theme-children="ul.kofa-navbar-right" |
---|
| 49 | css:content-children="ul.kofa-navbar-right" /> |
---|
| 50 | |
---|
[13513] | 51 | <!-- maintenance mode warning --> |
---|
| 52 | <drop css:theme="div.kofa-maintenance" |
---|
| 53 | css:if-not-content="div.maintenance-warning" /> |
---|
| 54 | <replace css:theme-children="div.maintenance-warning" |
---|
| 55 | css:content-children="div.maintenance-warning" /> |
---|
| 56 | |
---|
[10917] | 57 | <!-- breadcrumbs --> |
---|
[11030] | 58 | <drop css:theme="div.kofa-breadcrumbs-box-long" |
---|
[10917] | 59 | css:if-not-content="ul.breadcrumb" /> |
---|
[11030] | 60 | <drop css:theme="div.kofa-breadcrumbs-box-long" |
---|
| 61 | css:if-content="div.wfstatus" /> |
---|
| 62 | <drop css:theme="div.kofa-breadcrumbs-box-short" |
---|
| 63 | css:if-not-content="ul.breadcrumb" /> |
---|
| 64 | <drop css:theme="div.kofa-breadcrumbs-box-short" |
---|
| 65 | css:if-not-content="div.wfstatus" /> |
---|
[10977] | 66 | <replace css:theme-children="ol.kofa-breadcrumbs" |
---|
| 67 | css:content-children="ul.breadcrumb" /> |
---|
[10917] | 68 | |
---|
[11030] | 69 | <!-- student status --> |
---|
| 70 | <drop css:theme="div.kofa-student-status-box" |
---|
| 71 | css:if-not-content="div.wfstatus" /> |
---|
| 72 | <replace css:theme-children="div.wfstatus" |
---|
| 73 | css:content-children="div.wfstatus" /> |
---|
[11029] | 74 | |
---|
[10917] | 75 | <!-- sidebar --> |
---|
| 76 | |
---|
| 77 | <drop css:theme="div.kofa-sidebar" |
---|
| 78 | css:if-not-content="div.sidebar" /> |
---|
[10969] | 79 | <replace css:theme-children="div.sidebar-nav" |
---|
[10977] | 80 | css:content-children="div.sidebar" /> |
---|
[10917] | 81 | |
---|
| 82 | <!-- content --> |
---|
| 83 | |
---|
| 84 | <!-- drop one of the both content areas, depending on sidebar --> |
---|
| 85 | |
---|
| 86 | <drop css:theme="div.kofa-content-narrow" |
---|
| 87 | css:if-not-content="div.sidebar" /> |
---|
| 88 | <drop css:theme="div.kofa-content-wide" |
---|
| 89 | css:if-content="div.sidebar" /> |
---|
| 90 | <replace css:theme-children="div.kofa-content" |
---|
| 91 | css:content-children="div.kofa-content" /> |
---|
| 92 | |
---|
| 93 | |
---|
| 94 | <!-- scripts --> |
---|
| 95 | <drop css:theme="script.kofa-script-tooltip" |
---|
[11436] | 96 | css:if-not-content="[data-toggle='tooltip']" /> |
---|
[10917] | 97 | |
---|
[11041] | 98 | <drop css:theme="script.kofa-script-datepicker" |
---|
| 99 | css:if-not-content="input.datepicker-le-year" /> |
---|
| 100 | |
---|
| 101 | <drop css:theme="script.kofa-script-datatable" |
---|
[11051] | 102 | css:if-not-content="table.kofa-data-table" /> |
---|
[11041] | 103 | |
---|
[14422] | 104 | <drop css:theme="script.kofa-filterByText" |
---|
| 105 | css:if-not-content="input.kofa-filterbox" /> |
---|
| 106 | |
---|
[17172] | 107 | <drop css:theme="script.kofa-autoSubmit" |
---|
| 108 | css:if-not-content="form.autosubmit" /> |
---|
| 109 | |
---|
[11463] | 110 | <!-- |
---|
| 111 | |
---|
[11436] | 112 | <rules css:if-not-content="input.datepicker-le-year"> |
---|
| 113 | <drop css:theme="script.jquery-ui" |
---|
| 114 | css:if-not-content="[data-toggle='tooltip']" /> |
---|
| 115 | </rules> |
---|
| 116 | |
---|
[11463] | 117 | --> |
---|
[10917] | 118 | <!-- |
---|
| 119 | <after css:theme-children="html head" |
---|
| 120 | css:content="html head meta" /> |
---|
| 121 | --> |
---|
| 122 | <!-- |
---|
| 123 | <after css:theme-children="html head" |
---|
| 124 | css:content="html head base" /> |
---|
| 125 | --> |
---|
| 126 | |
---|
| 127 | <!-- top navigation --> |
---|
| 128 | <!-- left top navigation --> |
---|
| 129 | <!-- |
---|
| 130 | <replace css:theme-children="ul.kofa-navbar-left" |
---|
| 131 | css:content-children="ul.kofa-navbar-left" /> |
---|
| 132 | --> |
---|
| 133 | |
---|
| 134 | <!-- the language selector |
---|
| 135 | |
---|
[11021] | 136 | quite tricky. We insert a <li> element at beginning of |
---|
| 137 | ul.kofa-navbar-right. This <li> has a header element |
---|
[10917] | 138 | (the 'Language' button) and the a number of <li> elements |
---|
| 139 | representing the supported languages. |
---|
| 140 | We change the input content of format |
---|
| 141 | |
---|
| 142 | <a href="foo" title="Lang">Abbrev</a> |
---|
| 143 | |
---|
| 144 | to |
---|
| 145 | |
---|
| 146 | <a href="foo">Lang</a> |
---|
| 147 | |
---|
| 148 | creating new nodes (<xsl:element>) with attributes copied over. |
---|
| 149 | --> |
---|
[11064] | 150 | <before css:theme-children="ul.kofa-navbar-right"> |
---|
[10917] | 151 | <li class="dropdown kofa-langselect"> |
---|
| 152 | <a href="#" class="dropdown-toggle" |
---|
[11021] | 153 | data-toggle="dropdown"> |
---|
[11040] | 154 | <img src="/static/img/earth.png" /> |
---|
[11022] | 155 | </a> |
---|
[10917] | 156 | <ul class="dropdown-menu"> |
---|
| 157 | <xsl:for-each css:select=" .language a"> |
---|
| 158 | <li class="kofa-language"> |
---|
| 159 | <xsl:element name="a"> |
---|
| 160 | <xsl:attribute name="href"> |
---|
| 161 | <xsl:value-of select="@href" /> |
---|
| 162 | </xsl:attribute> |
---|
| 163 | <xsl:value-of select="@title" /> |
---|
| 164 | </xsl:element> |
---|
| 165 | </li> |
---|
| 166 | </xsl:for-each> |
---|
| 167 | </ul> |
---|
| 168 | </li> |
---|
[11064] | 169 | </before> |
---|
[10917] | 170 | |
---|
[11040] | 171 | <!-- Make all data tables responsive --> |
---|
[10917] | 172 | |
---|
[11051] | 173 | <replace css:content="table.kofa-data-table"> |
---|
[11040] | 174 | <div class="table-responsive"> |
---|
[11051] | 175 | <xsl:apply-templates css:select="table.kofa-data-table" mode="raw"/> |
---|
[11040] | 176 | </div> |
---|
| 177 | </replace> |
---|
[10917] | 178 | |
---|
[11041] | 179 | </rules> |
---|
[10917] | 180 | |
---|
| 181 | </rules> |
---|