-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtabDialog.html
141 lines (134 loc) · 6.99 KB
/
tabDialog.html
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
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="css/newvaultGlobal.css">
<link rel="stylesheet" type="text/css" href="css/buttons.css">
<link rel="stylesheet" type="text/css" href="css/dialog.css">
<link rel="stylesheet" type="text/css" href="css/tabDialog.css">
<link rel="stylesheet" type="text/css" href="css/siteDialog.css">
<link rel="stylesheet" type="text/css" href="css/loading.css">
<script src="js/tabDialog.js" charset="utf-8"></script>
<script src="js/jquery-1.11.1.min.js" charset="utf-8"></script>
</head>
<body class="tab">
<div id="contextMenu" class="contextMenu dropdownMenu">
<ul></ul>
</div>
<div class="dialog responsive maximized2" role="dialog" aria-labelledby="siteDialogTitle" id="siteDialog" style="display: block; max-height: 706px;">
<button class="focusCycler"></button>
<div class="dialogHeader icon dialogHeaderButtonsEnabled titleEnabled">
<div class="dialogHeaderInner">
<span class="dialogHeaderTitle" id="siteDialogTitle">添加/编辑</span>
</div>
<!--<div class="dialogHeaderButtons">-->
<!--<button title="最大化" class="dialogMaximizeButton dialogHeaderButton"></button>-->
<!--<button title="关闭" class="dialogCloseButton dialogHeaderButton"></button>-->
<!--</div>-->
</div>
<div class="dialogContent dialogContentFixed" style="bottom: 66px; top: 50px;">
<div class="mainView" style="display: block;">
<div class="siteTypeahead" style="display:none;">
<label for="siteDialogURL" class="label first">网址:</label>
<div class="dropdownContainer" style="margin: 0px;">
<div class="relative">
<div class="dropdownHint" style="line-height: 30px; padding-left: 5px; padding-right: 35px; font-weight: 400; left: 1px; right: 1px;">
<span></span>
</div>
<input id="siteDialogURL" class="dialogInput clickToggles typeaheadDropdown dropdownDisabled" type="text" spellcheck="false" style="margin: 0px;">
</div>
</div>
</div>
<div class="twoColumn leftColumn" >
<label for="siteDialogName" class="label">名称:</label>
<input id="siteDialogId" type="hidden">
<input id="siteDialogName" dialogfield="name" class="dialogInput" type="text" spellcheck="false">
</div>
<div class="twoColumn rightColumn">
<div>
<label for="siteDialogGroup" class="label">识别路径(|分隔):</label>
<div class="dropdownContainer" style="margin: 0px;">
<div class="relative">
<div class="dropdownHint" style="line-height: 30px; padding-left: 5px; padding-right: 35px; font-weight: 400; left: 1px; right: 1px;">
<span></span>
</div><input id="siteDialogGroup" class="dialogInput typeaheadDropdown clickToggles" dialogfield="group" type="text" spellcheck="false" style="margin: 0px;"></div>
<div class="dropdownMenu selectDropdownList" style="margin-top: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;">
<ul></ul>
</div>
</div>
</div>
</div>
<div class="" >
<label for="siteDialogType" class="label">类型:</label>
<select style="width:49%;" id="siteDialogType" dialogfield="type" class="dialogInput" type="text" spellcheck="false" autocomplete="off">
<option value="password">用户名密码</option>
<option value="otp">OTP</option>
</select>
</div>
<div class="twoColumn leftColumn hideSaveAll" id="siteDialogDivUsername" >
<label for="siteDialogUsername" class="label">用户名:</label>
<input id="siteDialogUsername" dialogfield="unencryptedUsername" class="dialogInput" type="text" spellcheck="false" autocomplete="off">
</div>
<div class="twoColumn hideSaveAll">
<div class="relative">
<label for="siteDialogPassword" class="label">密码:</label>
<div class="relative" style="margin: 0px;"><input id="siteDialogPassword" dialogfield="password" class="dialogInput passwordToggle password" type="password" autocomplete="off" spellcheck="false" style="margin: 0px;">
<button class="showPassword iconButton" title="显示密码"></button>
<div class="meterContainer">
<div class="meter">
<div class="poor" style="width: 1%;"></div>
</div>
</div>
</div>
<div id="autoChangePassword" style="display: none;">自动更改密码</div>
</div>
</div>
<div class="clear"></div>
<label aria-label="Fields" class="label fieldsLabel">字段:</label>
<table class="saveAllFields"></table>
<label for="siteDialogNotes" class="label" style="display:none;">备注:</label>
<textarea id="siteDialogNotes" dialogfield="extra" class="dialogInput responsiveTextArea" spellcheck="false" style="height: calc(100% - 409px);display:none;"></textarea>
<table class="fieldsTable" style="margin: 20px 0 5px 0;" border="1">
<tbody class="fieldsElement">
<tr id="dialogDivInput1">
<td class="" style="width:20%;text-align: right;">
用户名识别字段(|分隔)
</td>
<td class="formFieldValue">
<input id="dialogInput1" class="dialogInput " spellcheck="false" style="margin: 0px;">
</td>
</tr>
<tr >
<td class="" style="width:20%;text-align: right;">
密码识别字段(|分隔)
</td>
<td class="formFieldValue">
<input id="dialogInput2" class="dialogInput " spellcheck="false" style="margin: 0px;">
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="buttons buttonsFixed rightButtons">
<button id="delete" class="nbtn btn_midi dbtn leftButton">删除</button>
<button id="cancel" class="nbtn btn_midi wbtn">取消</button>
<button id="save" class="nbtn btn_midi rbtn">保存</button>
</div>
<button class="focusCycler"></button>
<div class="dialogBlurOverlay"></div>
</div>
<div id="_loading" style="display:none;">
<div class="loading-mask"></div>
<div class="loading-box">
<div class="loading-content animate-spin"></div>
<div class="loading-content-outer animate-spin-outer"></div>
<div class="text">
加载中
</div>
<div class="loading-bg"></div>
</div>
</div>
</body>
</html>