From 28225922d7d9844dff90ff17676b93ee1ad91059 Mon Sep 17 00:00:00 2001 From: "Jason D. McCormick" Date: Fri, 18 Aug 2023 16:41:25 -0400 Subject: [PATCH] Change qslprint.php behavior for more user joy --- css/qsl.css | 8 +++----- qslfetch.php | 2 +- qslprintpost.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 50 insertions(+), 7 deletions(-) diff --git a/css/qsl.css b/css/qsl.css index 3a6a43c..4796238 100755 --- a/css/qsl.css +++ b/css/qsl.css @@ -34,11 +34,6 @@ input#submit { padding:5px 25px; /*add some padding to the inside of the button*/ background:#2e64fe; /*the colour of the button*/ border:1px solid #ffffff; /*required or the default border for the browser will appear*/ - /*give the button curved corners, alter the size as required*/ - -moz-border-radius: 10px; - -webkit-border-radius: 10px; - border-radius: 10px; - /*style the text*/ color:#f3f3f3; font-size:1.1em; } @@ -46,3 +41,6 @@ input#submit:hover, input#submit:focus { background-color :#0431b4; /*make the background a little darker*/ } +.qsl-img { + border: 5px solid #eaeaea; +} diff --git a/qslfetch.php b/qslfetch.php index 046b33d..edbde68 100644 --- a/qslfetch.php +++ b/qslfetch.php @@ -30,7 +30,7 @@
-

QSL Print System

+

QSL Print System

diff --git a/qslprintpost.php b/qslprintpost.php index 40dbb6d..fb4b038 100644 --- a/qslprintpost.php +++ b/qslprintpost.php @@ -20,5 +20,50 @@ # Emit! $imgfile = sprintf("cards/%s.jpg", uniqid("$club_call-", true)); $image->writeImages($imgfile, true); -printf("", $imgfile); +//printf("", $imgfile); ?> + + + + + + + <?php echo $club_call; ?> QSL Print System + + + + + +
+
+

QSL Print System

+
+
+ +
+
+ +
+
+
+ QSL Card Image +
+
+
+
+
+ + + + + +