personal config storage, template the vcard profile, logging failed uri's to help track down transient dreamhost issues

This commit is contained in:
Friendika 2010-12-14 14:15:31 -08:00
commit 78d8bcbc60
7 changed files with 266 additions and 7 deletions

26
view/profile_vcard.tpl Normal file
View 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

View file

@ -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;
}