diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-12 16:18:09 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-12 16:18:09 +0100 |
commit | e1eb55024b67793e62e93696cffbd22ead855729 (patch) | |
tree | 701e3c90befa65aa0d36910dcfa32b673254faea /app/view/templates/home.php | |
parent | e4768cd0647d934eff424f73bfd9f5c8f6223c94 (diff) | |
download | wcms-e1eb55024b67793e62e93696cffbd22ead855729.tar.gz wcms-e1eb55024b67793e62e93696cffbd22ead855729.zip |
corner-menu
Diffstat (limited to 'app/view/templates/home.php')
-rw-r--r-- | app/view/templates/home.php | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/app/view/templates/home.php b/app/view/templates/home.php index 5c3a007..b5b9f67 100644 --- a/app/view/templates/home.php +++ b/app/view/templates/home.php @@ -8,25 +8,12 @@ <body> - <?php $this->insert('navback', ['user' => $user]) ?> + <?php $this->insert('hometopbar', ['user' => $user]) ?> <?php if($user->canedit()) { ?> <section> -<div> - -<form id="goto" action="./" method="get"> -<input type="text" name="id" placeholder="id" required> -<input type="submit" name="aff" value="read"> -<input type="submit" name="aff" value="edit"> -<input type="submit" name="action" value="add"> -</form> - - -<form action="./" method="get"> -<input type="submit" name="action" value="analyseall"> -</form> </div> @@ -82,9 +69,9 @@ <td><label title="<?= $item->title() ?>" for="<?= $item->id() ?>"><?= $item->id() ?></label></td> <td><a href="<?= $this->uart('artedit', $item->id()) ?>">β</a></td> <td><a href="<?= $this->uart('artread/', $item->id()) ?>" target="_blank">π</a></td> - <td><a href="<?= $this->uart('artdelete', $item->id()) ?>" >π</a></td> - <td><a href="<?= $this->uart('artlog', $item->id()) ?>" target="_blank">ΒΆ</a></td> - <td><?= $item->tag('sort') ?></td> + <td><a href="<?= $this->uart('artdelete', $item->id()) ?>" >β</a></td> + <td><a href="<?= $this->uart('artlog', $item->id()) ?>" target="_blank">β</a></td> + <td><a title="<?= $item->tag('string') ?>"><?= $item->tag('sort') ?></a></td> <td><?= $item->description() ?></td> <td><?= $item->linkto('sort') ?></td> <td><?= $item->linkfrom('sort') ?></td> |