Beautify code

This commit is contained in:
Supan Adit Pratama 2021-02-14 01:07:46 +07:00
parent bc6e86d717
commit f5318a6942
7 changed files with 274 additions and 279 deletions

View File

@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="csrf_token" content="{{ csrf_token() }}" /> <meta name="csrf_token" content="{{ csrf_token() }}" />
@ -32,6 +33,7 @@
<link rel="stylesheet" <link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic"> href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
</head> </head>
<body class="hold-transition login-page"> <body class="hold-transition login-page">
<div class="login-box"> <div class="login-box">
<div class="login-logo"> <div class="login-logo">
@ -41,19 +43,15 @@
<div class="login-box-body"> <div class="login-box-body">
<p class="login-box-msg">Expired</p> <p class="login-box-msg">Expired</p>
<p> <p>
I am sorry, the link is expired, so please just back to the homepage, or if you own the link just regenerate I am sorry, the link is expired, so please just back to the homepage, or if you own the link just
regenerate
the link, but if you get the link from somebody just ask to the person who share this link. the link, but if you get the link from somebody just ask to the person who share this link.
</p> </p>
<div class="input-group"> <div class="input-group">
<input type="text" <input type="text" class="form-control" placeholder="Generated URL" id="generated-url-field"
class="form-control" value="{{$url}}" readonly>
placeholder="Generated URL"
id="generated-url-field"
value="{{$url}}"
readonly>
<span class="input-group-btn"> <span class="input-group-btn">
<button type="button" class="btn btn-danger btn-flat" <button type="button" class="btn btn-danger btn-flat" data-clipboard-target="#generated-url-field">
data-clipboard-target="#generated-url-field">
<i class="fa fa-clipboard"></i> <i class="fa fa-clipboard"></i>
</button> </button>
</span> </span>
@ -86,4 +84,5 @@
}); });
</script> </script>
</body> </body>
</html> </html>

View File

@ -21,9 +21,7 @@
<div class="input-group-addon"> <div class="input-group-addon">
<input type="checkbox" id="shorten-url-form-field-expiration-date-checkbox" /> <input type="checkbox" id="shorten-url-form-field-expiration-date-checkbox" />
</div> </div>
<input type="text" <input type="text" class="form-control pull-right" id="shorten-url-form-field-expiration-date"
class="form-control pull-right"
id="shorten-url-form-field-expiration-date"
placeholder="Set expired date" readonly> placeholder="Set expired date" readonly>
</div> </div>
<!-- /.input group --> <!-- /.input group -->
@ -36,9 +34,7 @@
<div class="input-group-addon"> <div class="input-group-addon">
<input type="checkbox" id="shorten-url-form-field-password-checkbox" /> <input type="checkbox" id="shorten-url-form-field-password-checkbox" />
</div> </div>
<input type="password" <input type="password" class="form-control pull-right" placeholder="Insert password"
class="form-control pull-right"
placeholder="Insert password"
id="shorten-url-form-field-password"> id="shorten-url-form-field-password">
</div> </div>
<!-- /.input group --> <!-- /.input group -->
@ -53,11 +49,8 @@
<div class="col-md-10 col-sm-8"> <div class="col-md-10 col-sm-8">
<br class="visible-xs" /> <br class="visible-xs" />
<div class="input-group" id="shorten-url-form-field-url-generated-group" style="display: none;"> <div class="input-group" id="shorten-url-form-field-url-generated-group" style="display: none;">
<input type="text" <input type="text" class="form-control" placeholder="Generated URL"
class="form-control" id="shorten-url-form-field-url-generated" readonly>
placeholder="Generated URL"
id="shorten-url-form-field-url-generated"
readonly>
<span class="input-group-btn"> <span class="input-group-btn">
<button type="button" class="btn btn-danger btn-flat" <button type="button" class="btn btn-danger btn-flat"
data-clipboard-target="#shorten-url-form-field-url-generated"> data-clipboard-target="#shorten-url-form-field-url-generated">

View File

@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
@ -21,8 +22,7 @@
<link rel="stylesheet" href="{{asset('vendor/toastr/toastr.min.css')}}"> <link rel="stylesheet" href="{{asset('vendor/toastr/toastr.min.css')}}">
<!-- Theme style --> <!-- Theme style -->
<link rel="stylesheet" href="{{asset('dist/css/AdminLTE.min.css')}}"> <link rel="stylesheet" href="{{asset('dist/css/AdminLTE.min.css')}}">
<!-- AdminLTE Skins. Choose a skin from the css/skins <!-- AdminLTE Skins. Choose a skin from the css/skins folder instead of downloading all of them to reduce the load. -->
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="{{asset('dist/css/skins/_all-skins.min.css')}}"> <link rel="stylesheet" href="{{asset('dist/css/skins/_all-skins.min.css')}}">
<style type="text/css"> <style type="text/css">
@ -45,6 +45,7 @@
@yield('css') @yield('css')
</head> </head>
<!-- ADD THE CLASS layout-top-nav TO REMOVE THE SIDEBAR. --> <!-- ADD THE CLASS layout-top-nav TO REMOVE THE SIDEBAR. -->
<body class="hold-transition skin-blue layout-top-nav"> <body class="hold-transition skin-blue layout-top-nav">
<div class="wrapper"> <div class="wrapper">
<header class="main-header"> <header class="main-header">
@ -52,9 +53,7 @@
<div class="container"> <div class="container">
<div class="navbar-header"> <div class="navbar-header">
<a href="/" class="navbar-brand"><b>Short</b>&nbsp;URL</a> <a href="/" class="navbar-brand"><b>Short</b>&nbsp;URL</a>
<button type="button" <button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
class="navbar-toggle collapsed"
data-toggle="collapse"
data-target="#navbar-collapse"> data-target="#navbar-collapse">
<i class="fa fa-bars"></i> <i class="fa fa-bars"></i>
</button> </button>
@ -483,4 +482,5 @@
@yield('js') @yield('js')
</body> </body>
</html> </html>

View File

@ -1,5 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="csrf_token" content="{{ csrf_token() }}" /> <meta name="csrf_token" content="{{ csrf_token() }}" />
@ -32,6 +33,7 @@
<link rel="stylesheet" <link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic"> href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
</head> </head>
<body class="hold-transition login-page"> <body class="hold-transition login-page">
<div class="login-box"> <div class="login-box">
<div class="login-logo"> <div class="login-logo">
@ -98,4 +100,5 @@
}); });
</script> </script>
</body> </body>
</html> </html>