updated wiki addresses
This commit is contained in:
@@ -84,7 +84,7 @@ def getheader(path,parent,title=""):
|
||||
'''
|
||||
def getfooter():
|
||||
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>
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
@@ -1772,7 +1772,7 @@ function getsetupwindow() {
|
||||
' <li/>s/h : show setup'+
|
||||
' <li/>z : zoom in to image'+
|
||||
' <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>';
|
||||
el.innerHTML=str;
|
||||
return el
|
||||
|
||||
Reference in New Issue
Block a user