margin-bottom:0.25em;
/*margin-bottom:0.3em;*/
}
+.entries.projects.index li strong {
+ display:none;
+}
+.entries.projects.index li:hover strong {
+ display:inherit;
+}
.entries.projects.tagged li {
padding-bottom:3em;
height:350px;
}
+.entries.projects.tagged li strong {
+ display:inherit;
+}
.entries.projects.featured li {
height:200px;
}
+
+
.entries.projects ul.tags li {
height:1.5em;
margin:0;
{
$this->request = $req;
- if (EDIT) {
- if ($_SERVER['REQUEST_METHOD'] == 'POST')
- $this->process_edit_post_request();
+ if (EDIT && $_SERVER['REQUEST_METHOD'] == 'POST') {
+ $this->process_edit_post_request();
}
// // tags
if (!is_writable( $this->get_filename() )) {
throw new Exception('Error editing file. Permissions?');
}
- $fp = fopen( $this->get_filename(), 'w');
+ $fp = fopen( $this->get_filename() . '/_config', 'w');
if ($fp) {
fwrite($fp, $_POST['edited_file_contents']);
fclose($fp);
template = page\r
-title = bio\r
+title = c/v\r
--\r
<div style="float:right;display:none;">\r
<img src="http://media.quilime.com/files/img/IMG_1881.jpg" />\r
--- /dev/null
+template = all
+title = all projects
+--
+projects
<br />
<strong><?=$entry->title;?></strong>
</a>
- <br />
+<!-- <br />
—
<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>
<? $this->include_template('nav.html.tpl', array('index' => true)) ?>
<div id="content">
- <ul class="entries projects <?=isset($tag)&&$tag!==""?'tagged':''; ?> <? if ($entry->config->show_featured && !isset($tag)): ?>featured<? endif;?>">
+ <ul class="entries index projects <?=isset($tag)&&$tag!==""?'tagged':''; ?> <? if ($entry->config->show_featured && !isset($tag)): ?>featured<? endif;?>">
<? foreach($entries as $entry): ?>
<li class="<?=$entry->cat->name?>">
<a href="<?=$entry->url;?>">