diff options
| author | root | 2014-12-01 02:05:53 +0100 |
|---|---|---|
| committer | root | 2014-12-01 02:05:53 +0100 |
| commit | 33affa31742f0bc9d735349763f639087ea4e7ff (patch) | |
| tree | 08681550b09ce3a80544684dc822cdecee730cab /linkshorter | |
| parent | 08f3b8c3930ecc009f3473d9cae9e26ad17fb23d (diff) | |
| download | tools.iamfabulous.de-33affa31742f0bc9d735349763f639087ea4e7ff.tar.gz | |
Prettified view linkshorter/index
Diffstat (limited to 'linkshorter')
| -rw-r--r-- | linkshorter/view/templ-index.php | 15 |
1 files changed, 8 insertions, 7 deletions
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,17 +14,13 @@ <legend class="text-centered"><h1>Amazing Linkshorter</h1><p>Short your link and use a easy to remembery query string.</p></legend> <div class="form-group"> - <label class="col-md-4 control-label" for="url">Link:</label> + <label class="col-md-4 control-label" for="url">Link*</label> <div class="col-md-5"> <input id="url" name="url" placeholder="Enter a URL to shorten..." class="form-control input-md" required="" type="text"> </div> </div> <div class="form-group"> - <h4>Options:<br>-</h4><span class="grey">Everything below is optional.</span> - </div> - - <div class="form-group"> <label class="col-md-4 control-label grey" for="short">Query String</label> <div class="col-md-4"> <input id="short" name="short" placeholder="Your own query string here." class="form-control input-md" type="text"> @@ -41,13 +37,18 @@ <div class="form-group"> <label class="col-md-4 control-label grey" for="ttl">Expires</label> - <div class="col-md-4"> + <div class="col-md-3"> <input id="ttl" name="ttl" class="form-control input-md" type="number" min="0" value="0"> - <span class="help-block text-left">Choose how long the shortlink should be valid. (In seconds, 0 = never)</span> + <span class="help-block text-left">How long until the link expires (in seconds, zero means never).</span> </div> </div> <div class="form-group"> + <h4 class="">Fields marked with a <strong>*</strong> are required.</h4> + </div> + + + <div class="form-group"> <label class="col-md-4 control-label" for="singlebutton"></label> <div class="col-md-4"> <button id="singlebutton" name="singlebutton" class="btn btn-primary" type="submit">Short!</button> |
