]> git.mxchange.org Git - friendica.git/commitdiff
remove blog theme
authorFabrixxm <fabrix.xm@gmail.com>
Thu, 20 Sep 2012 06:42:54 +0000 (02:42 -0400)
committerFabrixxm <fabrix.xm@gmail.com>
Thu, 20 Sep 2012 06:42:54 +0000 (02:42 -0400)
view/theme/blog/conversation.tpl [deleted file]
view/theme/blog/default.php [deleted file]
view/theme/blog/headers/willow.jpg [deleted file]
view/theme/blog/images/search.png [deleted file]
view/theme/blog/nav.tpl [deleted file]
view/theme/blog/style.css [deleted file]
view/theme/blog/theme.php [deleted file]

diff --git a/view/theme/blog/conversation.tpl b/view/theme/blog/conversation.tpl
deleted file mode 100644 (file)
index 980fb17..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-{{ for $threads as $thread }}
-<div id="tread-wrapper-$thread.id" class="tread-wrapper">
-        {{if $mode == display}}
-               {{ for $thread.items as $item }}
-                {{ if $item.type == tag }}
-                    {{ inc wall_item_tag.tpl }}{{ endinc }}
-                {{ else }}
-                    {{ inc $item.template }}{{ endinc }}
-                {{ endif }}
-          {{ endfor }}
-        {{ else}}
-            
-           
-           {{ inc $thread.items.0.template with $item=$thread.items.0 }}{{ endinc }}
-            <a href="$thread.items.0.plink.href">Commenti: {{if $thread.num_comments}}$thread.num_comments{{ else }}0{{ endif }}</a>
-            <hr>
-       {{ endif }}
-</div>
-{{ endfor }}
-
-<div id="conversation-end"></div>
-
-{{ if $dropping }}
-<a href="#" onclick="deleteCheckedItems();return false;">
-       <span class="icon s22 delete text">$dropping</span>
-</a>
-{{ endif }}
-
diff --git a/view/theme/blog/default.php b/view/theme/blog/default.php
deleted file mode 100644 (file)
index 867207c..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html >\r
-<html>\r
-<head>\r
-  <title><?php if(x($page,'title')) echo $page['title'] ?></title>\r
-  <script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>\r
-  <?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>\r
-</head>\r
-<body>\r
-    <div id="page">\r
-        <?php \r
-            if(x($page,'nav')){\r
-                // header image\r
-                $img = $a->get_baseurl()."/view/theme/blog/headers/willow.jpg";\r
-                echo str_replace("~blog.header.image~", $img, $page['nav']);\r
-            }\r
-        ?>\r
-        <aside><?php if(x($page,'aside')) echo $page['aside']; ?></aside>\r
-        <section><?php if(x($page,'content')) echo $page['content']; ?>\r
-            <div id="page-footer"></div>\r
-        </section>
-        <right_aside><?php if(x($page,'right_aside')) echo $page['right_aside']; ?></right_aside>\r
-        <footer><?php if(x($page,'footer')) echo $page['footer']; ?></footer>\r
-    </div>\r
-</body>\r
-</html>\r
-\r
diff --git a/view/theme/blog/headers/willow.jpg b/view/theme/blog/headers/willow.jpg
deleted file mode 100644 (file)
index 61bd538..0000000
Binary files a/view/theme/blog/headers/willow.jpg and /dev/null differ
diff --git a/view/theme/blog/images/search.png b/view/theme/blog/images/search.png
deleted file mode 100644 (file)
index 1f9d828..0000000
Binary files a/view/theme/blog/images/search.png and /dev/null differ
diff --git a/view/theme/blog/nav.tpl b/view/theme/blog/nav.tpl
deleted file mode 100644 (file)
index 483886d..0000000
+++ /dev/null
@@ -1,107 +0,0 @@
-<header id="branding" role="banner">\r
-    <hgroup>\r
-        <h1 id="site-title"><span><a href="$baseurl">Friendica</a></span></h1>\r
-        <h2 id="site-description">Previewing Another WordPress Blog</h2>\r
-    </hgroup>\r
-    \r
-    <div id="site-location">$sitelocation</div>\r
-    \r
-    <a id="headerimage" href="$baseurl">\r
-        <img width="1000" height="288" alt="" src="~blog.header.image~">\r
-    </a>\r
-    \r
-     <form id="searchform" action="$baseurl/search" method="get" role="search">\r
-        <label class="assistive-text" for="search">Search</label>\r
-        <input id="search" class="field" type="text" placeholder="Search" name="search">\r
-        <input id="searchsubmit" class="submit" type="submit" value="Search" name="submit">\r
-    </form>\r
-    \r
-    <nav id="access" role="navigation">\r
-        <div class="menu">\r
-            <ul>\r
-                {{ if $nav.home }}\r
-                    <li class="$sel.home"><a id="nav-home-link" class="nav-commlink $nav.home.2" href="$nav.home.0" title="$nav.home.3" >$nav.home.1</a></li>\r
-                    <span id="home-update" class="nav-ajax-left"></span>\r
-                {{ endif }}\r
-\r
-                {{ if $nav.community }}<li class="$sel.community"><a id="nav-community-link" class="nav-commlink $nav.community.2 " href="$nav.community.0" title="$nav.community.3" >$nav.community.1</a></li>{{ endif }}\r
-\r
-                {{ if $nav.login }}<li class="$sel.login"><a id="nav-login-link" class="nav-login-link $nav.login.2" href="$nav.login.0" title="$nav.login.3" >$nav.login.1</a></li>{{ endif }}\r
-            \r
-                {{ if $nav.register }}<li class="$sel.register"><a id="nav-register-link" class="nav-commlink $nav.register.2 " href="$nav.register.0" title="$nav.register.3" >$nav.register.1</a></li>{{ endif }}\r
-            \r
-                {{ if $nav.apps }}<li class="$sel.apps"><a id="nav-apps-link" class="nav-link $nav.apps.2" href="$nav.apps.0" title="$nav.apps.3" >$nav.apps.1</a></li>{{ endif }}\r
-\r
-        {#<li><a id="nav-search-link" class="nav-link $nav.search.2" href="$nav.search.0" title="$nav.search.3" >$nav.search.1</a></li> #}\r
-\r
-                {{ if $nav.directory }}<li class="$sel.directory"><a id="nav-directory-link" class="nav-link $nav.directory.2" href="$nav.directory.0" title="$nav.directory.3" >$nav.directory.1</a></li>{{ endif }}\r
-\r
-                {{ if $nav.help }} <li class="$sel.help"><a id="nav-help-link" class="nav-link $nav.help.2" target="friendika-help" href="$nav.help.0" title="$nav.help.3" >$nav.help.1</a></li>{{ endif }}\r
-            </ul>\r
-        </div>\r
-    </nav>\r
-    {{ if $nav.logout }}\r
-    <nav id="tools" role="navigation">\r
-        <div class="user">\r
-            <ul>\r
-                {{ if $userinfo }}\r
-                    <li><a href="$nav.home.0" title="$sitelocation"><img src="$userinfo.icon" alt="$userinfo.name">$userinfo.name</a>\r
-                        <ul id="nav-user-menu" class="menu-popup">\r
-                            {{ for $nav.usermenu as $usermenu }}\r
-                                <li><a class="$usermenu.2" href="$usermenu.0" title="$usermenu.3">$usermenu.1</a></li>\r
-                            {{ endfor }}\r
-                            \r
-                            \r
-                            {{ if $nav.contacts }}<li><a class="$nav.contacts.2" href="$nav.contacts.0" title="$nav.contacts.3" >$nav.contacts.1</a></li>{{ endif }}   \r
-\r
-                            {{ if $nav.manage }}<li><a class="$nav.manage.2 sep" href="$nav.manage.0" title="$nav.manage.3">$nav.manage.1</a></li>{{ endif }}                          \r
-                            \r
-                            {{ if $nav.settings }}<li><a class="$nav.settings.2 sep" href="$nav.settings.0" title="$nav.settings.3">$nav.settings.1</a></li>{{ endif }}\r
-                            {{ if $nav.admin }}<li><a class="$nav.admin.2" href="$nav.admin.0" title="$nav.admin.3" >$nav.admin.1</a></li>{{ endif }}\r
-                            \r
-                            {{ if $nav.logout }}<li><a class="$nav.logout.2 sep" href="$nav.logout.0" title="$nav.logout.3" >$nav.logout.1</a></li>{{ endif }}\r
-                        </ul>\r
-                    </li>\r
-                {{ endif }}\r
-                \r
-                    {{ if $nav.network }}\r
-                    <li class="$sel.network">\r
-                        <a class="$nav.network.2" href="$nav.network.0" title="$nav.network.3" >$nav.network.1</a>\r
-                        <span id="net-update" class="nav-notify"></span>\r
-                    </li>\r
-                    {{ endif }}\r
-                \r
-                {{ if $nav.notifications }}\r
-                    <li class="$sel.notifications">\r
-                        <a id="nav-notifications-linkmenu" class="nav-commlink" href="$nav.notifications.0" rel="#nav-notifications-menu" title="$nav.notifications.1">$nav.notifications.1</a>\r
-                        <span id="notify-update" class="nav-ajax-left"></span>\r
-                        <ul id="nav-notifications-menu" class="menu-popup">\r
-                            <li id="nav-notifications-see-all"><a href="$nav.notifications.all.0">$nav.notifications.all.1</a></li>\r
-                            <li id="nav-notifications-mark-all"><a href="#" onclick="notifyMarkAll(); return false;">$nav.notifications.mark.1</a></li>\r
-                            <li class="empty">$emptynotifications</li>\r
-                        </ul>\r
-                    </li>\r
-                {{ endif }}    \r
-                \r
-                {{ if $nav.introductions }}\r
-                    <li class="$sel.introductions">\r
-                        <a id="nav-notify-link" class="nav-commlink $nav.introductions.2" href="$nav.introductions.0" title="$nav.introductions.3" >$nav.introductions.1</a>\r
-                        <span id="intro-update" class="nav-ajax-left"></span>\r
-                    </li>\r
-                {{ endif }}\r
-       \r
-                {{ if $nav.messages }}\r
-                    <li class="$sel.messages">\r
-                        <a id="nav-messages-link" class="nav-commlink $nav.messages.2" href="$nav.messages.0" title="$nav.messages.3" >$nav.messages.1</a>\r
-                        <span id="mail-update" class="nav-ajax-left"></span>\r
-                    </li>\r
-                {{ endif }}\r
-            </ul>              \r
-        </div>\r
-    </nav>\r
-    {{ endif }}\r
-</header>\r
-\r
-<script type="text/plain"  id="nav-notifications-template"  rel="template">\r
-       <li class="{4}"><a href="{0}"><img src="{1}" height="24" width="24" alt="" />{2} <span class="notif-when">{3}</span></a></li>\r
-</script>\r
diff --git a/view/theme/blog/style.css b/view/theme/blog/style.css
deleted file mode 100644 (file)
index b3b84fe..0000000
+++ /dev/null
@@ -1,426 +0,0 @@
-/* 'inspired' by http://wp-themes.com/twentyeleven/ */
-
-html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
-    border: 0 none;
-    font-family: inherit;
-    font-size: 100%;
-    font-style: inherit;
-    font-weight: inherit;
-    margin: 0;
-    outline: 0 none;
-    padding: 0;
-    vertical-align: baseline;
-}
-:focus {
-    outline: 0 none;
-}
-
-ol, ul {
-    list-style: none outside none;
-}
-table {
-    border-collapse: separate;
-    border-spacing: 0;
-}
-caption, th, td {
-    font-weight: normal;
-    text-align: left;
-}
-blockquote:before, blockquote:after, q:before, q:after {
-    content: "";
-}
-blockquote, q {
-    quotes: "" "";
-}
-a img {
-    border: 0 none;
-}
-article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
-    display: block;
-}
-body, input, textarea {
-    color: #373737;
-    font: 300 15px/1.625 "Helvetica Neue",Helvetica,Arial,sans-serif;
-}
-body {
-    padding: 0 2em;
-       line-height: 1;
-       background: none repeat scroll 0 0 #E2E2E2;
-}
-#page {
-    margin: 2em auto;
-    max-width: 1000px;
-       background: none repeat scroll 0 0 #FFFFFF;
-}
-
-h1, h2, h3, h4, h5, h6 {
-    clear: both;
-}
-hr {
-    background-color: #CCCCCC;
-    border: 0 none;
-    height: 1px;
-    margin-bottom: 1.625em;
-}
-p {
-    margin-bottom: 1.625em;
-}
-ul, ol {
-    margin: 0 0 1.625em 2.5em;
-}
-ul {
-    list-style: square outside none;
-}
-ol {
-    list-style-type: decimal;
-}
-ol ol {
-    list-style: upper-alpha outside none;
-}
-ol ol ol {
-    list-style: lower-roman outside none;
-}
-ol ol ol ol {
-    list-style: lower-alpha outside none;
-}
-ul ul, ol ol, ul ol, ol ul {
-    margin-bottom: 0;
-}
-dl {
-    margin: 0 1.625em;
-}
-dt {
-    font-weight: bold;
-}
-dd {
-    margin-bottom: 1.625em;
-}
-strong {
-    font-weight: bold;
-}
-cite, em, i {
-    font-style: italic;
-}
-blockquote {
-    font-family: Georgia,"Bitstream Charter",serif;
-    font-style: italic;
-    font-weight: normal;
-    margin: 0 3em;
-}
-blockquote em, blockquote i, blockquote cite {
-    font-style: normal;
-}
-blockquote cite {
-    color: #666666;
-    font: 300 12px "Helvetica Neue",Helvetica,Arial,sans-serif;
-    letter-spacing: 0.05em;
-    text-transform: uppercase;
-}
-pre {
-    background: none repeat scroll 0 0 #F4F4F4;
-    font: 13px/1.5 "Courier 10 Pitch",Courier,monospace;
-    margin-bottom: 1.625em;
-    overflow: auto;
-    padding: 0.75em 1.625em;
-}
-code, kbd, samp, var {
-    font: 13px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
-}
-abbr, acronym, dfn {
-    border-bottom: 1px dotted #666666;
-    cursor: help;
-}
-address {
-    display: block;
-    margin: 0 0 1.625em;
-}
-ins {
-    background: none repeat scroll 0 0 #FFF9C0;
-    text-decoration: none;
-}
-sup, sub {
-    font-size: 10px;
-    height: 0;
-    line-height: 1;
-    position: relative;
-    vertical-align: baseline;
-}
-sup {
-    bottom: 1ex;
-}
-sub {
-    top: 0.5ex;
-}
-input[type="text"], input[type="password"], textarea {
-    background: none repeat scroll 0 0 #FAFAFA;
-    border: 1px solid #DDDDDD;
-    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
-    color: #888888;
-}
-input[type="text"]:focus, textarea:focus {
-    color: #373737;
-}
-textarea {
-    padding-left: 3px;
-    width: 98%;
-}
-input[type="text"] {
-    padding: 3px;
-}
-input#search {
-    background: url("images/search.png") no-repeat scroll 5px 6px transparent;
-    border-radius: 2px 2px 2px 2px;
-    font-size: 14px;
-    height: 22px;
-    line-height: 1.2em;
-    padding: 4px 10px 4px 28px;
-}
-input#searchsubmit {
-    display: none;
-}
-a {
-    color: #1982D1;
-    text-decoration: none;
-}
-a:focus, a:active, a:hover {
-    text-decoration: underline;
-}
-
-.assistive-text {
-    clip: rect(1px, 1px, 1px, 1px);
-    position: absolute !important;
-}
-
-/* header */
-#branding hgroup {
-    margin: 0 7.6%;
-}
-#branding {
-    border-top: 2px solid #BBBBBB;
-    padding-bottom: 10px;
-    position: relative;
-    z-index: 9999;
-}
-#site-title {
-    margin-right: 270px;
-    padding: 3.65625em 0 0;
-}
-#site-title a {
-    color: #111111;
-    font-size: 30px;
-    font-weight: bold;
-    line-height: 36px;
-    text-decoration: none;
-}
-#site-title a:hover, #site-title a:focus, #site-title a:active {
-    color: #1982D1;
-}
-#site-description {
-    color: #7A7A7A;
-    font-size: 14px;
-    margin: 0 270px 3.65625em 0;
-}
-#branding img {
-    height: auto;
-    margin-bottom: -7px;
-    width: 100%;
-}
-#access {
-    background: -moz-linear-gradient(#252525, #0A0A0A) repeat scroll 0 0 transparent;
-    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
-    clear: both;
-    display: block;
-    float: left;
-    margin: 0 auto 6px;
-    width: 100%;
-}
-#access div {
-    margin: 0 7.6%;
-}
-#access ul {
-    font-size: 13px;
-    list-style: none outside none;
-    margin: 0 0 0 -0.8125em;
-    padding-left: 0;
-}
-#access li {
-    float: left;
-    position: relative;
-}
-#access a {
-    color: #EEEEEE;
-    display: block;
-    line-height: 3.333em;
-    padding: 0 1.2125em;
-    text-decoration: none;
-}
-#access ul ul {
-    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
-    display: none;
-    float: left;
-    left: 0;
-    margin: 0;
-    position: absolute;
-    top: 3.333em;
-    width: 188px;
-    z-index: 99999;
-}
-#access ul ul ul {
-    left: 100%;
-    top: 0;
-}
-#access ul ul a {
-    background: none repeat scroll 0 0 #F9F9F9;
-    border-bottom: 1px dotted #DDDDDD;
-    color: #444444;
-    font-size: 13px;
-    font-weight: normal;
-    height: auto;
-    line-height: 1.4em;
-    padding: 10px;
-    width: 168px;
-}
-#access li:hover > a, #access ul ul *:hover > a, #access a:focus {
-    background: none repeat scroll 0 0 #EFEFEF;
-}
-#access li:hover > a, #access a:focus {
-    background: -moz-linear-gradient(#F9F9F9, #E5E5E5) repeat scroll 0 0 transparent;
-    color: #373737;
-}
-#access ul li:hover > ul {
-    display: block;
-}
-.selected  > a, #access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
-    font-weight: bold;
-}
-#branding #searchform {
-    position: absolute;
-    right: 7.6%;
-    text-align: right;
-    top: 3.8em;
-}
-#branding #searchform div {
-    margin: 0;
-}
-#branding #search {
-    -moz-transition-duration: 400ms;
-    -moz-transition-property: width, background;
-    -moz-transition-timing-function: ease;
-    float: right;
-    width: 72px;
-}
-#branding #search:focus {
-    background-color: #F9F9F9;
-    width: 196px;
-}
-#branding #searchsubmit {
-    display: none;
-}
-#branding .only-search #searchform {
-    top: 5px;
-    z-index: 1;
-}
-#branding .only-search #search {
-    background-color: #666666;
-    border-color: #000000;
-    color: #222222;
-}
-#branding .only-search #s, #branding .only-search #s:focus {
-    width: 85%;
-}
-#branding .only-search #s:focus {
-    background-color: #BBBBBB;
-}
-#branding .with-image #searchform {
-    bottom: -27px;
-    max-width: 195px;
-    top: auto;
-}
-#branding .only-search + #access div {
-    padding-right: 205px;
-}
-#branding #site-location {
-       font-size: 0.7em;
-       color: #BBBBBB;
-       position: absolute;
-    right: 7.6%;
-    text-align: right;
-    top: 13.5em;
-}
-
-/* user bar */
-#tools {
-       background: -moz-linear-gradient(#444444, #222222) repeat scroll 0 0 transparent;
-    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
-    clear: both;
-    display: block;
-    position: fixed;
-       top: 0px;
-       left: auto;
-    margin: 0 auto 6px;
-    width: 1000px;
-}
-#tools div {
-    margin: 0 7.6%;
-}
-#tools ul {
-    font-size: 10px;
-    list-style: none outside none;
-    margin: 0 0 0 -0.8125em;
-    padding-left: 0;
-}
-#tools li {
-    float: left;
-    position: relative;
-}
-#tools a {
-    color: #EEEEEE;
-    display: block;
-    line-height: 3.333em;
-    padding: 0 1.2125em;
-    text-decoration: none;
-}
-#tools ul ul {
-    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
-    display: none;
-    float: left;
-    left: 0;
-    margin: 0;
-    position: absolute;
-    top: 3.333em;
-    width: 188px;
-    z-index: 99999;
-}
-#tools ul ul .sep {
-       border-top: 1px dotted #DDDDDD;
-}
-#tools ul ul ul {
-    left: 100%;
-    top: 0;
-}
-#tools ul ul a {
-    background: none repeat scroll 0 0 #F9F9F9;
-    border-bottom: 1px dotted #DDDDDD;
-    color: #444444;
-    font-size: 13px;
-    font-weight: normal;
-    height: auto;
-    line-height: 1.4em;
-    padding: 10px;
-    width: 168px;
-}
-#tools li:hover > a, #access ul ul *:hover > a, #access a:focus {
-    background: none repeat scroll 0 0 #EFEFEF;
-}
-#tools li:hover > a, #access a:focus {
-    background: -moz-linear-gradient(#F9F9F9, #E5E5E5) repeat scroll 0 0 transparent;
-    color: #373737;
-}
-#tools ul li:hover > ul {
-    display: block;
-}
-#tools img { 
-       width: 16px; 
-       margin-bottom: -5px;
-    margin-right: 5px;
-}
\ No newline at end of file
diff --git a/view/theme/blog/theme.php b/view/theme/blog/theme.php
deleted file mode 100644 (file)
index 77c44d2..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-/**
- * Description: Blog-like theme
- * Author: Fabio Comuni <http://kirgroup.com/u/fabrixxm>
-**/
-$a->theme_info = array(
-);
-
-function blog_init(&$a) {
-
-}
\ No newline at end of file