]> git.quilime.com - plog.git/commitdiff
Project list hoo ha
authorGabriel Dunne <gdunne@quilime.com>
Wed, 3 Jul 2013 23:49:08 +0000 (16:49 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Wed, 3 Jul 2013 23:49:08 +0000 (16:49 -0700)
css/style.css
lib/model.php
pages/.contact
pages/bio
templates/nav.html.tpl
templates/projectlist.html.tpl [new file with mode: 0644]
templates/projects.html.tpl
templates/single-wprojects.html.tpl [new file with mode: 0644]

index d21bb1772c3565312a22cb381d50a83735966cbf..fac779a7a476fa72f7ef0da3b53e27dfd9fb05e0 100644 (file)
@@ -105,8 +105,10 @@ table, td, tr {
 }
 #content.single {
     padding-top:0;
+    margin-left:200px;
 }
 
+
 #nextprev {
     padding:0 50px 10px 150px;
 }
@@ -392,6 +394,13 @@ ul.entries li a:hover {
   margin-bottom:2em; 
   text-align:center;
 }
+.projectlist {
+  position:absolute;
+  top:130px;
+}
+.projectlist li {
+  text-transform: lowercase !important;
+}
 
 
 
index 030650770544260988e5f030f4196476f4995bad..7c82d5c7584cd96cd955c936599c8858ef3e2eb5 100644 (file)
@@ -122,7 +122,7 @@ class Model
 
                $this->template = isset($this->entry->config->template) ?
                                                        $this->entry->config->template . '.' . $this->response_format . '.tpl' :
-                                                       'single.' . $this->response_format . '.tpl';
+                                                       'single-wprojects.' . $this->response_format . '.tpl';
                }
 
                # if page (file in PAGES dir)
index 3e4c216405a49ea4f906ce35fe1f8c41283a2f5b..b1014e1f10a142b1ebdff682366160a3bde4519f 100755 (executable)
@@ -1,5 +1,5 @@
 template = page\r
-title = Contact\r
+title = contact\r
 --\r
 \r
 1242 Market St, FL 2  \r
index 539d4d6b8b6e00277ede713c0d75a25fb7e59930..10a1585c52b2ed8f9f44e1a5c1d04e532dc6121f 100755 (executable)
--- a/pages/bio
+++ b/pages/bio
@@ -6,7 +6,7 @@ template = page
 </div>\r
 -->\r
 \r
-Gabriel Dunne (b. 1981, San Francisco) works with multiple mediums and technologies to explore audiovisual vibration, space, structures, and rhythms of the perceivable and imperceivable universe. His work has shown internationally in solo and group exhibitions, performances, galleries, public space, and has featured in music videos, sound works, and film. \r
+Gabriel Dunne (b. 1981, San Francisco) works with many mediums and technologies to explore audiovisual vibration, space, structures, and rhythms of the perceivable and imperceivable universe. His work has shown internationally in solo and group exhibitions, performances, galleries, public space, and has featured in music videos, sound works, and film. \r
 \r
 He is a designer and consultant for international clients and collaborators, and serves as an instructor for youth and adult.  \r
 <br />\r
index 38cf4f01aee3e66f8275b76c550ff855d34aad5c..c881693d48653cd6118aa4568ddcab9992968cba 100644 (file)
@@ -2,7 +2,7 @@
     <ul class="nav">
 
     <li class="home"><a href="<?=WEB_ROOT?>"><?=SITE_TITLE?></a></li>        
