Browse Source

added footer to some sites

drop_old_mail
Stephan Richter 2 years ago
parent
commit
6f8aff7303
  1. 2
      pom.xml
  2. 1
      static/templates/admin.st
  3. 1
      static/templates/inspect.st
  4. 1
      static/templates/register.st
  5. 1
      static/templates/subscribe.st
  6. 1
      static/templates/unsubscribe.st

2
pom.xml

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<groupId>org.example</groupId>
<artifactId>Widerhall</artifactId>
<version>0.2.37</version>
<version>0.2.38</version>
<build>
<plugins>
<plugin>

1
static/templates/admin.st

@ -13,5 +13,6 @@ @@ -13,5 +13,6 @@
«messages()»
«listadminlist()»
«userlist()»
«footer()»
</body>
</html>

1
static/templates/inspect.st

@ -64,6 +64,7 @@ @@ -64,6 +64,7 @@
</fieldset>
</form>
«listmembers()»
«footer()»
<script type="text/javascript">
loadListDetail('«data.list»');
</script>

1
static/templates/register.st

@ -33,5 +33,6 @@ @@ -33,5 +33,6 @@
<button type="submit">Save new user</button>
</fieldset>
</form>
«footer()»
</body>
</html>

1
static/templates/subscribe.st

@ -38,5 +38,6 @@ @@ -38,5 +38,6 @@
If you won't get a promotion, and just don't want to remember another password, don`t set one.
</fieldset>
</form>
«footer()»
</body>
</html>

1
static/templates/unsubscribe.st

@ -25,5 +25,6 @@ @@ -25,5 +25,6 @@
<button type="submit">Un-subscribe</button>
</fieldset>
</form>
«footer()»
</body>
</html>
Loading…
Cancel
Save