|
@@ -27,7 +27,8 @@ def main_func_setting_phrase():
|
|
|
'license',
|
|
'license',
|
|
|
'topic_text',
|
|
'topic_text',
|
|
|
'phrase_user_page_admin',
|
|
'phrase_user_page_admin',
|
|
|
- 'phrase_user_page_owner'
|
|
|
|
|
|
|
+ 'phrase_user_page_owner',
|
|
|
|
|
+ 'phrase_old_page_warring'
|
|
|
]
|
|
]
|
|
|
if flask.request.method == 'POST':
|
|
if flask.request.method == 'POST':
|
|
|
for i in i_list:
|
|
for i in i_list:
|
|
@@ -116,12 +117,15 @@ def main_func_setting_phrase():
|
|
|
<h2>18. ''' + load_lang('topic_text') + '''</h2>
|
|
<h2>18. ''' + load_lang('topic_text') + '''</h2>
|
|
|
<textarea rows="3" name="''' + i_list[17] + '''">''' + html.escape(d_list[17]) + '''</textarea>
|
|
<textarea rows="3" name="''' + i_list[17] + '''">''' + html.escape(d_list[17]) + '''</textarea>
|
|
|
|
|
|
|
|
- <h2>19. ''' + load_lang('phrase_user_page_admin') + ''' (HTML)</h2>
|
|
|
|
|
|
|
+ <h2>19. ''' + load_lang('phrase_user_page_admin') + ''' (HTML)</h2>
|
|
|
<textarea rows="3" name="''' + i_list[18] + '''">''' + html.escape(d_list[18]) + '''</textarea>
|
|
<textarea rows="3" name="''' + i_list[18] + '''">''' + html.escape(d_list[18]) + '''</textarea>
|
|
|
|
|
|
|
|
- <h2>20. ''' + load_lang('phrase_user_page_owner') + ''' (HTML)</h2>
|
|
|
|
|
|
|
+ <h2>20. ''' + load_lang('phrase_user_page_owner') + ''' (HTML)</h2>
|
|
|
<textarea rows="3" name="''' + i_list[19] + '''">''' + html.escape(d_list[19]) + '''</textarea>
|
|
<textarea rows="3" name="''' + i_list[19] + '''">''' + html.escape(d_list[19]) + '''</textarea>
|
|
|
|
|
|
|
|
|
|
+ <h2>21. ''' + load_lang('phrase_old_page_warring') + ''' (''' + load_lang('beta') + ''') (HTML)</h2>
|
|
|
|
|
+ <textarea rows="3" name="''' + i_list[20] + '''">''' + html.escape(d_list[20]) + '''</textarea>
|
|
|
|
|
+
|
|
|
<hr class="main_hr">
|
|
<hr class="main_hr">
|
|
|
<button id="save" type="submit">''' + load_lang('save') + '''</button>
|
|
<button id="save" type="submit">''' + load_lang('save') + '''</button>
|
|
|
</form>
|
|
</form>
|