Initial commit

This commit is contained in:
Felix Förtsch
2020-10-20 14:39:50 +02:00
commit 648ded8896
1225 changed files with 216511 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?php /** View for the search form. **/ ?>
<div id="dbcl_panel">
<form id="dbcl_form">
<p>Enter the cache key and cache group:</p>
<p>
<label for="dbcl_key">Key:</label>
<input type="text" id="dbcl_key" name="dbcl_key"> <small>(Example: alloptions)</small>
</p>
<p>
<label for="dbcl_group">Group:</label>
<input type="text" id="dbcl_group" name="dbcl_group"> <small>(Example: options)</small>
</p>
<p class="center"><input type="submit" value="Lookup" class="button button-primary"></p>
</form><br/>
<pre id="dbcl_results"></pre>
</div>