$def with (course,url, username, apikey) $# $# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for $# more information about the licensing of this file. $# $var title: Webdav access | $:course.get_name(user_manager.session_language()) $var Column: $:template_helper.call('course_admin_menu',course=course,current='webdav') $ is_admin = user_manager.has_admin_rights_on_course(course) $def NavbarF(): $var Navbar: $:NavbarF()

$:_("WebDAV access")

$:_("Use this URL to access your course folder using WebDav:")

$:_("URL")$url
$:_("Username")$username
$:_("Password")$apikey