├── LICENSE ├── Plugin.php ├── README.md ├── Template └── task │ ├── b_section.php │ ├── gobot.php │ └── gotop.php ├── _config.yml ├── screenshot ├── test_buttons.gif └── test_drag.gif ├── topbotm.css └── topbotm.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/creecros/Bak2topbotm/HEAD/LICENSE -------------------------------------------------------------------------------- /Plugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/creecros/Bak2topbotm/HEAD/Plugin.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/creecros/Bak2topbotm/HEAD/README.md -------------------------------------------------------------------------------- /Template/task/b_section.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/creecros/Bak2topbotm/HEAD/Template/task/b_section.php -------------------------------------------------------------------------------- /Template/task/gobot.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/creecros/Bak2topbotm/HEAD/Template/task/gobot.php -------------------------------------------------------------------------------- /Template/task/gotop.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/creecros/Bak2topbotm/HEAD/Template/task/gotop.php -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/creecros/Bak2topbotm/HEAD/_config.yml -------------------------------------------------------------------------------- /screenshot/test_buttons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/creecros/Bak2topbotm/HEAD/screenshot/test_buttons.gif -------------------------------------------------------------------------------- /screenshot/test_drag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/creecros/Bak2topbotm/HEAD/screenshot/test_drag.gif -------------------------------------------------------------------------------- /topbotm.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/creecros/Bak2topbotm/HEAD/topbotm.css -------------------------------------------------------------------------------- /topbotm.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/creecros/Bak2topbotm/HEAD/topbotm.js --------------------------------------------------------------------------------