From 1518321445e5fa4342ca4a662550f13cb8bc2712 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Fri, 7 Sep 2012 20:00:57 -0700 Subject: [PATCH] Cleaning up some templates. --- css/style.css | 25 ++++++++++++++----------- pages/bio | 10 ---------- pages/links1 | 28 ---------------------------- templates/default.html.tpl | 3 ++- templates/entry.html.tpl | 2 +- templates/page.html.tpl | 7 +++---- 6 files changed, 20 insertions(+), 55 deletions(-) delete mode 100755 pages/bio delete mode 100755 pages/links1 diff --git a/css/style.css b/css/style.css index 0203746..091d23c 100644 --- a/css/style.css +++ b/css/style.css @@ -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 index a0659e0..0000000 --- a/pages/bio +++ /dev/null @@ -1,10 +0,0 @@ - --- - - -Born and lives in the San Francisco Bay Area, works internationally. - - - diff --git a/pages/links1 b/pages/links1 deleted file mode 100755 index 0441ec7..0000000 --- a/pages/links1 +++ /dev/null @@ -1,28 +0,0 @@ -title = links --- -+ [quilime.com](http://quilime.com) process blog -+ [ssherriff.com](http://ssherriff.com) stephanie sherriff -+ [onecm.com](http://onecm.com) ryan alexander -+ [ripevessel.com](http://ripevessel.com) adam roth -+ [jtnimoy.net](http://jtnimoy.net) joshua nimoy -+ [oddsympathy.com](http://oddsympathy.com) daniel massey -+ [carbonworkshop.com](http://carbonworkshop.com) gustavo huber & shelly brown -+ [keithpasko.com](http://keithpasko.com) keith pasko -+ [dabkitsch.com/jml/](http://dabkitsch.com/jml/) jeff lubow -+ [ghost-hack.com](http://ghost-hack.com) michael chang -+ [flight404.com](http://flight404.com) robert hodgin -+ [pohflepp.com](http://pohflepp.com) sascha pohflep -+ [mylinhtrieu.com](http://mylinhtrieu.com) mylinh ttieu nguyen -+ [fredericeyl.de](http://fredericeyl.de) frédéric eyl -+ [thegreeneyl.com](http://thegreeneyl.com) the green eyl -+ [universaloscillation.com](http://universaloscillation.com) aaron meyers -+ [aaronkoblin.com](http://aaronkoblin.com) aaron koblin -+ [tom-carden.co.uk](http://tom-carden.co.uk) tom carden -+ [mike.teczno.co](http://mike.teczno.com) michal migurski -+ [davidrager.org](http://davidrager.org) david rager -+ [digitanalog.net](http://digitanalog.net) marc nimoy -+ [makaga.com](http://makaga.com) matthew gale -+ [reas.com](http://rea.com/) casey reas -+ [n-e-r-v-o-u-s.com](http://n-e-r-v-o-u-s.com/) nervous system -+ [gaffta.org](http://gaffta.org) gray area foundation for the arts (GAFFTA) -+ [bavc.org](http://bavc.org) bay area video coalition (BAVC) \ No newline at end of file diff --git a/templates/default.html.tpl b/templates/default.html.tpl index a54988e..516adaf 100644 --- a/templates/default.html.tpl +++ b/templates/default.html.tpl @@ -13,10 +13,11 @@ include_template('edit.html.tpl'); ?>
+ content)): ?> ' . $entry->content); ?> - edit + edit diff --git a/templates/entry.html.tpl b/templates/entry.html.tpl index af01d55..2e7323e 100644 --- a/templates/entry.html.tpl +++ b/templates/entry.html.tpl @@ -53,7 +53,7 @@ if (isset($entry->is_single) && $entry->is_single && $entry->comments_enabled) -edit +edit
diff --git a/templates/page.html.tpl b/templates/page.html.tpl index 7dfa9fe..3c75579 100644 --- a/templates/page.html.tpl +++ b/templates/page.html.tpl @@ -16,10 +16,9 @@ ' . $entry->content); ?> - -edit - - + + edit + -- 2.34.1