Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3 /
dist-packages /
trac /
templates /
[ HOME SHELL ]
Name
Size
Permission
Action
about.html
2.42
KB
-rw-r--r--
attach_file_form.html
1006
B
-rw-r--r--
attachment.html
6.4
KB
-rw-r--r--
author_or_creator.rss
442
B
-rw-r--r--
diff_div.html
12.13
KB
-rw-r--r--
diff_options.html
2.48
KB
-rw-r--r--
diff_view.html
4.32
KB
-rw-r--r--
environment_info.html
4.17
KB
-rw-r--r--
error.html
10.93
KB
-rw-r--r--
history_view.html
3.67
KB
-rw-r--r--
index.html
958
B
-rw-r--r--
layout.html
5.35
KB
-rw-r--r--
list_of_attachments.html
3.17
KB
-rw-r--r--
macros.html
2.57
KB
-rw-r--r--
page_index.html
1.33
KB
-rw-r--r--
preview_file.html
1.2
KB
-rw-r--r--
progress_bar.html
2.37
KB
-rw-r--r--
progress_bar_grouped.html
1.59
KB
-rw-r--r--
theme.html
5.43
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : theme.html
{# Copyright (C) 2006-2021 Edgewall Software This software is licensed as described in the file COPYING, which you should have received as part of this distribution. The terms are also available at https://trac.edgewall.org/wiki/TracLicense. This software consists of voluntary contributions made by many individuals. For the exact contribution history, see the revision history and logs, available at https://trac.edgewall.org/. #} ## This is Trac's default theme <!DOCTYPE html> <html lang="${trac_lang}"> {# jinjacheck: "attribute lang" OK #} <head> <!-- # block head (placeholder in theme.html) --> # block head # endblock head <!-- # endblock head (placeholder in theme.html) --> </head> {# jinjacheck: "()" OK #} <body> # block body <!-- # block body (content inherited from theme.html) --> <!-- # include 'site_header.html' (theme.html) --> # include 'site_header.html' ignore missing <!-- end of site_header.html --> {# ------------------------------------------------------------------ Note: here we produce the main structure of the body element: div id="banner" div id="header" ... logo + metanav ... /div ... mainnav ... /div div id="main" ... ctxtnav [+ warnings][+ notices] ... # block content (here goes the content block produced by the end user page, typically a "content" div, which could (should!) be followed by the parent content produced by the layout.html page) # endblock content /div div id="footer" ... /div It's entirely possible for the end user page to prepend to, append to, or replace this default structure by redefining the body block, but it should be seldom needed. ------------------------------------------------------------------ #} # macro navigation(category) <div id="${category}" class="nav"> # if chrome.nav[category]: <ul>{% for item in chrome.nav[category] %}<li ${{'class': { 'first': loop.first, 'last': loop.last, 'active': item.active }}|htmlattr}>${item.label}</li>{% endfor %}</ul> # endif </div> # endmacro <div id="banner"> <div id="header"> # if chrome.logo.src: <a id="logo" href="${chrome.logo.link or href.wiki('TracIni') + '#header_logo-section'}"> <img ${{ 'src': chrome.logo.src, 'alt': chrome.logo.alt, 'height': chrome.logo.height, 'width': chrome.logo.width, }|htmlattr} /></a> ## jinjacheck: "attribute alt" OK ## jinjacheck: "attribute src" OK # else: <h1><a href="${chrome.logo.link}">${project.name}</a></h1> # endif </div> <form id="search" action="${href.search()}" method="get"> # if trac_error_rendering is undefined and 'SEARCH_VIEW' in perm: <div> <label for="proj-search">${_("Search:")}</label> <input type="text" id="proj-search" name="q" size="18" ${accesskey("f")} value="" /> <input type="submit" value="${_('Search')}" /> </div> # endif </form> ${navigation('metanav')} </div> ${navigation('mainnav')} <div id="main" ${{'class': { 'uisymbols': req.session.get('ui.use_symbols'), 'uinohelp': req.session.get('ui.hide_help'), }}|htmlattr}> # if resourcepath_template: # include resourcepath_template ignore missing # endif <div id="ctxtnav" class="nav"> <h2>${_("Context Navigation")}</h2> # if chrome.ctxtnav: <ul> # for elm in chrome.ctxtnav: <li ${{'class': {'first': loop.first, 'last': loop.last}}|htmlattr}>${ elm}</li> # endfor </ul> # endif <hr /> </div> ${jmacros.warnings(chrome.warnings)} ${jmacros.notices(chrome.notices)} <!-- # block content (placeholder in theme.html) --> # block content {# ------------------------------------------------------------------ Note: here should go the content defined by the end user page. See layout.html which defines an useful default content for this block and has more detailed usage notes. ------------------------------------------------------------------ #} # endblock content <!-- # endblock content (placeholder in theme.html) --> </div> <div id="footer"><hr/> <a id="tracpowered" href="https://trac.edgewall.org/" ><img src="${chrome.htdocs_location}trac_logo_mini.png" height="30" width="107" alt="${_('Trac Powered')}"/></a> <p class="left"> # set trac_version <a href="${href.about()}"><strong>Trac ${trac.version}</strong></a> <br /> # endset # set eo <a href="http://www.edgewall.org/">Edgewall Software</a> # endset # trans trac_version, eo Powered by ${trac_version} By ${eo}. # endtrans </p> <p class="right">${chrome.footer}</p> </div> <!-- # include 'site_footer.html' (theme.html) --> # include 'site_footer.html' ignore missing <!-- end of site_footer.html --> <!-- # endblock body (content inherited from theme.html) --> # endblock body </body> {# jinjacheck: "got (html)" OK #} </html>
Close