diff options
author | Cache Saravento <cache@sarava.org> | 2015-08-07 14:29:41 -0300 |
---|---|---|
committer | Cache Saravento <cache@sarava.org> | 2015-08-07 14:29:41 -0300 |
commit | 3ea16f30be116ebdd67d11e695db3508aa86a56a (patch) | |
tree | e2a3f4e051f6e1516db4d9badb19d11f0daa1731 /templates | |
parent | 2774302a8ea35182366627beef8da322f9c14cbe (diff) | |
download | cache-3ea16f30be116ebdd67d11e695db3508aa86a56a.tar.gz cache-3ea16f30be116ebdd67d11e695db3508aa86a56a.tar.bz2 |
Data link
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 1 | ||||
-rw-r--r-- | templates/note/index.html | 1 | ||||
-rw-r--r-- | templates/page.tmpl | 1 | ||||
-rw-r--r-- | templates/popup/index.html | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 3222606..c2e5380 100644 --- a/templates/index.html +++ b/templates/index.html @@ -39,6 +39,7 @@ <li><a href="../">Cache Saravento</a> <span class="divider">/</span> </li> <li>templates</li> + <li><span class="divider">|</span> <a href="../data">Dados</a></li> <li><span class="divider">|</span> <a href="../todo">Tarefas</a></li> <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=history;f=templates.mdwn">Histórico</a></li> <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=atom">Feed</a></li> diff --git a/templates/note/index.html b/templates/note/index.html index 19e2c15..bb51676 100644 --- a/templates/note/index.html +++ b/templates/note/index.html @@ -41,6 +41,7 @@ <li><a href="../">templates</a> <span class="divider">/</span> </li> <li>note</li> + <li><span class="divider">|</span> <a href="../../data">Dados</a></li> <li><span class="divider">|</span> <a href="../../todo">Tarefas</a></li> <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=history;f=templates/note.mdwn">Histórico</a></li> <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=atom">Feed</a></li> diff --git a/templates/page.tmpl b/templates/page.tmpl index 81d61ae..b0fcb50 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -51,6 +51,7 @@ <li><a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a> <span class="divider">/</span> </li> </TMPL_LOOP> <li><TMPL_VAR TITLE></li> + <li><span class="divider">|</span> <a href="<TMPL_VAR BASEURL>data">Dados</a></li> <li><span class="divider">|</span> <a href="<TMPL_VAR BASEURL>todo">Tarefas</a></li> <li><span class="divider">|</span> <a href="<TMPL_VAR HISTORYURL>">Histórico</a></li> <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=atom">Feed</a></li> diff --git a/templates/popup/index.html b/templates/popup/index.html index 07f5d59..a5e2288 100644 --- a/templates/popup/index.html +++ b/templates/popup/index.html @@ -41,6 +41,7 @@ <li><a href="../">templates</a> <span class="divider">/</span> </li> <li>popup</li> + <li><span class="divider">|</span> <a href="../../data">Dados</a></li> <li><span class="divider">|</span> <a href="../../todo">Tarefas</a></li> <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=history;f=templates/popup.mdwn">Histórico</a></li> <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=atom">Feed</a></li> |