Hackfut Security File Manager
Current Path:
/usr/lib64/python2.6/site-packages/Cheetah/Templates
usr
/
lib64
/
python2.6
/
site-packages
/
Cheetah
/
Templates
/
📁
..
📄
SkeletonPage.py
(9.87 KB)
📄
SkeletonPage.pyc
(7.31 KB)
📄
SkeletonPage.pyo
(7.31 KB)
📄
SkeletonPage.tmpl
(1.02 KB)
📄
_SkeletonPage.py
(8.55 KB)
📄
_SkeletonPage.pyc
(7.94 KB)
📄
_SkeletonPage.pyo
(7.94 KB)
📄
__init__.py
(1 B)
📄
__init__.pyc
(151 B)
📄
__init__.pyo
(151 B)
Editing: SkeletonPage.tmpl
##doc-module: A Skeleton HTML page template, that provides basic structure and utility methods. ################################################################################ #extends Cheetah.Templates._SkeletonPage #implements respond ################################################################################ #cache id='header' $docType $htmlTag <!-- This document was autogenerated by Cheetah(http://CheetahTemplate.org). Do not edit it directly! Copyright $currentYr - $siteCopyrightName - All Rights Reserved. Feel free to copy any javascript or html you like on this site, provided you remove all links and/or references to $siteDomainName However, please do not copy any content or images without permission. $siteCredits --> #block writeHeadTag <head> <title>$title</title> $metaTags $stylesheetTags $javascriptTags </head> #end block writeHeadTag #end cache header ################# $bodyTag #block writeBody This skeleton page has no flesh. Its body needs to be implemented. #end block writeBody </body> </html>
Upload File
Create Folder