Ver código fonte

tidy views

tags/v1.1
Dominik Schmidt-Philipp 4 anos atrás
pai
commit
b979baf20d
3 arquivos alterados com 1 adições e 28 exclusões
  1. +1
    -2
      .rsyncignore
  2. +0
    -1
      app/views/header.htm
  3. +0
    -25
      app/views/tpl/image-with-links.html

+ 1
- 2
.rsyncignore Ver arquivo

@@ -10,5 +10,4 @@ stats/
content/
*.tar.gz
.directory

DE.backup/
doc/

+ 0
- 1
app/views/header.htm Ver arquivo

@@ -3,5 +3,4 @@
<img class="logo" src="{{@RESOURCES}}img/logo.png" />
</check>
<h1><img class="text" src="/{{ @banner }}" alt="{{ @title }}" /></h1>
<span class="login-button"><a href="/login">login</a></span>
</a>

+ 0
- 25
app/views/tpl/image-with-links.html Ver arquivo

@@ -1,25 +0,0 @@
<!--{~
/*
*part of gunther-rost.com (c)2018
*/ ~} -->
<repeat group="{{ @images }}" value="{{ @image }}">
<div class="card">
<check if="{{ @image.href && (! @no_links ) }}">
<true>
<a href="{{ @image.href }}" {{ @image.download?'download':'' }}>
<img src="{{ @image.src1 }}" />
<check if="{{ @image.text }}">
<true>
<div class="img-hover">{{ @image.text | raw}}</div>
</true>
</check>
<!--<img src="{{ @image.src2 }}" class="img-hover" />-->
</a>
</true>
<false>
<img src="{{ @image.src1 }}" />
<!--<img src="{{ @image.src2 }}" class="img-hover" />-->
</false>
</check>
</div>
</repeat>

Carregando…
Cancelar
Salvar