|
14 | 14 | </video> |
15 | 15 |
|
16 | 16 | <div class="container-fluid p-2 h-100"> |
17 | | - <div class="d-flex align-items-center h-100"> |
18 | | - <div class="col-xl-6 col-md-8 col-12 m-auto"> |
19 | | - <div class="card p-2 mb-3" > |
20 | | - |
21 | | - <div class="justify-content-center align-items-center d-flex"> |
22 | | - <img src="../media/logo48.png" class="img-fluid float-start me-2" alt="Link Extractor" height="48" width="48"> |
23 | | - <h1 class="align-middle">Django Files Extension</h1> |
24 | | - </div> |
25 | | - <div class="clearfix"></div> |
26 | | - <p class="text-center lead mb-0">v<span id="version"></span></p> |
27 | | - <div class="card-body"> |
28 | | - <table class="table table-sm table-borderless"> |
29 | | - <caption class="visually-hidden">Keyboard Shortcuts</caption> |
30 | | - <thead class="visually-hidden"><tr><th>Description</th><th>Shortcut</th></tr></thead> |
31 | | - <tbody><tr> |
32 | | - <td class="bg-transparent">Show Popup Action</td> |
33 | | - <td class="bg-transparent text-end"><kbd id="mainKey">Unknown</kbd></td> |
34 | | - </tr></tbody> |
35 | | - </table> |
36 | | - <form id="options-form" class="options"> |
37 | | - <div class="mb-2"> |
38 | | - <label for="siteUrl" class="form-label">Django Files URL</label> |
39 | | - <input id="siteUrl" aria-describedby="siteUrlHelp" type="text" class="form-control" autocomplete="off"> |
40 | | - <div class="form-text" id="siteUrlHelp" >The Full URL to your Django Files server.</div> |
41 | | - </div> |
42 | | - <div class="mb-2"> |
43 | | - <label for="authToken" class="form-label">Auth Token</label> |
44 | | - <input id="authToken" aria-describedby="authTokenHelp" type="password" class="form-control" autocomplete="off"> |
45 | | - <div class="form-text" id="authTokenHelp">Token From Django Files Settings.</div> |
46 | | - </div> |
47 | | - <div class="mb-2"> |
48 | | - <label for="recentFiles" class="form-label">Recent Files</label> |
49 | | - <input id="recentFiles" aria-describedby="recentFilesHelp" type="number" class="form-control" autocomplete="off"> |
50 | | - <div class="form-text" id="recentFilesHelp">Recent Files (0-99) in Popup (0 to disable).</div> |
51 | | - </div> |
52 | | - <div class="form-check form-switch mb-2"> |
53 | | - <input class="form-check-input" id="contextMenu" type="checkbox" role="switch"> |
54 | | - <label class="form-check-label" for="contextMenu" aria-describedby="contextMenuHelp">Enable Right Click Menu</label> |
55 | | - </div> |
56 | | - <div class="form-check form-switch mb-2"> |
57 | | - <input class="form-check-input" id="checkAuth" type="checkbox" role="switch"> |
58 | | - <label class="form-check-label" for="checkAuth" aria-describedby="checkAuthHelp">Always Check for Site Auth</label> |
59 | | - </div> |
60 | | - <div class="form-check form-switch mb-2"> |
61 | | - <input class="form-check-input" id="showUpdate" type="checkbox" role="switch"> |
62 | | - <label class="form-check-label" for="showUpdate" aria-describedby="showUpdateHelp">Show Release Notes on Update</label> |
63 | | - </div> |
64 | | - </form> |
65 | | - </div> |
66 | | - <div class="text-center"> |
67 | | - <a class="link-body-emphasis text-decoration-none" target="_blank" rel="noopener" |
68 | | - href="https://github.com/django-files/chrome-extension#readme">Get Help</a> |
69 | | - | |
70 | | - <a class="link-body-emphasis text-decoration-none" target="_blank" rel="noopener" |
71 | | - href="https://github.com/django-files/chrome-extension">View Source</a> |
72 | | - | |
73 | | - <a class="link-body-emphasis text-decoration-none" target="_blank" rel="noopener" |
74 | | - href="https://django-files.github.io/">Django Files</a> |
75 | | - </div> |
| 17 | +<div class="d-flex align-items-center h-100"> |
| 18 | +<div class="col-xl-6 col-md-8 col-12 m-auto"> |
| 19 | +<div class="card p-2 mb-3" > |
| 20 | +<div class="card-body"> |
| 21 | + <div class="justify-content-center align-items-center d-flex"> |
| 22 | + <img src="../media/logo48.png" class="img-fluid float-start me-2" alt="Link Extractor" height="48" width="48"> |
| 23 | + <h1 class="align-middle">Django Files Extension</h1> |
| 24 | + </div> |
| 25 | + <div class="clearfix"></div> |
| 26 | + <p class="text-center lead">v<span id="version"></span></p> |
| 27 | + <table class="table table-sm table-borderless"> |
| 28 | + <caption class="visually-hidden">Keyboard Shortcuts</caption> |
| 29 | + <thead class="visually-hidden"><tr><th>Description</th><th>Shortcut</th></tr></thead> |
| 30 | + <tbody><tr> |
| 31 | + <td class="bg-transparent">Show Popup Action <i class="fa-regular fa-keyboard ms-2"></i></td> |
| 32 | + <td class="bg-transparent text-end" title="Keyboard Shortcut"><kbd id="mainKey">Unknown</kbd></td> |
| 33 | + </tr></tbody> |
| 34 | + </table> |
| 35 | + <form id="options-form" class="options"> |
| 36 | + <div class="mb-2"> |
| 37 | + <label for="siteUrl" class="form-label"><i class="fa-solid fa-globe me-2"></i> Django Files URL</label> |
| 38 | + <input id="siteUrl" aria-describedby="siteUrlHelp" type="text" class="form-control" autocomplete="off"> |
| 39 | + <div class="form-text" id="siteUrlHelp" >The Full URL to your Django Files server.</div> |
| 40 | + </div> |
| 41 | + <div class="mb-2"> |
| 42 | + <label for="authToken" class="form-label"><i class="fa-solid fa-key me-2"></i> Auth Token</label> |
| 43 | + <input id="authToken" aria-describedby="authTokenHelp" type="password" class="form-control" autocomplete="off"> |
| 44 | + <div class="form-text" id="authTokenHelp">Token From Django Files Settings.</div> |
| 45 | + </div> |
| 46 | + <div class="mb-2"> |
| 47 | + <label for="recentFiles" class="form-label"><i class="fa-solid fa-list-ol me-2"></i> Recent Files</label> |
| 48 | + <input id="recentFiles" aria-describedby="recentFilesHelp" type="number" class="form-control" autocomplete="off"> |
| 49 | + <div class="form-text" id="recentFilesHelp">Recent Files (0-99) in Popup (0 to disable).</div> |
| 50 | + </div> |
| 51 | + <div class="my-3"> |
| 52 | + <div class="form-check form-switch mb-2"> |
| 53 | + <input class="form-check-input" id="contextMenu" type="checkbox" role="switch"> |
| 54 | + <label class="form-check-label" for="contextMenu" aria-describedby="contextMenuHelp"> |
| 55 | + Enable Right Click Menu |
| 56 | + <span data-bs-toggle="tooltip" data-bs-title="Show Right Click Context Menu."> |
| 57 | + <i class="fa-solid fa-circle-info ms-1"></i> |
| 58 | + </span> |
| 59 | + </label> |
| 60 | + </div> |
| 61 | + <div class="form-check form-switch mb-2"> |
| 62 | + <input class="form-check-input" id="checkAuth" type="checkbox" role="switch"> |
| 63 | + <label class="form-check-label" for="checkAuth" aria-describedby="checkAuthHelp"> |
| 64 | + Always Check for Site Auth |
| 65 | + <span data-bs-toggle="tooltip" data-bs-title="Always Query Current Site for Auth Credentials."> |
| 66 | + <i class="fa-solid fa-circle-info ms-1"></i> |
| 67 | + </span> |
| 68 | + </label> |
| 69 | + </div> |
| 70 | + <div class="form-check form-switch mb-2"> |
| 71 | + <input class="form-check-input" id="showUpdate" type="checkbox" role="switch"> |
| 72 | + <label class="form-check-label" for="showUpdate" aria-describedby="showUpdateHelp"> |
| 73 | + Show Release Notes on Update |
| 74 | + <span data-bs-toggle="tooltip" data-bs-title="Show Release Notes on Version Update."> |
| 75 | + <i class="fa-solid fa-circle-info ms-1"></i> |
| 76 | + </span> |
| 77 | + </label> |
76 | 78 | </div> |
77 | 79 | </div> |
| 80 | + </form> |
| 81 | + <div class="text-center"> |
| 82 | + <a class="link-body-emphasis text-decoration-none" target="_blank" rel="noopener" |
| 83 | + href="https://github.com/django-files/chrome-extension#readme">Get Help</a> |
| 84 | + <i class="fa-solid fa-circle fa-2xs mx-2"></i> |
| 85 | + <a class="link-body-emphasis text-decoration-none" target="_blank" rel="noopener" |
| 86 | + href="https://github.com/django-files/chrome-extension">View Source</a> |
| 87 | + <i class="fa-solid fa-circle fa-2xs mx-2"></i> |
| 88 | + <a class="link-body-emphasis text-decoration-none" target="_blank" rel="noopener" |
| 89 | + href="https://django-files.github.io/">Django Files</a> |
78 | 90 | </div> |
79 | | -</div> |
| 91 | +</div> <!-- card-body --> |
| 92 | +</div> <!-- card --> |
| 93 | +</div> <!-- col --> |
| 94 | +</div> <!-- flex --> |
| 95 | +</div> <!-- container --> |
80 | 96 |
|
81 | 97 | <script type="text/javascript" src="../dist/polyfill/browser-polyfill.min.js"></script> |
82 | 98 | <script type="text/javascript" src="../dist/jquery/jquery.min.js"></script> |
|
0 commit comments