This commit is contained in:
friendica 2014-09-27 00:15:43 -07:00
commit 51c0904a8a
9 changed files with 89 additions and 98 deletions

View file

@ -146,7 +146,7 @@ function load_translation_table($lang, $install = false) {
* *
* @param $s string that should get translated * @param $s string that should get translated
* @param $ctx optional context to appear in po file * @param $ctx optional context to appear in po file
* @return translated string if exsists, otherwise s * @return translated string if exists, otherwise return $s
* *
*/ */
function t($s,$ctx = '') { function t($s,$ctx = '') {

View file

@ -653,8 +653,9 @@ function photos_content(&$a) {
intval($a->pager['itemspage']) intval($a->pager['itemspage'])
); );
$o .= '<div class="section-title-wrapper">';
$o .= '<h3>' . $album . '</h3>'; $o .= '<h3>' . $album . '</h3>';
$o .= '<div class="section-title-submenu">';
if($cmd === 'edit') { if($cmd === 'edit') {
if(($album !== t('Profile Photos')) && ($album !== 'Contact Photos') && ($album !== t('Contact Photos'))) { if(($album !== t('Profile Photos')) && ($album !== 'Contact Photos') && ($album !== t('Contact Photos'))) {
if($can_post) { if($can_post) {
@ -680,22 +681,24 @@ function photos_content(&$a) {
else { else {
if(($album !== t('Profile Photos')) && ($album !== 'Contact Photos') && ($album !== t('Contact Photos'))) { if(($album !== t('Profile Photos')) && ($album !== 'Contact Photos') && ($album !== t('Contact Photos'))) {
if($can_post) { if($can_post) {
$o .= '<div id="album-edit-link"><a href="'. $a->get_baseurl() . '/photos/' $o .= '<a href="'. $a->get_baseurl() . '/photos/' . $a->data['channel']['channel_address'] . '/album/' . bin2hex($album) . '/edit' . '">' . t('Edit Album') . '</a>';
. $a->data['channel']['channel_address'] . '/album/' . bin2hex($album) . '/edit' . '">'
. t('Edit Album') . '</a></div>';
} }
} }
} }
if($_GET['order'] === 'posted') if($_GET['order'] === 'posted')
$o .= '<div class="photos-upload-link" ><a href="' . $a->get_baseurl() . '/photos/' . $a->data['channel']['channel_address'] . '/album/' . bin2hex($album) . '" >' . t('Show Newest First') . '</a></div>'; $o .= '<a href="' . $a->get_baseurl() . '/photos/' . $a->data['channel']['channel_address'] . '/album/' . bin2hex($album) . '" >' . t('Show Newest First') . '</a>';
else else
$o .= '<div class="photos-upload-link" ><a href="' . $a->get_baseurl() . '/photos/' . $a->data['channel']['channel_address'] . '/album/' . bin2hex($album) . '?f=&order=posted" >' . t('Show Oldest First') . '</a></div>'; $o .= '<a href="' . $a->get_baseurl() . '/photos/' . $a->data['channel']['channel_address'] . '/album/' . bin2hex($album) . '?f=&order=posted" >' . t('Show Oldest First') . '</a>';
/*
if($can_post) { if($can_post) {
$o .= '<div class="photos-upload-link" ><a href="' . $a->get_baseurl() . '/photos/' . $a->data['channel']['channel_address'] . '/upload/' . bin2hex($album) . '" >' . t('Upload New Photos') . '</a></div>'; $o .= '<a href="' . $a->get_baseurl() . '/photos/' . $a->data['channel']['channel_address'] . '/upload/' . bin2hex($album) . '" >' . t('Upload New Photos') . '</<a>';
} }
*/
$o .= '</div>'; // section-title-submenu
$o .= '</div>'; // section-title-wrapper
$ajaxout = ''; $ajaxout = '';

View file

@ -1,37 +1,15 @@
/* override some bootstrap settings */ /* override some bootstrap settings */
html { h1, h2 {
font-size: 100%; font-size: 1.583em;
} }
h1, h3, h4 {
.h1 { font-size: 1.334em;
font-size: 24px;
} }
h2, h5, h6 {
.h2 { font-size: 0.75rem;
font-size: 18px;
}
h3,
.h3 {
font-size: 16px;
}
h4,
.h4 {
font-size: 14px;
}
h5,
.h5 {
font-size: 12px;
}
h6,
.h6 {
font-size: 10px;
} }
/* nav overrides */ /* nav overrides */

View file

@ -107,6 +107,18 @@
overflow: auto; overflow: auto;
} }
.wall-item-content h1, .wall-item-content h2 {
font-size: 1.319em;
}
.wall-item-title {
font-size: $font_size;
}
.wall-item-title h3, .wall-item-content h3, .wall-item-content h4 {
font-size: 1.112em;
}
.wall-item-content img { .wall-item-content img {
max-width: 95%; max-width: 95%;
} }

View file

@ -2,6 +2,7 @@
/* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */ /* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */
.widget { .widget {
word-wrap: break-word;
margin-bottom: 10px; margin-bottom: 10px;
padding: 10px 10px 10px 20px; padding: 10px 10px 10px 20px;
} }
@ -9,7 +10,6 @@
.widget h3 { .widget h3 {
margin-left: -10px; margin-left: -10px;
margin-top: 0px; margin-top: 0px;
margin-bottom: 10px;
} }
/* suggest */ /* suggest */

View file

@ -9,6 +9,7 @@
/* generals */ /* generals */
html { html {
height: 100%; height: 100%;
font-size: 100%;
} }
body { body {
@ -114,13 +115,7 @@ pre {
border:1px solid $pre_borderc; border:1px solid $pre_borderc;
} }
blockquote {
background-color: $blockquote_bgcolour;
border-left: 4px solid $blockquote_bordercolour;
padding: 0.4em;
color: $blockquote_colour;
margin-left: 20px;
}
.ccollapse-wrapper { .ccollapse-wrapper {
border: 1px solid #CCC; border: 1px solid #CCC;
@ -2206,10 +2201,6 @@ nav ul li {
max-height: 50px max-height: 50px
} }
nav .badge {
border-radius: $radiuspx;
}
nav .dropdown-menu { nav .dropdown-menu {
font-size: $body_font_size; font-size: $body_font_size;
border-top-right-radius: 0px; border-top-right-radius: 0px;
@ -2251,32 +2242,20 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{
} }
/* bootstrap overrides */ /* bootstrap overrides */
blockquote { blockquote {
font-size: 1em; font-size: $font_size;
font-style: italic;
background-color: $blockquote_bgcolour;
border-left: 3px solid $blockquote_bordercolour;
padding: 0.4em;
color: $blockquote_colour;
margin: 0px 0px 0px 20px;
} }
h1, h2 { .badge {
font-size: 1.583em; border-radius: $radiuspx;
}
h3, h4 {
font-size: 1.334em;
}
h5, h6 {
font-size: 0.75rem;
}
.wall-item-content h1, .wall-item-content h2 {
font-size: 1.319em;
}
.wall-item-title {
font-size: $font_size;
}
.wall-item-title h3, .wall-item-content h3, .wall-item-content h4 {
font-size: 1.112em;
} }
.dropdown-menu { .dropdown-menu {
@ -2448,6 +2427,26 @@ h5, h6 {
background-image: linear-gradient(to bottom, $advperm_gradientcol 0px, $advperm_bgcolour 100%); background-image: linear-gradient(to bottom, $advperm_gradientcol 0px, $advperm_bgcolour 100%);
} }
.section-title-wrapper {
padding: 7px 10px;
background-color: $item_colour;
border-radius: $radiuspx;
margin-bottom: 10px;
}
.section-title-wrapper h3 {
margin-top: 0px;
margin-bottom: 0px;
}
.section-title-submenu {
margin-top: 10px;
}
.section-title-submenu a {
margin-right: 10px;
}
@media screen and (max-width: 767px) { @media screen and (max-width: 767px) {
aside#region_1 { aside#region_1 {
background: rgba(0, 0, 0, .1); background: rgba(0, 0, 0, .1);

View file

@ -142,11 +142,11 @@ if(! $a->install) {
if (! $widget_brdrcolour) if (! $widget_brdrcolour)
$widget_brdrcolour = "rgba(238,238,238,0.8)"; $widget_brdrcolour = "rgba(238,238,238,0.8)";
if (! $blockquote_colour) if (! $blockquote_colour)
$blockquote_colour = "#000"; $blockquote_colour = "#4d4d4d";
if (! $blockquote_bgcolour) if (! $blockquote_bgcolour)
$blockquote_bgcolour = "#f4f8f9"; $blockquote_bgcolour = "";
if (! $blockquote_bordercolour) if (! $blockquote_bordercolour)
$blockquote_bordercolour = "#dae4ee"; $blockquote_bordercolour = "#ccc";
if (! $code_borderc) if (! $code_borderc)
$code_borderc = "#444"; $code_borderc = "#444";
if (! $code_bgcolour) if (! $code_bgcolour)

View file

@ -1,15 +1,16 @@
<div id="side-bar-photos-albums" class="widget"> <div id="side-bar-photos-albums" class="widget">
<h3><a href="{{$baseurl}}/photos/{{$nick}}" title="{{$title}}" >{{$title}}</a></h3> <h3>{{$title}}</h3>
{{if $albums}} <ul class="nav nav-pills nav-stacked">
<ul> {{if $upload}}
{{foreach $albums as $al}} <li><a href="{{$baseurl}}/photos/{{$nick}}/upload" title="{{$upload}}">{{$upload}}</a></li>
{{if $al.text}} {{/if}}
<li><a href="{{$baseurl}}/photos/{{$nick}}/album/{{$al.bin2hex}}">{{$al.text}}</a> ({{$al.total}})</li> {{if $albums}}
{{/if}} {{foreach $albums as $al}}
{{/foreach}} {{if $al.text}}
</ul> <li><a href="{{$baseurl}}/photos/{{$nick}}/album/{{$al.bin2hex}}">{{$al.text}}<span class="badge pull-right">{{$al.total}}</span></a></li>
{{/if}} {{/if}}
{{if $upload}} {{/foreach}}
<div id="photo-albums-upload-link"><a href="{{$baseurl}}/photos/{{$nick}}/upload" title="{{$upload}}">{{$upload}}</a></div>
{{/if}} {{/if}}
</ul>
</div> </div>

View file

@ -1,13 +1,11 @@
<h3>{{$title}}</h3> <div class="section-title-wrapper">
{{if $can_post}} <h3>{{$title}}</h3>
<a id="photo-top-upload-link" href="{{$upload.1}}">{{$upload.0}}</a> </div>
{{/if}}
<div id="photo-album-contents"> <div id="photo-album-contents">
{{foreach $photos as $photo}} {{foreach $photos as $photo}}
{{include file="photo_top.tpl"}} {{include file="photo_top.tpl"}}
{{/foreach}} {{/foreach}}
<div id="page-end"></div> <div id="page-end"></div>
</div> </div>
<div class="photos-end"></div> <div class="photos-end"></div>
<script>$(document).ready(function() { loadingPage = false; justifyPhotos(); });</script> <script>$(document).ready(function() { loadingPage = false; justifyPhotos(); });</script>