Kennwortmanager KeePassX Weiterentwicklung der Version 1
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
keepassx1/src/res/default-detailview.html

62 lines
2.0 KiB

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<style type="text/css">
.headertitle {
color : #ffffff;
font-family : Tahoma, Verdana, Arial;
font-size : 14px;
font-weight : bold;
}
.fieldname {
font-family : Tahoma, Verdana, Arial;
font-size : 10px;
font-weight : bold;
}
.fieldvalue {
font-family : Tahoma, Verdana, Arial;
font-size : 10px;
}
</style>
</head>
<body>
<table width="100%" align="left" border="0" cellspacing="0" cellpadding="3">
<tr><td bgcolor="#808080" class="headertitle">%title%</td></tr>
</table>
<table width="100%" align="left" border="0" cellspacing="3" cellpadding="0">
<tr>
<td width="10%" class="fieldname">Group:</td>
<td width="40%" class="fieldvalue">%group%</td>
<td width="10%" class="fieldname">Creation:</td>
<td width="40%" class="fieldvalue">%creation%</td>
</tr>
<tr>
<td width="10%" class="fieldname">Username:</td>
<td width="40%" class="fieldvalue">%username%</td>
<td width="10%" class="fieldname">Access:</td>
<td width="40%" class="fieldvalue">%lastaccess%</td>
</tr>
<tr>
<td width="10%" class="fieldname">Password:</td>
<td width="40%" class="fieldvalue">%password%</td>
<td width="10%" class="fieldname">Modification:</td>
<td width="40%" class="fieldvalue">%lastmod%</td>
</tr>
<tr>
<td width="10%" class="fieldname">Attachment:</td>
<td width="40%" class="fieldvalue">%attachment%</td>
<td width="10%" class="fieldname">Expiration:</td>
<td width="40%" class="fieldvalue">%expire% [%expire-timeleft%]</td>
</tr>
<tr>
<td width="10%" class="fieldname">URL:</td>
<td width="90%" colspan="3" class="fieldvalue"><a href="%url%">%url%</a></td>
</tr>
<tr>
<td width="10%" class="fieldname">Comment:</td>
<td width="90%" colspan="3" class="fieldvalue">%comment%</td>
</tr>
</table>
</body>
</html>