Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates53
1 files changed, 0 insertions, 53 deletions
diff --git a/templates b/templates
deleted file mode 100644
index 7194592..0000000
--- a/templates
+++ /dev/null
@@ -1,53 +0,0 @@
-#!index
-<!doctype html>
-<html>
- <head>
- <meta charset="utf-8">
- <title>Journal Share - {nick}</title>
- <link href="style.css" rel="stylesheet" type="text/css"></link>
- <link rel="icon" type="image/png" href="images/journalshare-icon.png"></link>
- </head>
- <body>
- <table id="toolbar">
- <tbody>
- <tr>
- <td>
- <a href="index.html">
- <img src="images/journalshare-icon.png"></img>
- </a>
- </td>
- <td>
- {nick}'s Journal
- </td>
- <td>
- <div class="refresh" onclick="document.location.reload(true)">
- <img src="images/refresh.png" width="40" height="40"></img>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- {objects}
- </body>
-</html>
-!#
-
-#!object
- <table>
- <tbody>
- <tr>
- <td>
- <a href="files/{file}">
- <img src="images/{icon}" height="40" width="40" style="margin-right: 5px;">
- </a>
- </td>
- <td>
- <a href="files/{file}">
- {name}
- </a>
- </td>
- </tr>
- </tbody>
- </table>
- <hr>
-!#