Skip to content

Commit

Permalink
Merge commit '980f2884d3e2d263e9b949d8b700647f3b62be6b' into stt-themes
Browse files Browse the repository at this point in the history
  • Loading branch information
nistormihai committed May 25, 2015
2 parents 9cd7049 + 980f288 commit 1bbb915
Show file tree
Hide file tree
Showing 156 changed files with 3,611 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugins/embed/gui-resources/scripts/js/build/main.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions plugins/embed/gui-themes/themes/iltalehti.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
define(function() {
'use strict';
return {
environments: {
'mobile': 'mobile',
'desktop': 'desktop',
'quirks': 'quirks',
'default': 'desktop'
}
};
});
23 changes: 23 additions & 0 deletions plugins/embed/gui-themes/themes/iltalehti/desktop.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
define([
'plugins/social-share',
'plugins/post-hash',
'plugins/button-pagination',
'plugins/permanent-link',
'plugins/user-comments',
'plugins/twitter-widgets',
'tmpl!theme/container',
'tmpl!theme/item/base',
'css!theme/liveblog'
], function() {
'use strict';
return {
plugins: [
'social-share',
'post-hash',
'button-pagination',
'permanent-link',
'user-comments',
'twitter-widgets'
]
};
});
38 changes: 38 additions & 0 deletions plugins/embed/gui-themes/themes/iltalehti/desktop/container.dust
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{>"themeBase/container"/}
{<mainContainer}
<div id="livedesk-root" {+additionalAttributes}{/additionalAttributes} data-gimme="blog.view">
{+main}
<div class="liveblog-container">

{+contentContainer}
<div class="liveblog-content">
{+content}
{+contentTopContainer}
<div class="liveblog-content-top">
{+contentTop}
{+status}{/status}
{+actionTotop}{/actionTotop}
{/contentTop}
</div>
{/contentTopContainer}

{+contentMiddleContainer}
<div class="liveblog-content-middle">
{+contentMiddle}
{+postsList}{/postsList}
{/contentMiddle}
</div>
{/contentMiddleContainer}

{+contentBottomContainer}
{/contentBottomContainer}
{/content}
</div>
{/contentContainer}

{+footer}
{/footer}
</div>
{/main}
</div>
{/mainContainer}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions plugins/embed/gui-themes/themes/iltalehti/desktop/item/base.dust
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{>"themeBase/item/base"/}


{<header}
{+userAvatar}{/userAvatar}
{+userNameContainer}{/userNameContainer}
{+postDateContainer}{/postDateContainer}
{+shareContainer}{/shareContainer}
{/header}



{<contentSideContainer}
<div class="post-content-side">
{+contentSide}
{+userAvatar}{/userAvatar}
{/contentSide}
</div>
{/contentSideContainer}

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{>"themeBase/item/posttype/image"/}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{>"themeBase/item/posttype/link"/}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{>"themeBase/item/posttype/normal"/}
{<contentSideContainer}{/contentSideContainer}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{>"themeBase/item/posttype/quote"/}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{>"themeBase/item/posttype/wrapup"/}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{>"themeBase/item/source/comments"/}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{>"themeBase/item/source/facebook"/}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{>"themeBase/item/source/flickr"/}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{>"themeBase/item/source/google"/}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{>"themeBase/item/source/google/images"/}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{>"themeBase/item/source/google/news"/}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{>"themeBase/item/source/google/web"/}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{>"themeBase/item/source/instagram"/}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{>"themeBase/item/source/sms"/}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{>"themeBase/item/source/soundcloud"/}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{>"themeBase/item/source/twitter"/}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{>"themeBase/item/source/youtube"/}

Large diffs are not rendered by default.

Loading

0 comments on commit 1bbb915

Please sign in to comment.