-    <? if (!isset($entry->is_single)) {
+    <? // if (!isset($entry->is_single)) {
         $en = get_pages('', $args = array(
         'recursive' => false, 
         'order_by' => 'alpha',
     <? foreach($dirs as $e) : ?>
     <li><a href="<?=$e->url?>"><?=$e->title?></a></li>
     <? endforeach; ?>          
-    <? foreach($en as $e) : /*print_r($e);*/ ?>        
+    <? foreach($en as $e) : ?>
     <li>
-        <a <?=$request['basename'] == $e->title ? 'class="selected"' : ''?> href="<?=$e->url?>"><?=$e->title?></a><? if ($e->title == 'tag' && isset($tag)): ?>&nbsp;&nbsp;<span class="tag"><?=$tag;?></span><? endif; ?>
+        <a <?=$request['basename'] == $e->title ? 'class="selected"' : ''?> href="<?=$e->url?>"><?=$e->title?></a>
+
+        <? if ($e->title == 'tag' && isset($tag)): ?>&nbsp;&nbsp;<span class="tag"><?=$tag;?></span><? endif; ?>
+        
     </li>
     <? endforeach; ?>
-    <? } ?>
+    <? //} ?>
 
     <!-- 
     <li>
diff --git a/templates/projectlist.html.tpl b/templates/projectlist.html.tpl
new file mode 100644 (file)
index 0000000..3ea35f3
--- /dev/null
@@ -0,0 +1,11 @@
+<?
+$m = new Model(get_request('projects/'), 0);
+$projects = $m->entries;
+?>
+<ul class="projectlist">
+<? foreach($projects as $entry): ?>
+    <li>
+        <a href="<?=$entry->url;?>"><?=$entry->title;?></a>
+    </li>
+<? endforeach; ?>
+</ul>
index 92fd30901610bd7f97e3b89edfbfe9d8d4e71e19..93f216e3eb8aa17944c530526e7ea3e3f1b55020 100644 (file)
         <? eval('?>' . $entry->content); ?>
     <? endif; ?>
 
-    <ul class="entries projects <?=isset($tag)&&$tag!==""?'tagged':''; ?>">
+    <? $this->include_template('projectlist.html.tpl') ?>
+    <!--        
+    <ul>
     <? foreach($entries as $entry): ?>
         <li class="entry <?=$entry->cat->name?>">
-            <a href="<?=$entry->url;?>">
-                <img src="<?=$entry->thumb;?>" class="thumb" />
-                <br />
-                <strong><?=$entry->title;?></strong>
-                </a>
-<!--                 <br />
+            <a href="<?=$entry->url;?>"><?=$entry->title;?></a>
+                 <br />
                 &mdash;
                 <br />
                 <ul class="tags">
                     <? for($i = 0; $i < sizeof($entry->tags); $i++) : $tag = $entry->tags[$i]; ?>
                         <li class="tag"><a href="<?=WEB_ROOT.'tag/'.$tag?>"><?=$tag?></a></li>
                     <? endfor; ?>
-                </ul>     -->            
+                </ul>     
         </li>
     <? endforeach; ?>
     </ul>
+    -->
+    
 </div>
 
 <? $this->include_template('footer.html.tpl') ?>
 
 </body>
 </html>
-
-
-
-
-
diff --git a/templates/single-wprojects.html.tpl b/templates/single-wprojects.html.tpl
new file mode 100644 (file)
index 0000000..4a08f96
--- /dev/null
@@ -0,0 +1,30 @@
+<html>
+<head>
+
+    <? $this->include_template('head-inc.html.tpl') ?>
+
+    <title><?=SITE_TITLE?><?=$this->page_title(TITLE_DELIMITER);?></title>
+
+</head>
+<body>
+
+<? $this->include_template('nav.html.tpl') ?>
+
+<? if (EDIT) $this->include_template('edit.html.tpl'); ?>
+
+<? $this->include_template('projectlist.html.tpl') ?>
+
+<div id="content" class="single entry">
+
+    <div class="entry">
+    <? $this->include_template('entry.html.tpl', array('entry' => $entry, 'single' => true)); ?>
+    </div>
+
+</div>
+
+<? $this->include_template('footer.html.tpl') ?>
+
+<script language="javascript" src="<?=WEB_ROOT?>js/single.js"></script>
+
+</body>
+</html>