From 50e402c3d55ff3c8d220e95e12c545e6d0e86c5a Mon Sep 17 00:00:00 2001 From: fox_two <> Date: Mon, 4 Jun 2001 19:09:46 +0000 Subject: [PATCH] Initial revision. --- selfforum-config/admin.tmpl.xml | 191 ++++++++++++++++++++++++ selfforum-config/answer.tmpl.xml | 234 ++++++++++++++++++++++++++++++ selfforum-config/arcview.tmpl.xml | 228 +++++++++++++++++++++++++++++ selfforum-config/forum.tmpl.xml | 191 ++++++++++++++++++++++++ selfforum-config/posting.tmpl.xml | 202 ++++++++++++++++++++++++++ 5 files changed, 1046 insertions(+) create mode 100644 selfforum-config/admin.tmpl.xml create mode 100644 selfforum-config/answer.tmpl.xml create mode 100644 selfforum-config/arcview.tmpl.xml create mode 100644 selfforum-config/forum.tmpl.xml create mode 100644 selfforum-config/posting.tmpl.xml diff --git a/selfforum-config/admin.tmpl.xml b/selfforum-config/admin.tmpl.xml new file mode 100644 index 0000000..1be49d0 --- /dev/null +++ b/selfforum-config/admin.tmpl.xml @@ -0,0 +1,191 @@ + + \ No newline at end of file diff --git a/selfforum-config/answer.tmpl.xml b/selfforum-config/answer.tmpl.xml new file mode 100644 index 0000000..c4b69bb --- /dev/null +++ b/selfforum-config/answer.tmpl.xml @@ -0,0 +1,234 @@ + + + \ No newline at end of file diff --git a/selfforum-config/arcview.tmpl.xml b/selfforum-config/arcview.tmpl.xml new file mode 100644 index 0000000..8973189 --- /dev/null +++ b/selfforum-config/arcview.tmpl.xml @@ -0,0 +1,228 @@ + + + diff --git a/selfforum-config/forum.tmpl.xml b/selfforum-config/forum.tmpl.xml new file mode 100644 index 0000000..15168d1 --- /dev/null +++ b/selfforum-config/forum.tmpl.xml @@ -0,0 +1,191 @@ + + \ No newline at end of file diff --git a/selfforum-config/posting.tmpl.xml b/selfforum-config/posting.tmpl.xml new file mode 100644 index 0000000..f5cc711 --- /dev/null +++ b/selfforum-config/posting.tmpl.xml @@ -0,0 +1,202 @@ + + + \ No newline at end of file -- 2.34.1