From 1a57267a17c2fc17fb6e104846fabc3e363c326c Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 16 Aug 2024 19:50:26 +0200 Subject: initial commit --- templates/botSingle.html | 102 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 templates/botSingle.html (limited to 'templates/botSingle.html') diff --git a/templates/botSingle.html b/templates/botSingle.html new file mode 100644 index 0000000..dcb874f --- /dev/null +++ b/templates/botSingle.html @@ -0,0 +1,102 @@ +{{ define "botSingle" }} + +{{ template "head" . }} + + {{ template "nav" . }} + + +

{{ .bot.Name }}

+ +
+ + {{ if .editable }} + + + + + {{ else }} + {{ end }} + + + + + + + + + + + + + + + + + {{ if .editable }} + + + + + {{ else }} + {{ end }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Archs + {{ range $idx, $arch := .archs }}{{if $idx}},{{end}} + + + {{- end }} +
Bits{{ range $idx, $bit := .bits }}{{if $idx}},{{end}} + + + {{- end }} +
{{ .res }}


CMD{{ .bytecode_r2cmd }}
Bytecode{{ .bytecode }}


CMD{{ .disasm_r2cmd }}
Disasm
{{ .disasm }}
+ + + +{{ template "footer" . }} +{{ end }} -- cgit 1.4.1