mirror of
https://github.com/pierre42100/comunic
synced 2025-06-21 17:45:18 +00:00
First commit
This commit is contained in:
28
developer/user/plugins/problems/html/problems.html
Normal file
28
developer/user/plugins/problems/html/problems.html
Normal file
@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Grav Problems</title>
|
||||
<meta name="description" content="Grav is an easy to use, yet powerful, open source flat-file CMS">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="%%PROBLEMS_URL%%/css/template.css" type="text/css" />
|
||||
<link rel="stylesheet" href="%%PROBLEMS_URL%%/css/problems.css" type="text/css" />
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
</head>
|
||||
<body id="top" class="">
|
||||
<div id="container">
|
||||
<section id="body" class="">
|
||||
<h1>Issues Found</h1>
|
||||
<h2>Please <strong>Review</strong> and <strong>Resolve</strong> before continuing...</h2>
|
||||
|
||||
<p class="center">
|
||||
<a href="%%BASE_URL%%" class="button big"><i class="fa fa-refresh"></i> Reload Page</a>
|
||||
</p>
|
||||
|
||||
<ul class="problems">
|
||||
%%PROBLEMS%%
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user