aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/addlink.html
Commit message (Collapse)AuthorAgeFilesLines
* Bulk creation: fix private status based on the first formArthurHoaro2020-10-271-2/+2
|
* Feature: bulk creation of bookmarksArthurHoaro2020-10-271-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | This changes creates a new form in addlink page allowing to create multiple bookmarks at once more easily. It focuses on re-using as much existing code and template component as possible. These changes includes: - a new form in addlink (hidden behind a button by default), containing a text area for URL, and tags/private status to apply to created links - this form displays a new template called editlink.batch, itself including editlink template multiple times - User interation in this new templates are handle by a new JS script (shaare-batch.js) making AJAX requests, and therefore does not need page reloading - ManageShaareController has been split into 3 distinct controllers: + ShaareAdd: displays addlink template + ShaareManage: various operation applied on existing shaares (change visibility, pin, deletion, etc.) + ShaarePublish: handles creation/edit forms and saving Shaare's form - Updated translations Fixes #137
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-231-1/+1
| | | | Also prefix most admin routes with /admin/
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-1/+1
| | | | | | | With the new routes, all pages are not all at the same folder level anymore (e.g. /shaare and /shaare/123), so we can't just use './' everywhere. The most consistent way to handle this is to prefix all path with the proper variable, and handle the actual path in controllers.
* Handle shaare creation/edition/deletion through Slim controllersArthurHoaro2020-07-231-1/+1
|
* Accessibility: specify the HTML lang attributeArthurHoaro2019-02-091-1/+1
| | | | | | The lang is based on the user defined one. If the language is automatic, no language will be specified. Fixes #1216
* add label to form - accessibility issueLuce Carević2018-11-301-1/+2
| | | Don't use placeholder instead of label for form input.
* Introduce the new default Shaarli templateArthurHoaro2017-02-271-0/+24
|
* Move default template to vintage folderArthurHoaro2017-02-271-16/+0
|
* Change templates set through administration UIKnah Tsaeb2017-01-051-0/+16