added footer to some sites

This commit is contained in:
2022-04-23 18:40:32 +02:00
parent 61286b3e9e
commit 6f8aff7303
6 changed files with 6 additions and 1 deletions

View File

@@ -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>

View File

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

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>