update v 1.0.7.5

This commit is contained in:
Sujit Prasad
2016-06-13 20:41:55 +05:30
parent aa9786d829
commit 283d97e3ea
5078 changed files with 339851 additions and 175995 deletions

View File

@@ -1,50 +1,18 @@
<html>
<head>
<link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
<style>
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
color: #72C4E2;
display: table;
/*font-size: 100;*/
font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}
a {
font-size: 150;
color: #FFC907;
}
#body{
font-size:22;
}
.container {
text-align: center;
display: table-cell;
vertical-align: middle;
}
.content {
text-align: center;
display: inline-block;
}
.title {
font-size: 72px;
margin-bottom: 40px;
}
</style>
</head>
<body>
<div class="container">
<div class="content">
<div class="title"><a>404</a> {!! Lang::get('lang.not_found') !!}.</div>
<div class="error-content" id="body">
<h3><i class="fa fa-warning text-yellow"></i> {!! Lang::get('lang.oops_page_not_found') !!}.</h3>
<p>
{!! Lang::get('lang.we_could_not_find_the_page_you_were_looking_for') !!}.
</p>
</div>
</div>
</div>
</body>
</html>
@extends('themes.default1.client.layout.client')
@section('content')
<div id="page" class="hfeed site">
<article class="hentry error404 text-center">
<h1 class="error-title">4<i class="fa fa-frown-o text-info"></i><span class="visible-print text-danger">0</span>4</h1>
<h2 class="entry-title text-muted">{!! Lang::get('lang.we_are_sorry_but_the_page_you_are_looking_for_can_not_be_found') !!}</h2>
<div class="entry-content clearfix">
<p><a onclick="goBack()" href="#">{!! Lang::get('lang.go_back') !!}</a></p>
</div><!-- .entry-content -->
</article><!-- .hentry -->
</div><!-- #page -->
<script>
function goBack() {
window.history.back();
}
</script>
@stop

View File

@@ -1,50 +1,19 @@
<html>
<head>
<link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
<style>
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
color: rgba(72, 68, 68, 0.4);
display: table;
/*font-size: 100;*/
font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}
a {
font-size: 150;
color: rgba(11, 0, 255, 0.41);
}
#body{
font-size:22;
}
.container {
text-align: center;
display: table-cell;
vertical-align: middle;
}
.content {
text-align: center;
display: inline-block;
}
.title {
font-size: 72px;
margin-bottom: 40px;
}
</style>
</head>
<body>
<div class="container">
<div class="content">
<div class="title"><a>500</a>{!! Lang::get('lang.internal_server_error') !!}. {!! Lang::get('lang.be_right_back') !!}.</div>
<div class="error-content" id="body">
<h3><i class="fa fa-warning text-yellow"></i> {!! Lang::get('lang.sorry') !!}!</h3>
<p>
{!! Lang::get('lang.we_are_working_on_it') !!}.
</p>
</div>
</div>
</div>
</body>
</html>
@extends('themes.default1.client.layout.client')
@section('content')
<div id="page" class="hfeed site">
<article class="hentry error404 text-center">
<h1 class="error-title"><i class="fa fa-frown-o text-info"></i><span class="visible-print text-danger">0</span></h1>
<h2 class="entry-title text-muted">{!! Lang::get('lang.sorry_something_went_wrong') !!}</h2>
<div class="entry-content clearfix">
<p class="lead">{!! Lang::get('lang.were_working_on_it_and_well_get_it_fixed_as_soon_as_we_can') !!}</p>
<p><a onclick="goBack()" href="#">{!! Lang::get('lang.go_back') !!}</a></p>
</div><!-- .entry-content -->
</article><!-- .hentry -->
</div><!-- #page -->
<script>
function goBack() {
window.history.back();
}
</script>
@stop

View File

@@ -0,0 +1,15 @@
@extends('themes.default1.client.layout.client')
@section('content')
<div id="page" class="hfeed site">
<article class="hentry error404 text-center">
<h1 class="error-title"><i class="fa fa-frown-o text-info"></i></h1>
<h2 class="entry-title text-muted">{!! Lang::get('lang.the_board_is_offline') !!}</h2>
</article><!-- .hentry -->
</div><!-- #page -->
<script>
function goBack() {
window.history.back();
}
</script>
@stop