├── README.txt ├── db └── access.php ├── lang └── en │ └── atto_NEWTEMPLATE.php ├── lib.php ├── pix ├── ed │ ├── iconone.png │ └── icontwo.png └── icon.png ├── settings.php ├── version.php └── yui └── src └── button ├── build.json ├── js └── button.js └── meta └── button.json /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinhunt/moodle-atto_newtemplate/HEAD/README.txt -------------------------------------------------------------------------------- /db/access.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinhunt/moodle-atto_newtemplate/HEAD/db/access.php -------------------------------------------------------------------------------- /lang/en/atto_NEWTEMPLATE.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinhunt/moodle-atto_newtemplate/HEAD/lang/en/atto_NEWTEMPLATE.php -------------------------------------------------------------------------------- /lib.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinhunt/moodle-atto_newtemplate/HEAD/lib.php -------------------------------------------------------------------------------- /pix/ed/iconone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinhunt/moodle-atto_newtemplate/HEAD/pix/ed/iconone.png -------------------------------------------------------------------------------- /pix/ed/icontwo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinhunt/moodle-atto_newtemplate/HEAD/pix/ed/icontwo.png -------------------------------------------------------------------------------- /pix/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinhunt/moodle-atto_newtemplate/HEAD/pix/icon.png -------------------------------------------------------------------------------- /settings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinhunt/moodle-atto_newtemplate/HEAD/settings.php -------------------------------------------------------------------------------- /version.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinhunt/moodle-atto_newtemplate/HEAD/version.php -------------------------------------------------------------------------------- /yui/src/button/build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinhunt/moodle-atto_newtemplate/HEAD/yui/src/button/build.json -------------------------------------------------------------------------------- /yui/src/button/js/button.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinhunt/moodle-atto_newtemplate/HEAD/yui/src/button/js/button.js -------------------------------------------------------------------------------- /yui/src/button/meta/button.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/justinhunt/moodle-atto_newtemplate/HEAD/yui/src/button/meta/button.json --------------------------------------------------------------------------------