mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
update addons to support Smarty3
This commit is contained in:
parent
66334ec5cb
commit
3da6f1471c
62 changed files with 778 additions and 468 deletions
9
uhremotestorage/view/settings.tpl
Executable file
9
uhremotestorage/view/settings.tpl
Executable file
|
@ -0,0 +1,9 @@
|
|||
<div class="settings-block">
|
||||
<h3>$title</h3>
|
||||
<p>$desc</p>
|
||||
{{ inc $field_input with $field=$url }}{{ endinc }}
|
||||
{{ inc $field_input with $field=$auth }}{{ endinc }}
|
||||
{{ inc $field_select with $field=$api }}{{ endinc }}
|
||||
<div class="submit"><input type="submit" name="page_site" value="$submit" /></div>
|
||||
|
||||
</div>
|
9
uhremotestorage/view/smarty3/settings.tpl
Normal file
9
uhremotestorage/view/smarty3/settings.tpl
Normal file
|
@ -0,0 +1,9 @@
|
|||
<div class="settings-block">
|
||||
<h3>{{$title}}</h3>
|
||||
<p>{{$desc}}</p>
|
||||
{{include file="file:{{$field_input}}" field=$url}}
|
||||
{{include file="file:{{$field_input}}" field=$auth}}
|
||||
{{include file="file:{{$field_select}}" field=$api}}
|
||||
<div class="submit"><input type="submit" name="page_site" value="{{$submit}}" /></div>
|
||||
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue