templates/userpage_get.html: change the position and order of the checkboxes.
							parent
							
								
									4d2dd2b68e
								
							
						
					
					
						commit
						b0d80096d6
					
				|  | @ -27,12 +27,15 @@ | |||
|         <a class="btn btn-secondary" href="/reset" role="button">重设密码</a> | ||||
|     </p> | ||||
|     {{ flashed_messages|safe }} | ||||
| 
 | ||||
|     <p><a class="btn btn-success" href="/{{ username }}/reset" role="button"> 下一篇 Next Article </a></p> | ||||
|     <p><b>阅读文章并回答问题</b></p> | ||||
|     <div id="text-content">{{ today_article|safe }}</div> | ||||
| 
 | ||||
|     <input type="checkbox" onclick="ChangeHighlight()" checked/>生词高亮 | ||||
|     <input type="checkbox" onclick="onReadClick()" checked/>大声朗读 | ||||
|     <input type="checkbox" onclick="onChooseClick()" checked/>划词入库 | ||||
|     <input type="checkbox" onclick="ChangeHighlight()" checked/>单词高亮 | ||||
|     <p><a class="btn btn-success" href="/{{ username }}/reset" role="button"> 下一篇 Next Article </a></p> | ||||
|     <div id="text-content">{{ today_article|safe }}</div> | ||||
| 
 | ||||
|     <p><b>收集生词吧</b> (可以在正文中划词,也可以复制黏贴)</p> | ||||
|     <form method="post" action="/{{ username }}"> | ||||
|         <textarea name="content" id="selected-words" rows="10" cols="120"></textarea><br/> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue