Browse Source

added footer to some sites

drop_old_mail
Stephan Richter 3 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 @@
<groupId>org.example</groupId> <groupId>org.example</groupId>
<artifactId>Widerhall</artifactId> <artifactId>Widerhall</artifactId>
<version>0.2.37</version> <version>0.2.38</version>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>

1
static/templates/admin.st

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

1
static/templates/inspect.st

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

1
static/templates/register.st

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

1
static/templates/subscribe.st

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

1
static/templates/unsubscribe.st

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