echo '</tr>'; $readSubCat = read('up_cat', "WHERE id_pai = '{$cat['id']}'"); if ($readSubCat) { foreach ($readSubCat as $catSub) { $catSubTags = $catSub['tags'] != '' ? 'ok.png' : 'no.png'; echo '<tr class="subcat">'; echo '<td>»» ' . $catSub['nome'] . '</td>'; echo '<td>' . lmWord($catSub['content'], '35') . '</td>'; echo '<td align="center"><img src="ico/' . $catSubTags . '" alt="Tags da categoria" title="' . $catSub['tags'] . '" /></td>'; echo '<td align="center">' . date('d/m/Y H:i', strtotime($catSub['data'])) . '</td>'; echo '<td align="center" colspan="2"><a href="index2.php?exe=posts/categorias-edit&edit=' . $catSub['id'] . '&uri=' . $cat['url'] . '" '; echo 'title="editar categoria ' . $catSub['nome'] . '"><img src="ico/edit.png" alt="editar categoria ' . $catSub['nome'] . '" '; echo 'title="editar categoria ' . $catSub['nome'] . '" /></a></td>'; echo '<td align="center"><a href="index2.php?exe=posts/categorias&delsub=' . $catSub['id'] . '" '; echo 'title="deletar categoria ' . $catSub['nome'] . '"><img src="ico/no.png" alt="deletar categoria ' . $catSub['nome'] . '" '; echo 'title="deletar categoria ' . $catSub['nome'] . '" /></a></td>'; echo '</tr>'; } } } echo '</table>'; $link = 'index2.php?exe=posts/categorias&pag='; readPaginator('up_cat', "WHERE id_pai IS null", $maximo, $link, $pag); } ?> </div><!-- /bloco cat --> <?php } } else { header('Location: ../index2.php'); }
<table width="560" border="0" class="tbdados" style="float:left;" cellspacing="0" cellpadding="0"> <tr class="ses"> <td>Nome:</td> <td align="center">Resumo:</td> <td align="center">Tags:</td> <td align="center">Criada:</td> <td align="center" colspan="3">ações:</td> </tr>'; foreach ($readPost as $posts) { $strIco = $posts['tags'] == '' ? 'ico/alert.png' : 'ico/ok.png'; echo ' <tr>'; echo ' <td><a href="' . BASE . '/sessao/' . $posts['url'] . '" target="_blank" title="' . $posts['titulo'] . '">' . lmWords($posts['titulo'], 20) . '</a></td>'; echo '<td>' . lmWords($posts['content'], 50) . '</td>'; echo '<td align="center"><img src="' . $strIco . '" alt="' . $posts['tags'] . '" title="' . $posts['tags'] . '" /></a></td>'; echo ' <td align="center">' . date('d/m/y', strtotime($posts['data'])) . '</td>'; echo ' <td align="center"><a href="index2.php?exe=site_paginas/paginas-edit&idpost=' . $posts['id'] . '" title="editar"> <img src="ico/edit.png" alt="editar" title="editar" /></a></td>'; echo ' <td align="center"><a href="index2.php?exe=site_paginas/gallery&idpost=' . $posts['id'] . '" title="postar galeria"> <img src="ico/bg.png" alt="postar galeria" title="postar galeria" /></a></td>'; echo ' <td align="center"> <a href="index2.php?exe=site_paginas/paginas&pag=' . $pag . '&iddel=' . $posts['id'] . '" title="excluir"> <img src="ico/no.png" alt="excluir" title="excluir" /></a></td>'; echo '</tr>'; } } echo ' </table>'; $link = "index2.php?exe=site_paginas/paninas&pag="; readPaginator("post", "WHERE tipo = 'pagina' {$_SESSION[where]} ORDER BY data DESC", $maximo, $link, $pag); ?> </div><!-- /bloco list -->
echo '<br /><h2>Desculpe, sua pesquisa não retornou resultados.</h2>'; echo '<p>Você pode tentar outros termos, ou navegar em nosso menu! Talvez você queira resumir sua pesquisa. Pesquisas com muitas palavras as vezes não retornam resultados!</p>'; } else { echo '<ul class="searchlist">'; $pag = empty($url[3]) ? '1' : $url[3]; $maximo = 7; $inicio = $pag * $maximo - $maximo; $readSearch = read('up_posts', "WHERE tipo = 'post' AND status = '1' AND (titulo LIKE '%{$search}%' OR content LIKE '%{$search}%' OR tags LIKE '%{$search}%') ORDER BY data DESC LIMIT {$inicio}, {$maximo}"); foreach ($readSearch as $pesquisa) { echo '<li>'; getThumb($pesquisa['thumb'], $pesquisa['tags'], $pesquisa['titulo'], '180', '100', '', '', '#', 't'); echo '<a href="' . BASE . '/artigo/' . $pesquisa['url'] . '" title="Ver mais de ' . $pesquisa['titulo'] . '">' . $pesquisa['titulo'] . '</a>'; echo '</li>'; } echo '</ul><!-- /searchlist -->'; $link = BASE . '/pesquisa/' . str_replace(' ', '-', $search) . '/page/'; readPaginator('up_posts', "WHERE tipo = 'post' AND status = '1' AND (titulo LIKE '%{$search}%' OR content LIKE '%{$search}%' OR tags LIKE '%{$search}%') ORDER BY data DESC", $maximo, $link, $pag, '540px'); } ?> </div><!-- // content --> <div class="sidebar"> <?php setArq('tpl/sidebar'); ?> </div><!-- //sidebar --> </div><!-- /single --> </div><!-- //content -->
foreach ($readArt as $art) { $views = $art['visitas'] != '' ? $art['visitas'] : '0'; $stIco = $art['status'] == '0' ? 'alert.png' : 'ok.png'; $stSta = $art['status'] == '0' ? 'ativar' : 'inativar'; echo '<tr>'; echo '<td><a href="' . BASE . '/artigo/' . $art['url'] . '" title="' . $art['titulo'] . '" target="_blank">' . lmWord($art['titulo'], 30) . '</a></td>'; echo '<td align="center">' . date('d/m/y H:i', strtotime($art['titulo'])) . '</td>'; echo '<td align="center"><a target="_blank" href="' . BASE . '/categoria/' . getCat($art['categoria'], 'url') . '" title="' . getCat($art['categoria'], 'url') . '">' . getCat($art['categoria'], 'nome') . '</a></td>'; echo '<td align="center">' . $views . '</td>'; echo '<td align="center"><a href="index2.php?exe=posts/posts-edit&editid=' . $art['id'] . '" title="editar"><img src="ico/edit.png" alt="editar" title="editar" /></a></td>'; echo '<td align="center"><a href="index2.php?exe=posts/gallery&postid=' . $art['id'] . '" title="postar galeria"><img src= "ico/gb.png" alt="postar galeria" title="postar galeria" /></a></td>'; echo '<td align="center"><a href="index2.php?exe=posts/posts&pag=' . $pag . '&sts=' . $art['status'] . '&id=' . $art['id'] . '" title="' . $stSta . '"><img src="ico/' . $stIco . '" alt="' . $stSta . '" title="' . $stSta . '" /></a></td>'; echo '<td align="center"><a href="index2.php?exe=posts/posts&pag=' . $pag . '&delid=' . $art['id'] . '&thumb=' . $art['thumb'] . '" title="excluir"><img src="ico/no.png" alt="excluir" title="excluir" /></a></td>'; echo '</tr>'; } echo '</table>'; $link = 'index2.php?exe=posts/posts&pag='; readPaginator('up_posts', "WHERE tipo = 'post'{$_SESSION[where]} ORDER BY data DESC", $maximo, $link, $pag); } ?> <!--<div class="paginator"> <a href="#">primeira</a> <span class="selected">1</span> <a href="#">2</a> <a href="#">3</a> <a href="#">4</a> <a href="#">5</a> <a href="#">última</a> </div><!-- /paginator --> </div><!-- /bloco list --> <?php } } else { header('Location: ..index2.php'); }
} else { echo '<table width="560" border="0" class="tbdados" style="float:left;" cellspacing="0" cellpadding="0"> <tr class="ses"> <td align="center">#id</td> <td>nome:</td> <td>email:</td> <td align="center">nível:</td> <td align="center" colspan="3">ações:</td> </tr>'; foreach ($readUser as $user) { $nivel = $user['nivel'] == '1' ? 'Admin' : ($user['nivel'] == '2' ? 'Editor' : ($user['nivel'] == '3' ? 'Premium' : 'Leitor')); echo '<tr>'; echo '<td align="center">' . $user['id'] . '</td>'; echo '<td>' . $user['nome'] . '</td>'; echo '<td>' . $user['email'] . '</td>'; echo '<td align="center">' . $nivel . '</td>'; echo '<td align="center"><a href="index2.php?exe=usuarios/usuarios-edit&userid=' . $user['id'] . '" title="editar"><img src="ico/edit.png" alt="editar" title="editar" /></a></td>'; echo '<td align="center"><a href="index2.php?exe=usuarios/usuarios&deluser='******'id'] . '" title="excluir"><img src="ico/no.png" alt="excluir" title="excluir" /></a></td>'; echo '</tr>'; } echo '</table>'; $link = 'index2.php?exe=usuarios/usuarios&pag='; readPaginator('up_users', "WHERE id != '{$userId}' {$_SESSION[where]} ORDER BY nivel ASC, nome ASC", $maximo, $link, $pag); } ?> </div><!-- /bloco user --> <?php } } else { header('Location: ../index2.php'); }
$readProdutos = read('posts', "WHERE cat_pai = '{$cat['id']}' AND tipo = 'post' AND status = '1' ORDER BY data DESC LIMIT {$inicio}, {$maximo}"); } foreach ($readProdutos as $art) { echo '<li'; echo ' class="span4" '; echo '>'; echo '<div class="thumbnail">'; getThumb($art['thumb'], $cat['nome'] . '--' . $art['titulo'], $art['titulo'], '250', '200', '', '', '#', 'r'); echo '<h3>' . lmWord($art['titulo'], 50) . '</h3>'; echo '<p>' . lmWord($art['content'], 50) . '</p>'; echo '<a title="Ver mais de ' . $art['titulo'] . '" href="' . BASE . '/produto/' . $art['url'] . '" class="btn btn-large btn-block btn-primary">saiba mais ... </a>'; echo '</div>'; echo '</li>'; } echo '</ul>'; echo '</div>'; echo '</div>'; echo '</section>'; $link = BASE . '/categoria/' . $cat['url'] . '/page/'; if ($cat['id_pai'] != '') { readPaginator('posts', " WHERE cat_id = '{$cat['id']}' AND tipo = 'post' AND status = '1' ORDER BY data DESC", $maximo, $link, $pag, '870px'); } else { readPaginator('posts', " WHERE cat_pai = '{$cat['id']}' AND tipo = 'post' AND status = '1' ORDER BY data DESC", $maximo, $link, $pag, '870px'); } ?>
alt="excluir subCategoria ' . $cat['nome'] . '" /></a></td>'; echo '</tr>'; $readSubCat = read("categoria", "WHERE id_pai = '{$cat['id']}'"); if ($readSubCat) { foreach ($readSubCat as $subCat) { $tagsSubCat = $subCat['tags'] != '' ? 'ok.png' : 'no.png'; echo '<tr class="subCat">'; echo ' <td >»»' . $subCat['nome'] . '</td>'; echo '<td>' . lmWords($subCat['content'], '40') . '</td>'; echo ' <td align="center"><img src="ico/' . $tagsSubCat . '" alt="tags da subcategoria" title="' . $subCat['tags'] . '" /></td>'; echo ' <td align="center">' . date('d/m/Y H:i', strtotime($subCat['data'])) . '</td>'; echo '<td align="center" colspan="2"> <a href="index2.php?exe=pagina/subcategoria-edit&edit=' . $subCat['id'] . '&uri=' . $cat['url'] . '" ' . $subCat['nome'] . '"> <img src="ico/edit.png" alt="editar subCategoria ' . $subCat['nome'] . '" title="editar subCategoria ' . $subCat['nome'] . '" /></a></td>'; echo '<td align="center"><a href="index2.php?exe=pagina/categoria&delsub=' . $subCat['id'] . '" title="excluir Subcategoria ' . $subCat['nome'] . '"> <img src="ico/no.png" alt="excluir subCategoria ' . $subCat['nome'] . '" /></a></td>'; echo '</tr>'; } echo '</tr>'; } } echo ' </table>'; $link = "index2.php?exe=pagina/categoria&pag="; readPaginator("categoria", "WHERE id_pai IS null", $maximo, $link, $pag); } ?> </div><!-- /bloco cat -->
$inicio = $pag * $maximo - $maximo; if ($cat['id_pai'] != '') { $readArtig = read("post", "WHERE categoria ='{$cat['id']}' AND status = '1' AND tipo= 'post' ORDER BY data DESC LIMIT {$inicio},{$maximo}"); } else { $readArtig = read("post", "WHERE cat_pai= '{$cat['id']}' AND status = '1' AND tipo= 'post' ORDER BY data DESC LIMIT {$inicio},{$maximo}"); } foreach ($readArtig as $art) { $catCon++; echo '<li'; if ($catCon % 4 == 0) { echo ' class="last"'; } echo '>'; getTumb($art["thumb"], $art['tags'], $art['titulo'], 200, 150, '', '', BASE . '/artigo/' . $art['url']); echo ' <p class="data">' . date('d/m/Y H:i', strtotime($art['data'])) . '</p>'; echo '<p class="titulo"><a title="' . $art['titulo'] . ' "href="' . BASE . '/artigo/' . $art['url'] . '" class="link"> ' . lmWords($art['titulo'], 50) . '</a></p>'; echo '</li>'; } echo '</ul>'; //Paginação $link = BASE . '/categoria/' . $cat['url'] . '/page/'; if ($cat['id_pai'] != '') { readPaginator("post", "WHERE categoria = '{$cat['id']}' AND status= '1' AND tipo = 'post' ORDER BY data DESC", $maximo, $link, $pag); } else { readPaginator("post", "WHERE cat_pai = '{$cat['id']}' AND status= '1' AND tipo = 'post' ORDER BY data DESC", $maximo, $link, $pag); } ?> </div><!-- /categoria --> </section><!-- //content -->