Welcome to mirror list, hosted at ThFree Co, Russian Federation.

jottacloud.html « backends « templates « ngax « webroot « Server « Duplicati - github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04efe6d28f3551c78e6e8d07dfea74a39a1166cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="input text">
    <label for="jottacloud_path" translate>Folder path</label>
    <input type="text" name="jottacloud_path" id="jottacloud_path" ng-model="$parent.Path" placeholder="{{'Enter folder path name' | translate}}" />
</div>

<div class="input text">
    <label for="jottacloud_username" translate>Username</label>
    <input type="text" name="jottacloud_username" id="jottacloud_username" ng-model="$parent.Username" placeholder="{{'Username' | translate}}" />
</div>
<div class="input password">
    <label for="jottacloud_password" translate>Password</label>
    <input autocomplete="new-password" type="password" name="jottacloud_password" id="jottacloud_password" ng-model="$parent.Password" placeholder="{{'Password' | translate}}" />
</div>