From d612c593b2983e62af83830d64231b8c20745414 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 11 Dec 2017 11:50:21 -0500 Subject: [PATCH] summary: Add param names and links aside desc in entry form This existed in the old summary pages. Since we'll be having certain people reference ids, they need to be easily visible from somewhere. * src/current/include/entry-form.xsl (preproc:sym)[entry-form]: Add param name and link. * src/current/summary.css: Style it. --- src/current/include/entry-form.xsl | 7 +++++++ src/current/summary.css | 6 ++++++ src/current/summary.xsl | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/current/include/entry-form.xsl b/src/current/include/entry-form.xsl index 5e56110d..137cde83 100644 --- a/src/current/include/entry-form.xsl +++ b/src/current/include/entry-form.xsl @@ -139,6 +139,13 @@
+ + + + + + +
diff --git a/src/current/summary.css b/src/current/summary.css index 2374d2fa..55640108 100644 --- a/src/current/summary.css +++ b/src/current/summary.css @@ -475,6 +475,12 @@ form.entry-form dt clear: left; } +form.entry-form dt > .param-id +{ + font-weight: normal; + font-family: monospace; +} + form.entry-form .matrix { display: inline-block; diff --git a/src/current/summary.xsl b/src/current/summary.xsl index 15c8b885..ee67ea1d 100644 --- a/src/current/summary.xsl +++ b/src/current/summary.xsl @@ -2,7 +2,7 @@