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>
|
||||
|
||||
|
||||
<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>
|
||||
</html>
|
||||
|
|
|
@ -9,7 +9,8 @@
|
|||
|
||||
<table>
|
||||
<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">
|
||||
<input type="submit" name="senden" value="Zurück" />
|
||||
</form>
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
<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">
|
||||
<form action="${tg.url('/mailtext')}" method="post">
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
<table>
|
||||
<tr>
|
||||
<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 valign="center">
|
||||
<!-- TODO: einfach nur ein weiterfuehrendes Icon - kein Formular -->
|
||||
|
@ -29,7 +30,8 @@
|
|||
<td py:for="picture in row">
|
||||
<img py:if="picture" py:strip="False"
|
||||
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}" />
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue