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

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

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -242,12 +242,12 @@
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}}=== #if($services.icon)$services.icon.render('find')#end Suche... ===
246 -
245 +{{velocity}}
246 +==== #if($services.icon)$services.icon.render('find')#end Suche... ====
247 247  {{html}}
248 248  <form action="$xwiki.getURL("Main.Search")">
249 249   <input type="hidden" name="f_space" value="Extension" />
250 - <input type="text" name="text" value="Suchbegriff..." size="150" class="withTip" id="searchTextInput" />
250 + <input type="text" name="text" value="Suchbegriff..." size="50" class="withTip" id="searchTextInput" />
251 251   <span class="buttonwrapper">
252 252   <input class="btn btn-primary" type="submit" value="Search" id="searchSubmit"/>
253 253   </span>
... ... @@ -254,20 +254,6 @@
254 254  </form>
255 255  {{/html}}
256 256  {{/velocity}}
257 -
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 -
270 -
271 271  )))
272 272  )))
273 273  )))