mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-23 16:36:38 +00:00
Added button to recommend new algorithm.
This commit is contained in:
12
tpl/home.php
12
tpl/home.php
@@ -304,6 +304,16 @@
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="NeedAlgorithm">
|
||||
<form>
|
||||
<fieldset>
|
||||
<p><?= L('what_algorithm_need') ?></p>
|
||||
<textarea name="needAlgorthmText" id="NeedAlgorithmMessage" rows="5"></textarea>
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<p id="SelectAndMoveObject" class="translation"><?= L('select_and_move_objects')?></p>
|
||||
<p id="MoveCursorForMoving" class="translation"><?= L('move_cursor_for_moving')?></p>
|
||||
@@ -370,6 +380,8 @@
|
||||
<p id="noWeight" class="translation"><?= L('default_weight')?></p>
|
||||
<p id="groupeRenameText" class="translation"><?= L('group_rename')?></p>
|
||||
<p id="voteText" class="translation"><?= L('vote')?></p>
|
||||
<p id="recommend_algorithm" class="translation"><?= L('recommend_algorithm')?></p>
|
||||
|
||||
|
||||
</section>
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user