|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 | 4 | <meta charset="UTF-8">
|
| 5 | + <meta name="viewport" content="width=device-width,initial-scale=1"> |
5 | 6 | <title>Laravel Filemanager</title>
|
6 | 7 | <link rel="shortcut icon" type="image/png" href="{{ asset('vendor/laravel-filemanager/img/72px color.png') }}">
|
7 | 8 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css">
|
|
12 | 13 | <h1 class="page-header">Integration Demo Page</h1>
|
13 | 14 | <div class="row">
|
14 | 15 | <div class="col-md-6">
|
15 |
| - <h2>CKEditor</h2> |
| 16 | + <h2 class="mt-4">CKEditor</h2> |
16 | 17 | <textarea name="ce" class="form-control"></textarea>
|
17 | 18 | </div>
|
18 | 19 | <div class="col-md-6">
|
19 |
| - <h2>TinyMCE</h2> |
| 20 | + <h2 class="mt-4">TinyMCE</h2> |
20 | 21 | <textarea name="tm" class="form-control"></textarea>
|
21 | 22 | </div>
|
22 | 23 | </div>
|
23 | 24 | <div class="row">
|
24 | 25 | <div class="col-md-6">
|
25 |
| - <h2>Summernote</h2> |
| 26 | + <h2 class="mt-4">Summernote</h2> |
26 | 27 | <textarea id="summernote-editor" name="content"></textarea>
|
27 | 28 | </div>
|
28 | 29 | <div class="col-md-6">
|
29 |
| - <h2>Standalone Image Button</h2> |
| 30 | + <h2 class="mt-4">Standalone Image Button</h2> |
30 | 31 | <div class="input-group">
|
31 | 32 | <span class="input-group-btn">
|
32 | 33 | <a id="lfm" data-input="thumbnail" data-preview="holder" class="btn btn-primary text-white">
|
|
36 | 37 | <input id="thumbnail" class="form-control" type="text" name="filepath">
|
37 | 38 | </div>
|
38 | 39 | <div id="holder" style="margin-top:15px;max-height:100px;"></div>
|
39 |
| - <h2>Standalone File Button</h2> |
| 40 | + <h2 class="mt-4">Standalone File Button</h2> |
40 | 41 | <div class="input-group">
|
41 | 42 | <span class="input-group-btn">
|
42 | 43 | <a id="lfm2" data-input="thumbnail2" data-preview="holder2" class="btn btn-primary text-white">
|
|
50 | 51 | </div>
|
51 | 52 | <div class="row">
|
52 | 53 | <div class="col-md-12">
|
53 |
| - <h2>Embed file manager</h2> |
| 54 | + <h2 class="mt-4">Embed file manager</h2> |
54 | 55 | <iframe src="/laravel-filemanager" style="width: 100%; height: 500px; overflow: hidden; border: none;"></iframe>
|
55 | 56 | </div>
|
56 | 57 | </div>
|
|
0 commit comments