mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-06-08 15:16:52 +02:00
[daemon] WIP: use callbacks to work with daemon
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
463d43b0bb
commit
78193fc8f8
4 changed files with 30 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue