2012-11-17 19:58:27 +00:00
|
|
|
<div .span9 .hero-unit>
|
|
|
|
<h2>
|
|
|
|
Enabling #{description}
|
|
|
|
<p>
|
|
|
|
This is a WebDAV repository located at #
|
|
|
|
<a href="#{url}">
|
|
|
|
#{url}
|
|
|
|
<p>
|
2013-03-16 22:48:23 +00:00
|
|
|
<form method="post" .form-horizontal enctype=#{enctype}>
|
2012-11-17 19:58:27 +00:00
|
|
|
<fieldset>
|
|
|
|
^{form}
|
2012-11-25 04:38:11 +00:00
|
|
|
^{webAppFormAuthToken}
|
2012-11-17 19:58:27 +00:00
|
|
|
<div .form-actions>
|
|
|
|
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
|
|
|
|
Enable repository
|
|
|
|
<div .modal .fade #workingmodal>
|
|
|
|
<div .modal-header>
|
|
|
|
<h3>
|
|
|
|
Enabling repository ...
|
|
|
|
<div .modal-body>
|
|
|
|
<p>
|
|
|
|
Enabling this WebDAV repository. This could take a minute.
|