Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Simple Clock block: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(Adding acknowledgement and shifting links to end)
 
(Hi ha una revisió intermèdia del mateix usuari que no es mostren)
Línia 7: Línia 7:
* Maintains time difference between page loads
* Maintains time difference between page loads
* Shows site icon and user image as clock icons
* Shows site icon and user image as clock icons
== Links ==
* [http://moodle.org/mod/data/view.php?d=13&rid=3642 Moodle Modules Posting]
* [http://tracker.moodle.org/browse/CONTRIB/component/10620 Bug Tracker Page for Simple Clock] (Please report bugs here)
* [http://cvs.moodle.org/contrib/plugins/blocks/simple_clock/ CVS Repository for Simple Clock]


== Installing ==
== Installing ==
Línia 31: Línia 25:
[[Image:SimpleClockBlockServerOnly.png|alt=Simple clock block shown with server only]]
[[Image:SimpleClockBlockServerOnly.png|alt=Simple clock block shown with server only]]
[[Image:SimpleClockBlockUserOnly.png|alt=Simple clock block shown with user only]]
[[Image:SimpleClockBlockUserOnly.png|alt=Simple clock block shown with user only]]
[[Image:SimpleClockBlockDays.png|alt=Simple clock with daysshown]]
[[Image:SimpleClockBlockDays.png|alt=Simple clock with days shown]]
[[Image:SimpleClockBlockSeconds.png|alt=Simple clock with seconds shown]]
[[Image:SimpleClockBlockSeconds.png|alt=Simple clock with seconds shown]]
[[Image:SimpleClockBlockNoHeader.png‎|alt=Simple clock with no header]]
[[Image:SimpleClockBlockNoHeader.png‎|alt=Simple clock with no header]]
Línia 37: Línia 31:


For configuration instructions see [[blocks/simple_clock]]
For configuration instructions see [[blocks/simple_clock]]
== Acknowledgements ==
* Luiggi Sansonetti for a French translation
== See also ==
* [http://moodle.org/plugins/view.php?plugin=block_simple_clock Moodle Plugins repository entry]
* [http://tracker.moodle.org/browse/CONTRIB/component/10620 Bug Tracker Page for Simple Clock] (Please report bugs here)
* [https://github.com/deraadt/moodle-block_simple_clock.git Git repository for Simple Clock]


[[Category:Contributed code]]
[[Category:Contributed code]]

Revisió de 04:39, 24 jul 2012

Back to Blocks page

Features

Simple clock block showing site theme icon and user pic
  • Maintains time difference between page loads
  • Shows site icon and user image as clock icons

Installing

The Simple Clock block is installed like other blocks (How to install a block).

Configuration

It is possible to achieve the following configurations.

  • Show server clock, user clock or both
  • Show day names
  • Show seconds
  • Hide header/title
  • Hide clock icons
  • Change block title

Simple clock block shown with server only Simple clock block shown with user only Simple clock with days shown Simple clock with seconds shown Simple clock with no header Simple clock with no icons

For configuration instructions see blocks/simple_clock

Acknowledgements

  • Luiggi Sansonetti for a French translation

See also