1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bozon_ynh.git synced 2024-09-03 18:16:09 +02:00
bozon_ynh/sources/templates/default/templates/dialog_share.html
2016-03-23 19:30:43 +01:00

18 lines
566 B
HTML

<div class="dialog" id="usershare">
<figure>
<a href="#" class="closemsg"></a>
<figcaption>
<h1>#Share_folder</h1>
<form action="index.php" method="get">
<h2 id="ID_folder"></h2>
<p>#share_text</p>
<input type="hidden" value="" name="share" id="ID_share"/>
<input type="hidden" name="token" value="#TOKEN"/>
<input type="hidden" name="p" value="admin"/>
<ul id="Users_list"></ul>
<input id="submit" type="submit" value="Ok" class="btn" />
</form>
</figcaption>
</figure>
</div>