aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/demo_plugin/field.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2015-10-15 12:50:40 +0200
committerArthurHoaro <arthur@hoa.ro>2015-11-08 12:47:44 +0100
commit786ddad91d858a60882bd20be279558131e99b68 (patch)
tree7b3d6094990a1229f91b3e0c8241569c98fd9680 /plugins/demo_plugin/field.html
parenta52e8435939c641f964939f1df55cf7ceddcc0fd (diff)
downloadShaarli-786ddad91d858a60882bd20be279558131e99b68.tar.gz
Shaarli-786ddad91d858a60882bd20be279558131e99b68.tar.zst
Shaarli-786ddad91d858a60882bd20be279558131e99b68.zip
PLUGIN demo_plugin
This plugin try to cover Shaarli's plugin API entirely. Can be used by plugin developper to make their own.
Diffstat (limited to 'plugins/demo_plugin/field.html')
-rwxr-xr-xplugins/demo_plugin/field.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/demo_plugin/field.html b/plugins/demo_plugin/field.html
new file mode 100755
index 00000000..00281c4e
--- /dev/null
+++ b/plugins/demo_plugin/field.html
@@ -0,0 +1,2 @@
1<label for="lf_stuff"><i>Demo Stuff</i></label><br>
2<input type="text" name="lf_stuff" id="lf_stuff" value="%s" class="lf_input"><br> \ No newline at end of file