forked from libapps/libapps-mirror
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnassh_connect_dialog.html
More file actions
149 lines (144 loc) · 6.58 KB
/
nassh_connect_dialog.html
File metadata and controls
149 lines (144 loc) · 6.58 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'/>
<title i18n='{"_": "CONNECTION_DIALOG_NAME"}'></title>
<!-- These are used when creating shortcuts akin to PWAs. -->
<link rel='icon' type='image/png' href='../images/dev/icon-16.png' sizes='16x16'/>
<link rel='icon' type='image/png' href='../images/dev/icon-24.png' sizes='24x24'/>
<link rel='icon' type='image/png' href='../images/dev/icon-32.png' sizes='32x32'/>
<link rel='icon' type='image/png' href='../images/dev/icon-48.png' sizes='48x48'/>
<link rel='icon' type='image/png' href='../images/dev/icon-128.png' sizes='128x128'/>
<script type='module' src='../js/nassh_connect_dialog.js'></script>
<link rel='stylesheet' href='../css/nassh_styles.css'/>
<link rel='stylesheet' href='../css/nassh_box.css'/>
<link rel='stylesheet' href='../css/nassh_connect_dialog.css'/>
</head>
<body x-vbox class='dialog-body'>
<x-hbox class='dialog-road column-list' id='shortcut-list' x-flex='1'
i18n='{"aria-label": "$id"}'> </x-hbox>
<form x-vbox class='dialog-billboard'>
<x-hbox>
<input x-box x-flex='1' id='field-description'
type='text' spellcheck=false
i18n='{"aria-label": "$id", "title": "=aria-label"}' required>
</x-hbox>
<x-vbox>
<br>
<x-hbox>
<input x-box id='field-username'
type='text' spellcheck=false
i18n='{"aria-label": "$id", "title": "=aria-label"}'
required pattern='^.+$'>
<input x-box x-flex='1' id='field-hostname'
type='text' spellcheck=false
i18n='{"aria-label": "$id", "title": "=aria-label"}'
required pattern='^(>crosh|[A-Za-z0-9\-.:\u0080-\uffff]+)$'>
<input x-box id='field-port' type='number' min='1' max='65535'
i18n='{"aria-label": "$id", "title": "=aria-label"}'
min='1' max='65535'>
</x-hbox>
<x-hbox>
<input x-box id='field-nassh-options' x-flex='1'
type='text' spellcheck=false
i18n='{"aria-label": "$id", "title": "=aria-label", "placeholder": "$id"}'
pattern='^\s*(--(no-)?(config|debug-[a-z\-]+|field-trial-[a-z\-]+|proxy-host|proxy-host-fallback|proxy-mode|proxy-port|proxy-remote-host|proxy-user|relay-method|relay-protocol|report-ack-latency|report-connect-attempts|resume-connection|ssh-client-version|ssh-agent|use-ssl|use-xhr|welcome|egress-domain)(=[^\s]+)?(\s+|$))*$'>
</x-hbox>
<br>
<x-hbox x-align='baseline'>
<table id='aligned-dialog-fields'>
<tr>
<td class='aligned-dialog-labels'>
<a id='label-identity'
href='../plugin/docs/ssh_config.5.html#IdentityFile'
target='_blank'
i18n='{"_": "IDENTITY_LABEL"}'
>IDENTITY</a>
</td>
<td>
<select id='field-identity'
type='text' spellcheck=false
aria-labelledby='label-identity'>
<option i18n='{"_": "LOADING_LABEL"}'>LOADING...</option>
</select>
<a id='import-link' tabindex='0' href='go:import'
i18n='{"aria-label": "$id", "_": "IMPORT_LINK_LABEL"}'
>IMPORT...</a>
<input type="file" multiple id='import-file-input' tabindex="-1">
</td>
</tr>
<tr>
<td class='aligned-dialog-labels'>
<a id='label-argstr'
href='../plugin/docs/ssh.1.html' target='_blank'
i18n='{"_": "SSH_ARGSTR_LABEL"}'
>SSH ARGUMENTS</a>
</td>
<td>
<input id='field-argstr' class='aligned-dialog-fullwidth'
type='text' spellcheck=false
aria-labelledby='label-argstr'
i18n='{"placeholder": "$id"}'>
</td>
</tr>
<tr>
<td class='aligned-dialog-labels'>
<div id='label-terminal-profile'
i18n='{"_": "TERMINAL_PROFILE_LABEL"}'
>TERMINAL PROFILE</div>
</td>
<td>
<input id='field-terminal-profile'
type='text' spellcheck=false
aria-labelledby='label-terminal-profile'
i18n='{"placeholder": "$id"}'>
</td>
</tr>
<tr id='mount-path'>
<td class='aligned-dialog-labels'>
<span id='label-mount-path'
i18n='{"_": "MOUNT_PATH_LABEL"}'
>MOUNT PATH</span>
</td>
<td>
<input id='field-mount-path' class='aligned-dialog-fullwidth'
type='text' spellcheck=false
aria-labelledby='label-mount-path'
i18n='{"placeholder": "$id"}'>
</td>
</tr>
</table>
</x-hbox>
</x-vbox>
</form> <!-- .dialog-billboard -->
<x-hbox class='dialog-buttons' x-pack='end'>
<div x-box id='delete'
role='button' tabindex='0'
><span class='key' i18n='{"_": "DEL_KEYCAP"}'>[DEL]</span>
<span class='label' i18n='{"_": "DELETE_BUTTON_LABEL"}'
>DELETE</span></div>
<div x-box id='options'
role='button' tabindex='0'
><span class='label' i18n='{"_": "HTERM_OPTIONS_BUTTON_LABEL"}'
>OPTIONS</span></div>
<div x-box id='feedback'
role='button' tabindex='0'
><span class='label' i18n='{"_": "SEND_FEEDBACK_LABEL"}'
></span></div>
<div x-box x-flex='1'></div>
<div x-box id='mount' role='button' tabindex='0'
><span class='label' i18n='{"_": "MOUNT_BUTTON_LABEL"}'
>MOUNT</span></div>
<div x-box id='unmount' role='button' tabindex='0'
><span class='label' i18n='{"_": "UNMOUNT_BUTTON_LABEL"}'
>UNMOUNT</span></div>
<div x-box id='sftp-client' role='button' tabindex='0'
><span class='label' i18n='{"_": "SFTP_CLIENT_BUTTON_LABEL"}'
>SFTP CLIENT</span></div>
<div x-box id='connect' role='button' tabindex='0'
><span class='key' i18n='{"_": "ENTER_KEYCAP"}'>[ENTER]</span>
<span class='label' i18n='{"_": "CONNECT_BUTTON_LABEL"}'
>CONNECT</span></div>
</x-hbox> <!-- .dialog-buttons -->
</body>
</html>