From 69dcb66d0533d56993809e122c53e3ca9741ade0 Mon Sep 17 00:00:00 2001 From: Dave Morriss Date: Mon, 4 Mar 2024 18:30:59 +0000 Subject: [PATCH] Added host profile to the correspondent display templates/queries-correspondent-mysql.tpl.html, templates/queries-correspondent-sqlite.tpl.html: enhanced the queries to include the 'profile' field. templates/content-correspondent.tpl.html: the 'profile' string from whichever of the above two queries is invoked is displayed after the (obscured) 'email' address --- templates/content-correspondent.tpl.html | 17 ++++++++-------- .../queries-correspondent-mysql.tpl.html | 20 +++++++++---------- .../queries-correspondent-sqlite.tpl.html | 20 +++++++++---------- 3 files changed, 29 insertions(+), 28 deletions(-) diff --git a/templates/content-correspondent.tpl.html b/templates/content-correspondent.tpl.html index beb426c..fc3d4d6 100644 --- a/templates/content-correspondent.tpl.html +++ b/templates/content-correspondent.tpl.html @@ -6,7 +6,7 @@
:


+

diff --git a/templates/queries-correspondent-mysql.tpl.html b/templates/queries-correspondent-mysql.tpl.html index 2876cff..eaff574 100644 --- a/templates/queries-correspondent-mysql.tpl.html +++ b/templates/queries-correspondent-mysql.tpl.html @@ -1,18 +1,18 @@ diff --git a/templates/queries-correspondent-sqlite.tpl.html b/templates/queries-correspondent-sqlite.tpl.html index dbd8469..d87556a 100644 --- a/templates/queries-correspondent-sqlite.tpl.html +++ b/templates/queries-correspondent-sqlite.tpl.html @@ -1,18 +1,18 @@