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

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

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -243,17 +243,34 @@
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 245  {{velocity}}
246 -==== #if($services.icon)$services.icon.render('find')#end Suche... ====
246 +=== #if($services.icon)$services.icon.render('find')#end Suche... ===
247 +
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="50" class="withTip" id="searchTextInput" />
251 + <input type="text" name="text" value="Suchbegriff..." size="150" 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 254  </form>
255 255  {{/html}}
257 +
256 256  {{/velocity}}
259 +
260 +=== {{html clean="false"}}<span class="fa fa-search"></span>{{/html}} Suche... ===
261 +
262 +{{html}}
263 +<form action="/wiki/iso/view/Main/Search">
264 +<input type="hidden" name="f_space" value="Extension" />
265 +<input type="text" name="text" value="Suchbegriff..." size="150" class="withTip" id="searchTextInput" />
266 +<span class="buttonwrapper">
267 +<input class="btn btn-primary" type="submit" value="Search" id="searchSubmit"/>
268 +</span>
269 +</form>
270 +{{/html}}
271 +
272 +
273 +
257 257  )))
258 258  )))
259 259  )))