Note: You are currently viewing documentation for Moodle 3.4. Up-to-date documentation for the latest stable version of Moodle is likely available here: Database templates.

Database templates: Difference between revisions

From MoodleDocs
(What the heck are they and how do you use them?)
Line 33: Line 33:


AJAX anyone? Seems like a great place for it... :)
AJAX anyone? Seems like a great place for it... :)
It occurred to me that setting up templates could be a matter of copying and pasting HTML with the database tags ... testing the idea now... --[[User:Dennis Daniels|Dennis Daniels]] 19:35, 25 May 2006 (WST)
===tags===
===tags===
What the heck are they and how do you use them?  
What the heck are they and how do you use them?  
{{stub}}
{{stub}}
[[Category:Teacher]]
[[Category:Teacher]]

Revision as of 11:35, 25 May 2006

Template:Databases


list template tab

Defines browsing interface for multiple entries

mod/data/templates.php?d=1&mode=listtemplate

single template tab

Defines browsing interface for a single entry.

add template tab

Defines the interface when editing entries What does the reset template do? No challenge before resetting so be careful...

and HOW are the tags used?--Dennis Daniels 16:19, 25 May 2006 (WST)

RSS template tab

Defines appearance of entries in RSS feeds

mod/data/templates.php?d=1&mode=rsstemplate

CSS template tab

Defines local CSS styles for the other templates How is stuff being saved? And, wouldn't an existing CSS pre-loaded by nice? Hand coding CSS? Copy and paste? mod/data/templates.php?d=1&mode=csstemplate

Usage Issues

Can't tell how or where the templates are being saved or what the tags do.--Dennis Daniels 16:16, 25 May 2006 (WST)

I personally think each php with a "mode" should have its own help page...--Dennis Daniels 16:14, 25 May 2006 (WST)

AJAX anyone? Seems like a great place for it... :)

It occurred to me that setting up templates could be a matter of copying and pasting HTML with the database tags ... testing the idea now... --Dennis Daniels 19:35, 25 May 2006 (WST)

tags

What the heck are they and how do you use them?