[daemon] WIP: use callbacks to work with daemon

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-06-08 19:35:23 +03:00
parent 463d43b0bb
commit 78193fc8f8
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2
4 changed files with 30 additions and 8 deletions

View file

@ -84,7 +84,7 @@ namespace http
" border-radius: 5px; font-size: 12px; }\r\n"
" button[type=submit] { padding: 5px 15px; background: transparent; border: 2px solid var(--main-link-color); cursor: pointer;\r\n"
" border-radius: 5px; position: relative; height: 36px; display: -webkit-inline-box; margin-top: 10px; }\r\n"
"}\r\n"
"}\r\n";
// for external style sheet
std::string externalCSS;
@ -124,7 +124,7 @@ namespace http
<div class=\"content\">{% block content %}{% endblock %}</div> \
</div> \
</body> \
</html>"
</html>";
const std::string pageMain =
"{% extends \"base.html\" %} \
@ -203,7 +203,7 @@ namespace http
</tr> \
</tbody> \
</table> \
{% endblock %}"
{% endblock %}";
} // http
} // i2p