|
|
@@ -443,19 +443,19 @@ para:hover{
|
|
|
<div>
|
|
|
<span id="tool_bar_title"><?php echo $_local->gui->title; ?></span>
|
|
|
</div>
|
|
|
- <div>
|
|
|
- <form action="../studio/project.php" method="post" onsubmit="return pali_canon_edit_now(this)" target="_blank" style="display: inline-block;">
|
|
|
- <div style="display:none;">
|
|
|
- <input type="input" name="op" value="create">
|
|
|
- <input type="hidden" name="view" value="<?php echo $_GET["view"]?>" />
|
|
|
- <input type="hidden" name="book" value="<?php echo $_GET["book"]?>" />
|
|
|
- <input type="hidden" id = "para" name="para" value="" />
|
|
|
- <input type="hidden" id = "para_end" name="para_end" value="" />
|
|
|
- <input type="hidden" id = "chapter_title" name="chapter_title" value="" />
|
|
|
- <textarea id="project_new_res_data" rows="3" cols="18" name="data"></textarea>
|
|
|
- </div>
|
|
|
- <input type="submit" value="编辑">
|
|
|
- </form>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <form action="../studio/project.php" method="post" onsubmit="return pali_canon_edit_now(this)" target="_blank" style="display: inline-block;">
|
|
|
+ <div style="display:none;">
|
|
|
+ <input type="input" name="op" value="create">
|
|
|
+ <input type="hidden" name="view" value="<?php echo $_GET["view"]?>" />
|
|
|
+ <input type="hidden" name="book" value="<?php echo $_GET["book"]?>" />
|
|
|
+ <input type="hidden" id = "para" name="para" value="" />
|
|
|
+ <input type="hidden" id = "para_end" name="para_end" value="" />
|
|
|
+ <input type="hidden" id = "chapter_title" name="chapter_title" value="" />
|
|
|
+ <textarea id="project_new_res_data" rows="3" cols="18" name="data"></textarea>
|
|
|
+ </div>
|
|
|
+ <input type="submit" value="<?php echo $_local->gui->edit_now; ?>">
|
|
|
+ </form>
|
|
|
<div class="case_dropdown">
|
|
|
<p class="case_dropbtn"><button>
|
|
|
<svg t='1598086376923' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='8426' width='20px' height='20px'><path d='M609.745455 453.818182v130.327273h69.818181V535.272727H744.727273v377.018182h95.418182V535.272727H907.636364v48.872728h69.818181V453.818182z' p-id='8427' fill='#757AF7'></path><path d='M677.236364 300.218182V111.709091H46.545455V300.218182h69.818181v-51.2h162.909091v663.272727h165.236364V249.018182h162.909091v51.2z' p-id='8428' fill='#757AF7'></path></svg>
|