mirror of
https://github.com/gamaio/UnPS-Short.git
synced 2024-11-14 04:57:25 +00:00
Add linkmod and move the footer right to the absolute bottom
The linkmod is required by process.php for figure out what to do. This is the lazy way to do this.
This commit is contained in:
parent
a183fcd1bd
commit
9d89dc253c
@ -76,6 +76,7 @@
|
|||||||
<input type="text" id="link" class="form-control" name="link" placeholder="http://" autofocus>
|
<input type="text" id="link" class="form-control" name="link" placeholder="http://" autofocus>
|
||||||
|
|
||||||
<input type="hidden" name="<?php echo $catchid; ?>" value="<?php echo $catchVal; ?>"/>
|
<input type="hidden" name="<?php echo $catchid; ?>" value="<?php echo $catchVal; ?>"/>
|
||||||
|
<input type="hidden" name="linkmod" value="shorten"/>
|
||||||
<button class="btn btn-block btn-primary" id="short-button" type="submit">Shorten</button>
|
<button class="btn btn-block btn-primary" id="short-button" type="submit">Shorten</button>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
@ -87,10 +88,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" style="position:absolute;width:100%;bottom:1%;">
|
<div id="footer" style="position:absolute;width:100%;bottom:1px;">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p class="text-muted credit" style="padding-bottom:2.3%;">
|
<p class="text-muted credit">
|
||||||
Copyright © 2014 Unified Programming Solutions - Fork me on <a href="https://github.com/alopexc0de/UnPS-Short">GitHub</a>
|
Copyright © 2014 Unified Programming Solutions - Version 4-2.8.5 - Fork me on <a href="https://github.com/alopexc0de/UnPS-Short">GitHub</a>
|
||||||
<a id="tos-link" href="terms.php">Terms Of Service</a>
|
<a id="tos-link" href="terms.php">Terms Of Service</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user