Zuletzt geändert von Julia Schlüns am 2025/01/10 14:16

Von Version 692.1
bearbeitet von xwikiadmin
am 2022/05/11 12:30
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 690.1
bearbeitet von xwikiadmin
am 2022/05/11 12:05
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -242,8 +242,7 @@
242 242  (((
243 243  (% class="card card1" style="box-shadow: inset 0 0 1px rgba(0,0,0,0.05); border-style: solid; border-width: 0 0 6px 0; border-color: #6576A6; margin-bottom: 1em; position: relative; min-width: 0; word-wrap: break-word;background-color: #fafafa; background-clip: border-box; border-radius: .25rem; width: 100%; padding: 10px;" %)
244 244  (((
245 -{{velocity}}
246 -=== #if($services.icon)$services.icon.render('find')#end Suche... ===
245 + {{velocity}}=== #if($services.icon)$services.icon.render('find')#end Suche... ===
247 247  
248 248  {{html}}
249 249  <form action="$xwiki.getURL("Main.Search")">
... ... @@ -254,9 +254,20 @@
254 254   </span>
255 255  </form>
256 256  {{/html}}
257 -
258 258  {{/velocity}}
259 259  
258 +=== {{html clean="false"}}<span class="fa fa-search"></span>{{/html}} Suche... ===
259 +
260 +{{html}}
261 +<form action="/wiki/iso/view/Main/Search">
262 +<input type="hidden" name="f_space" value="Extension" />
263 +<input type="text" name="text" value="Suchbegriff..." size="150" class="withTip" id="searchTextInput" />
264 +<span class="buttonwrapper">
265 +<input class="btn btn-primary" type="submit" value="Search" id="searchSubmit"/>
266 +</span>
267 +</form>
268 +{{/html}}
269 +
260 260  
261 261  )))
262 262  )))