HTML rendering improvements #85

Closed
opened 2024-10-28 22:47:50 +01:00 by vldovhan · 1 comment

Hello,
please consider moving html rendering from PHP files to mustache templates:

image

Hello, please consider moving html rendering from PHP files to mustache templates: ![image](/attachments/22fbcf0a-1be5-44a0-b266-a113fd4dea7c)
362 KiB
pmkuipers self-assigned this 2024-10-29 09:19:49 +01:00
Owner

I reworked all html rendering in PHP to Mustache files.
Note that because of the included Vue code I had to add the following to the mustache template:

{{! Next line replaces mustache double curly braces with << and >> for this template,
so it does not mess up vue double curly braces in the rest of the code.}}
{{= << >> =}}
I reworked all html rendering in PHP to Mustache files. Note that because of the included Vue code I had to add the following to the mustache template: ``` {{! Next line replaces mustache double curly braces with << and >> for this template, so it does not mess up vue double curly braces in the rest of the code.}} {{= << >> =}} ```
pmkuipers added the
Fixed
Confirmed
label 2024-12-30 23:31:21 +01:00
This repo is archived. You cannot comment on issues.
No milestone
No project
No assignees
2 participants
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Miqra-Engineering/moodle-local_treestudyplan#85
No description provided.