more link fixes for offline use

This commit is contained in:
lars 2008-06-16 01:38:26 +00:00
parent 56cdd43b8d
commit 88fff7f8dc
4 changed files with 10 additions and 5 deletions

View file

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

View file

@ -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&uuml;ck" /> <input type="submit" name="senden" value="Zur&uuml;ck" />
</form> </form>

View file

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

View file

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