<?php
?>
<div class="dash-links">
<h3>Website Admin</h3>
<ul class="plain">
<li>
<a href="<?php echo WEB_ROOT; ?>admin/users.php"><label>Users List</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/users.php?user_type=author"><label>Authors</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/ex-users.php?user_type=expired"><label>Expired-Authors</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/users.php?user_type=publisher"><label>Publishers</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/users.php?user_type=editor"><label>Editors</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/users.php?user_type=reviewer"><label>Reviewers</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/users.php?user_type=reader"><label>Readers</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/email_templates.php"><label>Email Template</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/sms_templates.php"><label>SMS Template</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/user_email.php"><label>Send Emails</label></a>
</li>
</ul>
</div>
<div class="dash-links">
<h3>Journal Option</h3>
<ul class="plain">
<li>
<a href="<?php echo WEB_ROOT; ?>admin/add_journal.php"><label>Add Journal</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/view_journal.php"><label>Edit Journal</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/view_all_journal.php"><label>View All Journal</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/add_new_categ.php"><label>Add New Category</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/list_categ.php"><label>View All Categories</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>author/start_submit.php"><label>Proxy Uploading</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/view_all.php"><label>View Proxy To Publish</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/proxy_citation.php"><label>Proxy Citation</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/view_proxy_citation.php"><label>View Proxy Citation</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/upload_articles.php"><label>Upload Article's</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/edit_upload_articles.php"><label>Edit Upload Article's</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/add_article_link.php"><label>Add Article Link</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/add_article_link_upload_article.php"><label>Add Article Link for Upload Article</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/add_reviewer_q.php"><label>Reviewer question(s)</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/bar_charts.php"><label>journals Chart(s)</label></a>
</li>
</ul>
</div>
<div class="dash-links">
<h3>Website Option</h3>
<ul class="plain">
<li>
<a href="<?php echo WEB_ROOT; ?>admin/editweb_page.php?page_name=index.php"><label>Welcome page</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/editweb_page.php?page_name=about_us.php"><label>About page</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/editweb_page.php?page_name=services.php"><label>Services page</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/editweb_page.php?page_name=contact_us.php"><label>Contact page</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/editweb_page.php?page_name=author_guideline.php"><label>Author Guideline page</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/editweb_page.php?page_name=editorial_board.php"><label>Editorial Board page</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/editweb_page.php?page_name=impact_factor.php"><label>Impact factor page</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/editweb_page.php?page_name=search_citation.php"><label>Search Citation page</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/annoucements.php"><label>Annoucements</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/seminars.php"><label>Seminars</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/view_pdf_download.php"><label>View PDF Downloaded</label></a>
</li>
<li>
<a href="<?php echo WEB_ROOT; ?>admin/counter/view.php"><label>View Website Hit Count</label></a>
</li>
<ul>
</div>
|