forked from mrlan/EnglishPal
				
			点击上下篇,停止阅读
							parent
							
								
									ce28b91bd5
								
							
						
					
					
						commit
						df64065dcc
					
				| 
						 | 
				
			
			@ -47,9 +47,9 @@
 | 
			
		|||
{#        <div class="alert alert-warning" role="alert">Congratulations! {{ message }}</div>#}
 | 
			
		||||
{#    {% endfor %}#}
 | 
			
		||||
 | 
			
		||||
    <a class="btn btn-success" href="/{{ username }}/reset" role="button"> 下一篇 Next Article </a>
 | 
			
		||||
    <a class="btn btn-success" href="/{{ username }}/reset" role="button" onclick="stopRead()"> 下一篇 Next Article </a>
 | 
			
		||||
    {% if session.get('existing_articles') != None and session.get('existing_articles')["index"] !=0 %}
 | 
			
		||||
        <a class="btn btn-success" href="/{{ username }}/back" role="button"> 上一篇 Previous Article </a>
 | 
			
		||||
        <a class="btn btn-success" href="/{{ username }}/back" role="button" onclick="stopRead()"> 上一篇 Previous Article </a>
 | 
			
		||||
    {% endif %}
 | 
			
		||||
 | 
			
		||||
    <p><b>阅读文章并回答问题</b></p>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue