]> git.quilime.com - plog_bk.git/commitdiff
moved templates to t
authorGabriel Dunne <quilime@monkey.dreamhost.com>
Sun, 24 Jan 2010 09:32:17 +0000 (01:32 -0800)
committerGabriel Dunne <quilime@monkey.dreamhost.com>
Sun, 24 Jan 2010 09:32:17 +0000 (01:32 -0800)
13 files changed:
.gitignore
t/404.html [moved from templates/404.html with 100% similarity]
t/about.html [moved from templates/about.html with 100% similarity]
t/agg.html [moved from templates/agg.html with 100% similarity]
t/code.html [moved from templates/code.html with 100% similarity]
t/header-src.html [moved from templates/header-src.html with 83% similarity]
t/img.html [moved from templates/img.html with 100% similarity]
t/index.html [moved from templates/index.html with 100% similarity]
t/links.html [moved from templates/links.html with 100% similarity]
t/log.html [moved from templates/log.html with 100% similarity]
t/nav.html [moved from templates/nav.html with 100% similarity]
t/photo.html [moved from templates/photo.html with 100% similarity]
t/projects.html [moved from templates/projects.html with 100% similarity]

index e42c9524c268272b5926d4f8ec7517a76f5d1053..f331b3b40e09cf11534af78282c9309746fa572a 100644 (file)
@@ -1,2 +1,3 @@
-content
-templates
+c
+t
+/lib/config
\ No newline at end of file
similarity index 100%
rename from templates/404.html
rename to t/404.html
similarity index 100%
rename from templates/about.html
rename to t/about.html
similarity index 100%
rename from templates/agg.html
rename to t/agg.html
similarity index 100%
rename from templates/code.html
rename to t/code.html
similarity index 83%
rename from templates/header-src.html
rename to t/header-src.html
index 3d232c2ad22fae2a1c1dcb6a0002a971f51c439f..b54682b58bdd736a1bd4c50a67e67abbf3678fe7 100644 (file)
@@ -9,10 +9,6 @@
 <link href="<?= get_base_dir(); ?>/js/prettify/prettify.css" type="text/css" rel="stylesheet" />
 <script type="text/javascript" src="<?= get_base_dir(); ?>/js/prettify/prettify.js"></script>
 
-
-
-<script>
- $(document).ready(function() {
-     prettyPrint();
- });
+<script type="text/javascript" >
+ $(document).ready(function() { prettyPrint(); });
 </script>
\ No newline at end of file
similarity index 100%
rename from templates/img.html
rename to t/img.html
similarity index 100%
rename from templates/index.html
rename to t/index.html
similarity index 100%
rename from templates/links.html
rename to t/links.html
similarity index 100%
rename from templates/log.html
rename to t/log.html
similarity index 100%
rename from templates/nav.html
rename to t/nav.html
similarity index 100%
rename from templates/photo.html
rename to t/photo.html
similarity index 100%
rename from templates/projects.html
rename to t/projects.html