Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
rezepte:start [2015/11/05 09:29] Marco Kragerezepte:start [2022/11/04 21:21] (aktuell) Marco Krage
Zeile 1: Zeile 1:
 ====== Rezepte Übersicht ====== ====== Rezepte Übersicht ======
-<html> +<html>  
-<script+<select id="azurNewPageNS"
-jQuery(document).ready(function(){ +<option value="rezepte">Allgemeine</option> 
-  jQuery('ul.filter').each(function() { +<option value="rezepte:vorspeisen">Vorspeise</option
-    var $thisList = jQuery(this); +<option value="rezepte:hauptspeisen">Hauptspeise</option
-    jQuery('<input type="textplaceholder="Filter" />').keyup(function() { +<option value="rezepte:nachspeisen">Nachspeise</option
-      var $thisInput jQuery(this); +</select 
-      $thisList.find('*').show().filter(function( index ) { + 
-        return jQuery(this).text().toLowerCase().indexOf($thisInput.val().toLowerCase()) === -1;      +<button id="azurNewPage">Seite erstellen</button> 
-      }).hide(); + 
-    }).insertBefore($thisList); +<input type="text" id="filter" placeholder="Filtern" /> 
-  }); +
-}); +
-</script+
-<!-- {{indexmenu>.#sort+title}} --+
-<style>div.li a.indexmenu_idx {color: inherit!important; }</style+
-<button id="newPage">Neues Rezept</button> +
-<script> +
-jQuery(document).ready(function() { +
-var np jQuery('#newPage'); +
-np.attr('data-ns', NS); +
-  jQuery('#newPage').click(function() { +
-    var ns = np.attr('data-ns'); +
-    var npName = prompt('Neue Seite unter: ' + ns); +
-    if (npName) { +
-      var url = window.location.protocol + '//' + window.location.host + window.location.pathname; +
-      location.href = url + '?id=' + ns + ':' + npName + '&do=edit&rev=0'; +
-      return true; +
-    } +
-    return false; +
-  }); +
-}); +
-</script>+
 </html> </html>
  
-{{_pagequery> +===== Allgemein ===== 
-@. *; +<catlist -noHead -noAddPageButton -sortAscending -maxDepth:1 -excluns >
-sort=title:asc; +
-display={title}; +
-cssclass=filter; +
-hidestart; +
-hidejump +
-}}+
  
-===== Die 10 neusten ===== +===== Vorspeisen ===== 
-{{pagequery> +Keine Vorspeisen (catlist ist auskommentiert
-@. *; +<html><!--  
-sort=cdate; +<catlist .:vorspeisen -noHead -noAddPageButton -sortAscending -maxDepth:1 -excluns > 
-limit=10; +--></html>
-display={title} ({cdate}); +
-hidestart; +
-hidejump +
-}}+
  
 +===== Hauptspeisen =====
 +<catlist .:hauptspeisen -noHead -noAddPageButton -sortAscending -maxDepth:1 -excluns >
  
-===== Die 20 zuletzt geänderten ===== +===== Nachspeisen ===== 
-{{pagequery> +<catlist .:nachspeisen -noHead -noAddPageButton -sortAscending -maxDepth:1 -excluns >
-@. *; +
-sort=mdate; +
-limit=20; +
-display={title} ({mdate}); +
-hidestart; +
-hidejump +
-}}+
  
 ~~NOCACHE~~ ~~NOCACHE~~
rezepte/start.1446712198.txt.gz · Zuletzt geändert: 2015/11/05 09:29 von Marco Krage