mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
Added the other missing template.
This commit is contained in:
parent
e8a4ca44e7
commit
2b19b2bc37
@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>You are <a href="/consuming">consuming</a> services from $host:</p>
|
||||
#if $services
|
||||
<ul>
|
||||
#for $service in $services
|
||||
<li><a href="/consuming/$host/$service">$service</a></li>
|
||||
#end for
|
||||
</ul>
|
||||
#end if
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>You're <a href="/hosting">hosting</a> these services for $client:</p>
|
||||
#if $services
|
||||
<ul>
|
||||
#for $service in $services
|
||||
<li><a href="/hosting/$client/$service">$service</a></li>
|
||||
#end for
|
||||
</ul>
|
||||
#end if
|
||||
</body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user