mirror of
https://github.com/friendica/friendica
synced 2025-09-06 13:09:26 +02:00
personal config storage, template the vcard profile, logging failed uri's to help track down transient dreamhost issues
This commit is contained in:
parent
46bc84b2f2
commit
78d8bcbc60
7 changed files with 266 additions and 7 deletions
26
view/profile_vcard.tpl
Normal file
26
view/profile_vcard.tpl
Normal file
|
@ -0,0 +1,26 @@
|
|||
<div class="vcard">
|
||||
|
||||
$fullname
|
||||
|
||||
$tabs
|
||||
|
||||
$photo
|
||||
|
||||
<div id="profile-extra-links">
|
||||
<ul>
|
||||
$connect
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
$location
|
||||
|
||||
$gender
|
||||
|
||||
$pubkey
|
||||
|
||||
</div>
|
||||
|
||||
$marital
|
||||
|
||||
$homepage
|
||||
|
|
@ -188,7 +188,7 @@ img.photo {
|
|||
|
||||
.heart {
|
||||
color: #FF0000;
|
||||
font-size: 120%;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
aside {
|
||||
|
@ -1893,4 +1893,21 @@ a.mail-list-link {
|
|||
|
||||
#search-box {
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
.location-label, .gender-label, .marital-label, .homepage-label {
|
||||
float: left;
|
||||
text-align: right;
|
||||
display: block;
|
||||
width: 65px;
|
||||
}
|
||||
|
||||
.adr, .x-gender, .marital-text, .homepage-url {
|
||||
float: left;
|
||||
display: block;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.profile-clear {
|
||||
clear: both;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue