From 4fd42f70bbf71223c6fe346b0a2cb178cc900a3d Mon Sep 17 00:00:00 2001 From: Luca Padovani Date: Sat, 16 Feb 2002 02:24:54 +0000 Subject: [PATCH] added some stylesheets for list of people and sorting --- helm/mowgli/home/html/.cvsignore | 1 + .../mowgli/home/xsl/approaching-deadlines.xsl | 19 ++++ helm/mowgli/home/xsl/people-list.xsl | 97 +++++++++++++++++++ helm/mowgli/home/xsl/person-entry.xsl | 15 +++ .../home/xsl/sort-events-by-beginning.xsl | 20 ++++ .../home/xsl/sort-events-by-deadline.xsl | 21 ++++ 6 files changed, 173 insertions(+) create mode 100644 helm/mowgli/home/xsl/approaching-deadlines.xsl create mode 100644 helm/mowgli/home/xsl/people-list.xsl create mode 100644 helm/mowgli/home/xsl/person-entry.xsl create mode 100644 helm/mowgli/home/xsl/sort-events-by-beginning.xsl create mode 100644 helm/mowgli/home/xsl/sort-events-by-deadline.xsl diff --git a/helm/mowgli/home/html/.cvsignore b/helm/mowgli/home/html/.cvsignore index c9b0d1e2e..8a53bb955 100644 --- a/helm/mowgli/home/html/.cvsignore +++ b/helm/mowgli/home/html/.cvsignore @@ -8,3 +8,4 @@ project.html news.html events.html deadlines.html +people-list.html diff --git a/helm/mowgli/home/xsl/approaching-deadlines.xsl b/helm/mowgli/home/xsl/approaching-deadlines.xsl new file mode 100644 index 000000000..bb1a41d5c --- /dev/null +++ b/helm/mowgli/home/xsl/approaching-deadlines.xsl @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + diff --git a/helm/mowgli/home/xsl/people-list.xsl b/helm/mowgli/home/xsl/people-list.xsl new file mode 100644 index 000000000..60a5c940b --- /dev/null +++ b/helm/mowgli/home/xsl/people-list.xsl @@ -0,0 +1,97 @@ + + + + + + + + + + + + People Directory + + + + + + + +

People

+ + + + + + +
+ +

By Site

+ + + + +
+ +

Alphabetical

+ + + + +
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+
+ + + +

+
+ + + + + + + + + + + +
+ diff --git a/helm/mowgli/home/xsl/person-entry.xsl b/helm/mowgli/home/xsl/person-entry.xsl new file mode 100644 index 000000000..3e22c9311 --- /dev/null +++ b/helm/mowgli/home/xsl/person-entry.xsl @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + diff --git a/helm/mowgli/home/xsl/sort-events-by-beginning.xsl b/helm/mowgli/home/xsl/sort-events-by-beginning.xsl new file mode 100644 index 000000000..7d019d939 --- /dev/null +++ b/helm/mowgli/home/xsl/sort-events-by-beginning.xsl @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + diff --git a/helm/mowgli/home/xsl/sort-events-by-deadline.xsl b/helm/mowgli/home/xsl/sort-events-by-deadline.xsl new file mode 100644 index 000000000..237e0b951 --- /dev/null +++ b/helm/mowgli/home/xsl/sort-events-by-deadline.xsl @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + -- 2.39.2