more link fixes for offline use
This commit is contained in:
parent
56cdd43b8d
commit
88fff7f8dc
4 changed files with 10 additions and 5 deletions
|
@ -9,7 +9,8 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
||||||
<div id="live_pic"><img src="${video_url}"/></div>
|
<div id="live_pic"><img src="../static/images/fotokiste-default.png"
|
||||||
|
py:attr="src=${video_url}"/></div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -9,7 +9,8 @@
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
<div id="mail_pic"><img src="${tg.url('/get_current_shot')}"/></div>
|
<div id="mail_pic"><img src="../static/images/fotokiste-default.png"
|
||||||
|
py:attr="src=${tg.url('/get_current_shot')}"/></div>
|
||||||
<form action="${tg.url('/ausloeser')}" method="post">
|
<form action="${tg.url('/ausloeser')}" method="post">
|
||||||
<input type="submit" name="senden" value="Zurück" />
|
<input type="submit" name="senden" value="Zurück" />
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -8,7 +8,8 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
||||||
<div id="mail_pic"><img src="${tg.url('/get_current_shot')}"/></div>
|
<div id="mail_pic"><img src="../static/images/fotokiste-default.png"
|
||||||
|
py:attr="src=${tg.url('/get_current_shot')}"/></div>
|
||||||
|
|
||||||
<div id="mail_info">
|
<div id="mail_info">
|
||||||
<form action="${tg.url('/mailtext')}" method="post">
|
<form action="${tg.url('/mailtext')}" method="post">
|
||||||
|
|
|
@ -10,7 +10,8 @@
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div id="live_pic"><img src="${video_url}"/></div>
|
<div id="live_pic"><img src="../static/images/fotokiste-default.png"
|
||||||
|
py:attr="src=${video_url}"/></div>
|
||||||
</td>
|
</td>
|
||||||
<td valign="center">
|
<td valign="center">
|
||||||
<!-- TODO: einfach nur ein weiterfuehrendes Icon - kein Formular -->
|
<!-- TODO: einfach nur ein weiterfuehrendes Icon - kein Formular -->
|
||||||
|
@ -29,7 +30,8 @@
|
||||||
<td py:for="picture in row">
|
<td py:for="picture in row">
|
||||||
<img py:if="picture" py:strip="False"
|
<img py:if="picture" py:strip="False"
|
||||||
title="${picture.title}" width="50" height="64"
|
title="${picture.title}" width="50" height="64"
|
||||||
src="${tg.url('/static/images/platzhalter.jpg')}"
|
src="../static/images/platzhalter.jpg"
|
||||||
|
py:attr="${tg.url('/static/images/platzhalter.jpg')}"
|
||||||
TODO="${picture.url}" />
|
TODO="${picture.url}" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in a new issue