2014-06-21 15:27:18 +02:00
<!-- polr -->
< ? php
if ( !@ include ( 'config.php' )) {
header ( 'Location:setup.php' );
2014-02-17 21:30:36 +01:00
}
?>
2014-06-21 15:27:18 +02:00
2014-02-17 21:30:36 +01:00
<! DOCTYPE html >
< html >
< head >
2014-06-21 15:27:18 +02:00
< title > Polr </ title >
2014-02-17 21:30:36 +01:00
< meta http - equiv = " Content-Type " content = " text/html; charset=UTF-8 " >
2014-06-21 15:27:18 +02:00
< link rel = " stylesheet " href = " <?php require_once('config.php');if (! $theme ) { echo 'bootstrap.css';}else { echo $theme ;}?> " />
2014-06-26 22:22:11 +02:00
< link rel = " stylesheet " href = " css/main.css " />
2014-06-21 15:27:18 +02:00
< link href = " http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css " rel = " stylesheet " >
< script src = 'http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js' ></ script >
2014-06-26 22:15:46 +02:00
< script src = 'js/mpjs.js' ></ script >
2014-06-21 15:27:18 +02:00
< link rel = " shortcut icon " href = " favicon.ico " >
< link href = " http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css " rel = " stylesheet " >
< script src = " //netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js " ></ script >
< link rel = " stylesheet " href = " //ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css " />
< script src = " //ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js " ></ script >
< script >
$ ( function () {
// Setup drop down menu
$ ( '.dropdown-toggle' ) . dropdown ();
// Fix input element click problem
$ ( '.dropdown input, .dropdown label' ) . click ( function ( e ) {
e . stopPropagation ();
});
});
</ script >
</ head >
< body style = " padding-top:60px " >
< div class = " container-fluid " >
< div class = " navbar navbar-default navbar-fixed-top " >< div class = " navbar-header " >< a class = " navbar-brand " href = " index.php " >< ? php require_once ( 'config.php' ); echo $wsn ; ?> </a></div>
<!--< a class = " btn btn-navbar btn-default " data - toggle = " collapse " data - target = " #nbc " >
< span class = " icon-bar " ></ span >
< span class = " icon-bar " ></ span >
< span class = " icon-bar " ></ span >
</ a >-->
< ul class = " nav navbar-collapse navbar-nav " id = " nbc " >
< li >< a href = " //github.com/Cydrobolt/polr " > Github </ a ></ li >
< li >< a href = " //project.polr.cf " > Source </ a ></ li >
< li >< a href = " about.php " > About </ a ></ li >
</ ul >
< ul class = " nav pull-right navbar-nav " >
< ? php include ( 'polrauth.php' );
$polrauth = new polrauth ();
$polrauth -> headblock (); ?>
2014-06-22 00:57:08 +02:00
< ? php require_once ( 'config.php' ); if ( $regtype != 'none' ){ echo '<li><a href="register.php">Sign Up</a></li>' ;} ?>
2014-06-21 15:27:18 +02:00
< li class = " divider-vertical " ></ li >
< li class = " dropdown " >
< a class = " dropdown-toggle " href = " # " data - toggle = " dropdown " > Sign In < strong class = " caret " ></ strong ></ a >
2014-06-22 00:57:08 +02:00
< div class = " dropdown-menu pull-right " id = " dropdown " style = " padding: 15px; padding-bottom: 0px; color:white; " >
2014-06-21 15:27:18 +02:00
< h2 > Login </ h2 >
< form action = " loginproc.php " method = " post " accept - charset = " UTF-8 " >
< input id = " user_username " style = " margin-bottom: 15px; " type = " text " name = " username " placeholder = 'Username' size = " 30 " class = " form-control " >
< input id = " user_password " style = " margin-bottom: 15px; " type = " password " name = " password " placeholder = 'Password' size = " 30 " class = " form-control " >
< input class = " btn btn-success form-control " style = " clear: left; width: 100%; height: 32px; font-size: 13px; " type = " submit " name = " login " value = " Sign In " >
< br >< br >
</ form >
</ div >
</ li >
< ? php $polrauth -> headendblock (); ?>
2014-02-17 21:30:36 +01:00
</ ul >
</ div >
2014-06-21 15:27:18 +02:00
</ div >
< div class = " container " >
< div class = " jumbotron " style = " text-align:center; padding-top:80px; background-color: rgba(0,0,0,0); " >
< h1 class = 'title' >< ? php require_once ( 'config.php' ); echo $wsn ; ?> </h1>
< form id = 'shortenform' method = " POST " action = " createurl.php " role = " form " >
< input type = " text " class = " form-control " placeholder = " URL " id = " url " value = " http:// " name = " urlr " />
< div id = 'options' >
< br > Customize link : < br >< div style = 'color: green' >< h2 style = 'display:inline' >< ? php require_once ( 'config.php' ); echo $wsa ; ?> /</h2><input type='text' id='custom' title='After entering your custom ending, if the ending is available, enter your long URL into box above and press "Shorten"!' name='custom' /><br>
< a href = " # " class = " btn btn-inverse btn-sm " id = 'checkavail' > Check Availability </ a >< div id = 'status' ></ div ></ div >
</ div >
< br >< input type = " submit " class = " btn btn-info " id = 'shorten' value = " Shorten! " /> < a href = " # " class = " btn btn-warning " id = 'showoptions' > Link Options </ a >
< input type = " hidden " id = " hp " name = " hp " value = " <?php echo $hp ; ?> " />
</ form >
< br >< br >< div id = " tips " class = 'text-muted' >< i class = " fa fa-spinner " ></ i > Loading Tips ...</ div >
2014-02-17 21:30:36 +01:00
</ div >
2014-06-21 15:27:18 +02:00
< div id = " polrfooter " >
< footer >
< p id = " footer-pad " >& copy ; Copyright < ? php require_once ( 'version.php' ); echo $relyear ; ?> The Polr Project. Proudly powered by <a href="//github.com/cydrobolt/polr">Polr</a></p>
</ footer >
2014-02-17 21:30:36 +01:00
</ div >
</ div >
</ body >
</ html >