updated wiki addresses

This commit is contained in:
q
2016-01-16 14:17:36 +02:00
parent 78e7779967
commit 53001fcab9
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ def getheader(path,parent,title=""):
''' '''
def getfooter(): def getfooter():
return ''' return '''
<div id="footer">Generated with Qalbum '''+__version__+''' ('''+datetime.today().strftime("%y-%m-%d %H:%M")+''') <a href="http://code.google.com/p/qalbum/wiki/Usage" target="_TOP">Need help?</a></div> <div id="footer">Generated with Qalbum '''+__version__+''' ('''+datetime.today().strftime("%y-%m-%d %H:%M")+''') <a href="https://bitbucket.org/MoonQ/qalbum/wiki/Home" target="_TOP">Need help?</a></div>
<script language="javascript">setup();</script> <script language="javascript">setup();</script>
</BODY> </BODY>
</HTML> </HTML>

View File

@@ -1772,7 +1772,7 @@ function getsetupwindow() {
' <li/>s/h : show setup'+ ' <li/>s/h : show setup'+
' <li/>z : zoom in to image'+ ' <li/>z : zoom in to image'+
' <li/>x : mark image (creates a downloadable list of filenames)'+ ' <li/>x : mark image (creates a downloadable list of filenames)'+
'</ul>Further <a href="http://code.google.com/p/qalbum/wiki/Usage#Using_the_web_browser_UI" target="_BLANK">Help</a></div>'+ '</ul>Further <a href="https://bitbucket.org/MoonQ/qalbum/wiki/Home" target="_BLANK">Help</a></div>'+
'<div class="thumbmenu"><input type="submit" value="Close" onclick="usersetupclose();" title="Close the setup window. [s]"/></div>'; '<div class="thumbmenu"><input type="submit" value="Close" onclick="usersetupclose();" title="Close the setup window. [s]"/></div>';
el.innerHTML=str; el.innerHTML=str;
return el return el