]> git.quilime.com - plog.git/commitdiff
Cleaning up some templates.
authorGabriel Dunne <gdunne@quilime.com>
Sat, 8 Sep 2012 03:00:57 +0000 (20:00 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Sat, 8 Sep 2012 03:00:57 +0000 (20:00 -0700)
css/style.css
pages/bio [deleted file]
pages/links1 [deleted file]
templates/default.html.tpl
templates/entry.html.tpl
templates/page.html.tpl

index 020374644a7c94ea55c0c4752bbdcfd721054817..091d23cfe420a32f7f7a277d0d3dea8fbcab493c 100644 (file)
@@ -94,17 +94,20 @@ table, td, tr {
   box-sizing: border-box;
   background:#ccf;
 }
-
-.edit textarea {
-  font-family: monaco, monospace;
-  padding:20px;
-  width:100%;
-  font-size:12px;
-  background:#005;
-  color:#eee;
-  height:400px;
-}
-
+  .edit textarea {
+    font-family: monaco, monospace;
+    padding:20px;
+    width:100%;
+    font-size:12px;
+    background:#005;
+    color:#eee;
+    height:400px;
+  }
+  .edit_button {
+    /*position:fixed;
+    top:5px; right:10px;
+    text-decoration:underline;*/
+  }
 
 
 #nav {
diff --git a/pages/bio b/pages/bio
deleted file mode 100755 (executable)
index a0659e0..0000000
--- a/pages/bio
+++ /dev/null
@@ -1,10 +0,0 @@
-
---
-
-
-Born and lives in the San Francisco Bay Area, works internationally.
-
-<!--
-Gabriel Dunne develops artistic and research focused projects based on space, time, perception. Some key elements of his work are the overlap of physical, visual, and sonic perception. The use of light, sound, projection, and structure are prime mediums for his work.
--->
-
diff --git a/pages/links1 b/pages/links1
deleted file mode 100755 (executable)
index 0441ec7..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-title = links\r
---\r
-+   [quilime.com](http://quilime.com) process blog  \r
-+   [ssherriff.com](http://ssherriff.com) stephanie sherriff\r
-+   [onecm.com](http://onecm.com) ryan alexander\r
-+   [ripevessel.com](http://ripevessel.com) adam roth\r
-+   [jtnimoy.net](http://jtnimoy.net) joshua nimoy\r
-+   [oddsympathy.com](http://oddsympathy.com) daniel massey\r
-+   [carbonworkshop.com](http://carbonworkshop.com) gustavo huber & shelly brown\r
-+   [keithpasko.com](http://keithpasko.com) keith pasko\r
-+   [dabkitsch.com/jml/](http://dabkitsch.com/jml/) jeff lubow\r
-+   [ghost-hack.com](http://ghost-hack.com) michael chang\r
-+   [flight404.com](http://flight404.com) robert hodgin\r
-+   [pohflepp.com](http://pohflepp.com) sascha pohflep\r
-+   [mylinhtrieu.com](http://mylinhtrieu.com) mylinh ttieu nguyen\r
-+   [fredericeyl.de](http://fredericeyl.de) frédéric eyl \r
-+   [thegreeneyl.com](http://thegreeneyl.com) the green eyl \r
-+   [universaloscillation.com](http://universaloscillation.com) aaron meyers\r
-+   [aaronkoblin.com](http://aaronkoblin.com) aaron koblin\r
-+   [tom-carden.co.uk](http://tom-carden.co.uk) tom carden\r
-+   [mike.teczno.co](http://mike.teczno.com) michal migurski\r
-+   [davidrager.org](http://davidrager.org) david rager\r
-+   [digitanalog.net](http://digitanalog.net) marc nimoy \r
-+   [makaga.com](http://makaga.com) matthew gale \r
-+   [reas.com](http://rea.com/) casey reas  \r
-+   [n-e-r-v-o-u-s.com](http://n-e-r-v-o-u-s.com/) nervous system \r
-+   [gaffta.org](http://gaffta.org) gray area foundation for the arts (GAFFTA)\r
-+   [bavc.org](http://bavc.org) bay area video coalition (BAVC)
\ No newline at end of file
index a54988e21f9b9eab5b03c407e5bc538ed2a2c53b..516adaf8077c6f8006fa73ce32b02ef17ea2027c 100644 (file)
 <? if ($is_edit) $this->include_template('edit.html.tpl'); ?>
 
 <div id="content">
+    
     <? if (isset($entry->content)): ?>
         <? eval('?>' . $entry->content); ?>
         <? if (EDIT) : ?>
-        <a href="<?=WEB_ROOT?>edit/<?=$entry->url?>">edit</a>
+        <a class="edit_button" href="<?=WEB_ROOT?>edit/<?=$entry->url?>">edit</a>
         <? endif; ?>
     <? endif; ?>
 
index af01d55a3fab83e8f82fe03a150f152682445200..2e7323e5b1320943365329ef77b4fdd4df2761cb 100644 (file)
@@ -53,7 +53,7 @@ if (isset($entry->is_single) && $entry->is_single && $entry->comments_enabled)
 
 
 <? if (EDIT) : ?>
-<a href="<?=WEB_ROOT?>edit<?=$entry->cat->url.$entry->filename?>">edit</a>
+<a class="edit_button" href="<?=WEB_ROOT?>edit<?=$entry->cat->url.$entry->filename?>">edit</a>
 <? endif; ?>
 
 </div>
index 7dfa9fefc2349cf473fe2dd4856b5140359f5fd0..3c75579cb9c9e19cce64052b80b6857a2944158c 100644 (file)
     
     <? eval('?>' . $entry->content); ?>
 
-<? if (EDIT) : ?>
-<a href="<?=WEB_ROOT?>edit/<?=$entry->filename?>">edit</a>
-<? endif; ?>
-
+    <? if (EDIT) : ?>
+    <a class="edit_button" href="<?=WEB_ROOT?>edit/<?=$entry->filename?>">edit</a>
+    <? endif; ?>
 
 </div>