From b1b4aaa4d02ba2cf4c0bb07a95afcb0035dac3cf Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Thu, 11 May 2017 19:19:07 -0700 Subject: add interface for checking in to flights let's give this a shot --- views/new-flight.php | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++ views/new-post.php | 2 +- 2 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 views/new-flight.php (limited to 'views') diff --git a/views/new-flight.php b/views/new-flight.php new file mode 100644 index 0000000..031b86f --- /dev/null +++ b/views/new-flight.php @@ -0,0 +1,54 @@ +
+ + +
+ + +
+ +
+ +
+ + +
+ +
+ +
+ +
+ +
+ diff --git a/views/new-post.php b/views/new-post.php index 6e6eb0f..2e523b8 100644 --- a/views/new-post.php +++ b/views/new-post.php @@ -85,7 +85,7 @@ - + -- cgit v1.2.3