summaryrefslogtreecommitdiff
path: root/templates/admin_import_input.html
blob: ac11c766a422ed0ff9da90c153108a8ee2e943cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<form action="%link%" method="post" enctype="multipart/form-data">
    <fieldset>
        %msg%
        <p>
            For Pentabarf import provide user/password and url-completion.
        </p>
		<p><label>Location:</label> %url%<input type="text" name="url" /></p>
        <p>
            <label>
                User:
            </label>
            <input type="text" name="user" value="" />
        </p>
        <p>
            <label>
                Password:
            </label>
            <input type="password" name="password" />
        </p>
        <p>
            Or provide a Xcal-file from pentabarf manually:
        </p>
        <p>
            <label>
                Xcal-file:
            </label>
            <input type="file" name="xcal_file" />
        </p>
        <p>
            <input type="submit" name="submit" value="Submit" />
        </p>
    </fieldset>
</form>