From 33affa31742f0bc9d735349763f639087ea4e7ff Mon Sep 17 00:00:00 2001 From: root Date: Mon, 1 Dec 2014 02:05:53 +0100 Subject: Prettified view linkshorter/index --- .gitignore | 4 ++++ linkshorter/view/templ-index.php | 15 ++++++++------- tools/footer.php | 2 ++ 3 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b8ce7ca --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*~ +*.swp +*.db +staging/ diff --git a/linkshorter/view/templ-index.php b/linkshorter/view/templ-index.php index 619e763..fe1bd85 100644 --- a/linkshorter/view/templ-index.php +++ b/linkshorter/view/templ-index.php @@ -14,16 +14,12 @@

Amazing Linkshorter

Short your link and use a easy to remembery query string.

- +
-
-

Options:
-

Everything below is optional. -
-
@@ -41,12 +37,17 @@
-
+
- Choose how long the shortlink should be valid. (In seconds, 0 = never) + How long until the link expires (in seconds, zero means never).
+
+

Fields marked with a * are required.

+
+ +
diff --git a/tools/footer.php b/tools/footer.php index ce072aa..81978a4 100644 --- a/tools/footer.php +++ b/tools/footer.php @@ -25,3 +25,5 @@ } addClass("", "actives"); + + -- cgit v1.2.3