diff options
Diffstat (limited to 'objectapp/static/objectapp/js/Gnowmacs/src/js/content.html')
-rw-r--r-- | objectapp/static/objectapp/js/Gnowmacs/src/js/content.html | 91 |
1 files changed, 0 insertions, 91 deletions
diff --git a/objectapp/static/objectapp/js/Gnowmacs/src/js/content.html b/objectapp/static/objectapp/js/Gnowmacs/src/js/content.html deleted file mode 100644 index df1c8a10..00000000 --- a/objectapp/static/objectapp/js/Gnowmacs/src/js/content.html +++ /dev/null @@ -1,91 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" -lang="en" xml:lang="en"> -<head> -<title>*org content</title> -<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/> -<meta name="generator" content="Org-mode"/> -<meta name="generated" content="2012-05-08 11:22:31 IST"/> -<meta name="author" content=""/> -<style type="text/css"> - <!--/*--><![CDATA[/*><!--*/ - html { font-family: Times, serif; font-size: 12pt; } - .title { text-align: center; } - .todo { color: red; } - .done { color: green; } - .tag { background-color:lightblue; font-weight:normal } - .target { } - .timestamp { color: grey } - .timestamp-kwd { color: CadetBlue } - p.verse { margin-left: 3% } - pre { - border: 1pt solid #AEBDCC; - background-color: #F3F5F7; - padding: 5pt; - font-family: courier, monospace; - font-size: 90%; - overflow:auto; - } - table { border-collapse: collapse; } - td, th { vertical-align: top; } - dt { font-weight: bold; } - div.figure { padding: 0.5em; } - div.figure p { text-align: center; } - .linenr { font-size:smaller } - .code-highlighted {background-color:#ffff00;} - .org-info-js_info-navigation { border-style:none; } - #org-info-js_console-label { font-size:10px; font-weight:bold; - white-space:nowrap; } - .org-info-js_search-highlight {background-color:#ffff00; color:#000000; - font-weight:bold; } - /*]]>*/--> -</style> -<script type="text/javascript"> -<!--/*--><![CDATA[/*><!--*/ - function CodeHighlightOn(elem, id) - { - var target = document.getElementById(id); - if(null != target) { - elem.cacheClassElem = elem.className; - elem.cacheClassTarget = target.className; - target.className = "code-highlighted"; - elem.className = "code-highlighted"; - } - } - function CodeHighlightOff(elem, id) - { - var target = document.getElementById(id); - if(elem.cacheClassElem) - elem.className = elem.cacheClassElem; - if(elem.cacheClassTarget) - target.className = elem.cacheClassTarget; - } -/*]]>*/--> -</script> -</head><body> -<h1 class="title">*org content</h1> - - -<div id="table-of-contents"> -<h2>Table of Contents</h2> -<div id="text-table-of-contents"> -<ul> -<li><a href="#sec-1">1 abc </a></li> -</ul> -</div> -</div> - -<div id="outline-container-1" class="outline-3"> -<h3 id="sec-1">1 abc </h3> -<div id="text-1"> - -</div> -</div> -<div id="postamble"><p class="author"> Author: -<a href="mailto:supriya@dragbox"><supriya@dragbox></a> -</p> -<p class="date"> Date: 2012-05-08 11:22:31 IST</p> -<p>HTML generated by org-mode 6.21b in emacs 23</p> -</div></body> -</html> |