From eb15e94822670ea1651229965918beb0513357b8 Mon Sep 17 00:00:00 2001 From: Nick Daly Date: Mon, 28 May 2012 17:49:29 -0500 Subject: [PATCH] Added basic GET templates. --- ugly_hacks/santiago/protocols/https/__init__.py | 0 .../protocols/https/templates/client-get.tmpl | 13 +++++++++++++ .../https/templates/hostedService-get.tmpl | 14 ++++++++++++++ .../protocols/https/templates/hosting-get.tmpl | 13 +++++++++++++ .../protocols/https/templates/location-get.tmpl | 8 ++++++++ 5 files changed, 48 insertions(+) create mode 100644 ugly_hacks/santiago/protocols/https/__init__.py create mode 100644 ugly_hacks/santiago/protocols/https/templates/client-get.tmpl create mode 100644 ugly_hacks/santiago/protocols/https/templates/hostedService-get.tmpl create mode 100644 ugly_hacks/santiago/protocols/https/templates/hosting-get.tmpl create mode 100644 ugly_hacks/santiago/protocols/https/templates/location-get.tmpl diff --git a/ugly_hacks/santiago/protocols/https/__init__.py b/ugly_hacks/santiago/protocols/https/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/ugly_hacks/santiago/protocols/https/templates/client-get.tmpl b/ugly_hacks/santiago/protocols/https/templates/client-get.tmpl new file mode 100644 index 000000000..e957b199e --- /dev/null +++ b/ugly_hacks/santiago/protocols/https/templates/client-get.tmpl @@ -0,0 +1,13 @@ + + +

$message

+

You're hosting these services for $client:

+ #if $services + + #end if + + diff --git a/ugly_hacks/santiago/protocols/https/templates/hostedService-get.tmpl b/ugly_hacks/santiago/protocols/https/templates/hostedService-get.tmpl new file mode 100644 index 000000000..6773eb5d3 --- /dev/null +++ b/ugly_hacks/santiago/protocols/https/templates/hostedService-get.tmpl @@ -0,0 +1,14 @@ + + +

$message

+

You're hosting + $service for $client at:

+ #if $locations + + #end if + + diff --git a/ugly_hacks/santiago/protocols/https/templates/hosting-get.tmpl b/ugly_hacks/santiago/protocols/https/templates/hosting-get.tmpl new file mode 100644 index 000000000..2a8b7abaf --- /dev/null +++ b/ugly_hacks/santiago/protocols/https/templates/hosting-get.tmpl @@ -0,0 +1,13 @@ + + +

$message

+

You are hosting services for:

+ #if $clients + + #end if + + diff --git a/ugly_hacks/santiago/protocols/https/templates/location-get.tmpl b/ugly_hacks/santiago/protocols/https/templates/location-get.tmpl new file mode 100644 index 000000000..6b7dbaeff --- /dev/null +++ b/ugly_hacks/santiago/protocols/https/templates/location-get.tmpl @@ -0,0 +1,8 @@ + + +

$message

+

You're hosting $service + for $client + at $location.

+ +