From 44558d7d3933492200544923a4d657c8503b0090 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Wed, 20 Feb 2013 23:23:30 +0000 Subject: [PATCH] Moved edit QSO to Bootstrap style, made QSL infos into tabs, and adjusted layout still needs work --- application/views/qso/edit.php | 430 +++++++++++++++------------ application/views/view_log/index.php | 2 +- 2 files changed, 238 insertions(+), 194 deletions(-) diff --git a/application/views/qso/edit.php b/application/views/qso/edit.php index 062b0f58..0f2ec5c2 100755 --- a/application/views/qso/edit.php +++ b/application/views/qso/edit.php @@ -1,202 +1,246 @@ - -
-

Delete QSO Delete

-
-

Edit QSO

-
- -
- - - - - + + + + + + + + + + + + + + + - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Start Date
End Date
Callsign
Freq
Mode
Band
RST Sent
RST Recv
TX Serial
RX Serial
Locator
Name
QTH
Comment
Sat Name
Sat Mode
IOTA
Country
- -

QSLing

-

Paper

- - - - - - - - - + +
+

Delete QSO Delete

+
+ + + + +
SentRecv
+ + + + - + + + + +
Start DateEnd Date
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - -
Callsign
Freq
Mode
Band
RST Sent
RST Recv
TX Serial
RX Serial
Locator
Name
QTH
-
-

eQSL.cc

- - - - - - - -
SentRecv
+ + Comment + + + -

LOTW

- - - - - - - -
SentRecv
+ + + + + + + + + + +
Sat NameSat Mode
- -
+ + + + + + + + + + + +
IOTA
Country
+ +

QSLing

+ + + +
+
+ + + + + + + + + + + + + + + + +
SentRecv
+ +
+
+ + + + + + + +
SentRecv
+
+
+ + + + + + + +
SentRecv
+
+
+ + + +
+ +
+ + + + - \ No newline at end of file diff --git a/application/views/view_log/index.php b/application/views/view_log/index.php index b255fe7b..2ae6af80 100644 --- a/application/views/view_log/index.php +++ b/application/views/view_log/index.php @@ -17,7 +17,7 @@ $(".editbox").fancybox({ 'autoDimensions' : false, - 'width' : 450, + 'width' : 600, 'height' : 550, 'transitionIn' : 'fade', 'transitionOut' : 'fade',